]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/tramp.el (tramp-replace-environment-variables): New defun.
[gnu-emacs] / lisp / ChangeLog
1 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-replace-environment-variables): New defun.
4 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
5 Use it.
6
7 2008-04-27 Glenn Morris <rgm@gnu.org>
8
9 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
10
11 * calculator.el (calculator-expt): Replace cl function `oddp'.
12
13 2008-04-27 Johan Bockgård <bojohan@gnu.org>
14
15 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
16 Simplify. Collect `defun' and `autoload' entries. Avoid
17 modifying load-history.
18
19 2008-04-26 Glenn Morris <rgm@gnu.org>
20
21 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
22
23 * simple.el (quoted-insert, zap-to-char): Revert previous change.
24
25 2008-04-26 John Paul Wallington <jpw@pobox.com>
26
27 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
28 `hexl-mode-old-eldoc-documentation-function'.
29 (hexl-mode-exit): Restore it.
30 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
31
32 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
33
34 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
35
36 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
37 (completion-pcm--all-completions): Doc fix.
38 (completion-styles-alist, completion-all-completions):
39 Fix typos in docstrings.
40
41 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
42
43 * whitespace.el: There is now only one variable (whitespace-style) to
44 specify which kind of blank is visualized. Doc and docstring fix. New
45 version 11.0.
46 (whitespace-style): New option, replace whitespace-style-mark and
47 whitespace-style-color.
48 (whitespace-style-mark, whitespace-style-color): Options removed.
49 (whitespace-hspace, whitespace-tab, whitespace-newline)
50 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
51 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
52 (whitespace-hspace-regexp, whitespace-space-regexp)
53 (whitespace-tab-regexp, whitespace-trailing-regexp)
54 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
55 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
56 (whitespace-space-after-tab-regexp, whitespace-line-column)
57 (whitespace-display-mappings, whitespace-report): Docstring fix.
58 (whitespace-color-value-list, whitespace-mark-value-list)
59 (whitespace-active-color, whitespace-active-mark)
60 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
61 (whitespace-style-value-list, whitespace-active-style)
62 (whitespace-toggle-style): New vars.
63 (whitespace-toggle-option-alist, whitespace-help-text):
64 Var initialization and docstring fix.
65 (whitespace-toggle-options, global-whitespace-toggle-options)
66 (whitespace-cleanup, whitespace-cleanup-region)
67 (whitespace-report-region, whitespace-interactive-char)
68 (whitespace-toggle-list): Docstring and code fix.
69 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
70 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
71 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
72 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
73
74 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
77 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
78 (diff-sanity-check-hunk): Adjust code accordingly.
79
80 2008-04-26 Glenn Morris <rgm@gnu.org>
81
82 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
83
84 * forms-d2.dat: Move to ../etc.
85 * forms-d2.el (forms-file): Adapt for above change.
86
87 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
88 `translation-table-for-input'.
89
90 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
91 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
92
93 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
94 to punctuation now it's not needed for abbrevs.
95 (fortran-mode-abbrev-table): Remove defvar, make use of new
96 define-abbrev-table :regexp feature.
97
98 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
99 insert, now that translation-table-for-input is not needed.
100
101 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
102
103 * emacs-lisp/pp.el (pp-display-expression): New function,
104 extracted from pp-eval-expression.
105 (pp-eval-expression): Use pp-display-expression.
106 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
107 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
108 (pp-eval-last-sexp): Use pp-last-sexp.
109
110 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * abbrev.el (define-abbrev-table): Apply props even if the table
113 exists already.
114
115 * minibuffer.el (completion-table-with-context): Fix `pred' for the
116 various kinds of completion tables.
117 (completion-emacs22-try-completion): Place cursor after the /, as was
118 done in Emacs-22's minibuffer-complete-word.
119 Fix bug reported by David Hansen <david.hansen@gmx.net>.
120 (completion-emacs22-try-completion): Merge all mergable text rather
121 than just /.
122 (completion-pcm--delim-wild-regex): New var.
123 (completion-pcm-word-delimiters): New custom.
124 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
125 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
126 (completion-pcm--all-completions, completion-pcm-all-completions)
127 (completion-pcm--merge-completions, completion-pcm--pattern->string)
128 (completion-pcm-try-completion): New functions.
129 (completion-styles-alist): Add them.
130 (completion-styles): Add it to the default.
131
132 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
133
134 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
135 (gdb-var-create-handler): ...until here when there are values.
136 (gdb-post-prompt): Don't do -var-update with no watch expressions.
137 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
138
139 2008-04-25 Eli Zaretskii <eliz@gnu.org>
140
141 * ls-lisp.el (ls-lisp-format): Fix last change.
142 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
143 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
144 (ls-lisp-filesize-f-fmt): New defvars.
145 (ls-lisp-insert-directory): Dynamically compute format specifiers
146 for displaying UID, GID, and file size, and store them in the
147 above variables.
148 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
149 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
150 instead of constant format strings.
151 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
152 ls-lisp-filesize-d-fmt instead of constant format strings.
153
154 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
155
156 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
157 value of addresses rather than (partial) string value.
158 (gdb-frame-handler): Change regexp according to above change.
159 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
160 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
161 (gdb-assembler-mode): Disable undo in these buffers.
162
163 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
164
165 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports
166 %s. Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
167
168 2008-04-24 Sam Steingold <sds@gnu.org>
169
170 * textmodes/remember.el (remember-diary-extract-entries): Use
171 diary-make-entry instead of the obsolete make-diary-entry.
172
173 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * subr.el (translation-table-for-input): Mark as obsolete.
176
177 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
178
179 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
180
181 * textmodes/ispell.el (ispell-dictionary-alist-1)
182 (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
183 (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
184 (ispell-dictionary-alist-6): Remove.
185 (ispell-dictionary-base-alist): New var, merges the above.
186 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
187 Use it.
188 (ispell-dictionary-alist): Default to nil. Remove autoload.
189 (ispell-local-dictionary-alist): Remove autoload.
190
191 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
192 (f90-mode-abbrev-table): Use the new :regexp feature.
193 Merge defvar and mapc into define-abbrev-table.
194 (f90-imenu-type-matcher): Remove unused `l'.
195 (f90-imenu-generic-expression): Remove unused `not-ib'.
196 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
197 (f90-change-keywords): Use restore-buffer-modified-p.
198
199 2008-04-24 Glenn Morris <rgm@gnu.org>
200
201 * net/goto-addr.el (goto-address-prog-mode):
202 * progmodes/bug-reference.el (bug-reference-prog-mode):
203 Define for compiler.
204
205 * minibuffer.el (x-file-dialog): Declare as function.
206
207 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
208 dframe-update-speed rather than obsolete alias speedbar-update-speed.
209
210 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
211 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
212 work with easymenu. Add :keys where needed.
213
214 * calendar/cal-move.el (calendar-scroll-left): Handle case when
215 event-start is nil.
216
217 * calendar/calendar.el (calendar-mode-map): Fix typo.
218
219 2008-04-24 Tom Tromey <tromey@redhat.com>
220
221 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
222 Document keywords. Add :suppress.
223 * pcvs-defs.el (cvs-mode-map): Use :suppress.
224
225 * net/goto-addr.el (goto-address-unfontify): New function.
226 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
227 (goto-address-fontify-region, goto-address-mode)
228 (goto-address-prog-mode): New functions.
229
230 * progmodes/bug-reference.el: New file.
231
232 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
233
234 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
235
236 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
239 macros within lambdas.
240
241 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * minibuffer.el (completion-try-completion): Add `point' argument.
244 Change return value.
245 (completion-all-completions): Add `point' argument.
246 (minibuffer-completion-help): Pass the new `point' argument.
247 (completion--do-completion): Pass the whole field to try-completion.
248 (completion--try-word-completion): Rewrite, making fewer assumptions.
249 (completion-emacs21-try-completion, completion-emacs21-all-completions)
250 (completion-emacs22-try-completion, completion-emacs22-all-completions)
251 (completion-basic-try-completion, completion-basic-all-completions):
252 New functions.
253 (completion-styles-alist): Use them.
254
255 2008-04-23 Agustin Martin <agustin.martin@hispalinux.es>
256
257 * ispell.el (ispell-set-spellchecker-params): New function to make sure
258 right params and dictionary alists are used after spellchecker changes.
259 (ispell-aspell-dictionary-alist, ispell-last-program-name)
260 (ispell-initialize-spellchecker-hook): New variables and hook.
261 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
262 (ispell-maybe-find-aspell-dictionaries): Remove.
263 Calls replaced by (ispell-set-spellchecker-params) calls.
264 (ispell-have-aspell-dictionaries): Remove.
265 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
266 ispell-set-spellchecker-params.
267
268 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * complete.el (PC-do-completion): Be more robust in the presence of
271 unexpected values in minibuffer-completion-predicate.
272
273 * minibuffer.el (read-file-name): Don't let-bind default-directory.
274 Only abbreviate default-filename if it's a file.
275
276 * minibuffer.el (read-file-name-function, read-file-name-predicate)
277 (read-file-name-completion-ignore-case, insert-default-directory):
278 New vars, moved from fileio.c.
279 (read-file-name): New fun, moved from fileio.c.
280 * cus-start.el: Remove insert-default-directory and
281 read-file-name-completion-ignore-case.
282
283 * Makefile.in (emacs-deps): Leave it empty.
284
285 2008-04-23 Magnus Henoch <mange@freemail.hu>
286
287 * tar-mode.el (tar-untar-buffer): If the entry has directory
288 link type, extract it as a directory even if its file name doesn't
289 end with a slash. Fixes extraction of NetBSD tar archives.
290
291 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * server.el (server-start): Also don't get confused by CRs since we
294 don't quote them.
295
296 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
297
298 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
299 (gdb-set-gud-minor-mode-existing-buffers)
300 (gdb-info-breakpoints-custom, gdb-get-location)
301 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
302 Previously gdb-create-define-alist wasn't always run and added to
303 after-save-hook.
304
305 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
306
307 2008-04-23 Kevin Ryde <user42@zip.com.au>
308
309 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
310 comments like unindented ones.
311
312 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
313
314 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
315 parameter origins.
316
317 2008-04-23 Kevin Ryde <user42@zip.com.au>
318
319 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
320 Bind print-level to ensure output forms aren't truncated if
321 print-level is set to eval-expression-print-level when going via
322 eval-defun and friends, or has been otherwise fiddled with.
323
324 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * progmodes/cc-mode.el (c-basic-common-init): Don't set
327 font-lock-extend-after-change-region-function globally.
328
329 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
330
331 * speedbar.el (speedbar-use-tool-tips-flag)
332 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
333 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
334 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
335 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
336 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
337 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
338 (speedbar-separator-face): Fix typos in docstrings.
339 (speedbar-stealthy-function-list, speedbar-verbosity-level)
340 (speedbar-supported-extension-expressions, speedbar-update-current-file)
341 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
342 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
343 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
344 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
345 (speedbar-check-vc-this-line, speedbar-files-line-directory)
346 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
347 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
348 (speedbar-recenter): Doc fixes.
349 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
350 declaration and remove redundant info in docstring.
351
352 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
353
354 * vc-git.el (vc-git-status-printer): Deal with directories.
355
356 * vc.el (vc-next-action): Look at more than the first file to
357 determine the state.
358
359 2008-04-23 Glenn Morris <rgm@gnu.org>
360
361 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
362 timers. Doc fix.
363 (dframe-update-speed): Drop support for XEmacs < 20.
364 (dframe-frame-mode): Drop support for Emacs < 20.
365 (dframe-set-timer-internal): Drop support for Emacs without timers.
366 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
367
368 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
369 versions. Add doc-string. Mark as obsolete.
370
371 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
372
373 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
374 rather than using an Emacs version test.
375
376 * tree-widget.el (tree-widget-image-enable): Use display-images-p
377 rather than an Emacs version test.
378
379 * calendar/cal-china.el (holiday-chinese-qingming)
380 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
381 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
382 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
383
384 * calendar/cal-islam.el (holiday-islamic): Doc fix.
385
386 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
387 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
388 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
389
390 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
391
392 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
393 (gdb-previous-frame-pc-address): ...to this.
394 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
395 of "info frame" with Gdb 6.4+.
396 (gdb-stack-list-frames-regexp): New regexp.
397 (gdb-frame-handler-1): Parse output of -stack-info-frame
398
399 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
400
401 * tar-mode.el (tar-prefix-offset): New constant.
402 (tar-header-block-tokenize): Support paths with long names
403 which use the "ustar" standard.
404
405 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
406
407 * image-dired.el (image-dired-track-original-file)
408 (image-dired-modify-mark-on-thumb-original-file):
409 Use `dired-goto-file' instead of `search-forward'. This solves
410 a bug with finding files where the file name is a subset of other
411 file names. Doc fix.
412
413 2008-04-22 Juri Linkov <juri@jurta.org>
414
415 * menu-bar.el (buffers-menu-max-size): Move its definition down to
416 the "Buffers Menu" section. Change group name `mouse' to `menu'.
417 (yank-menu-length): Change group name `mouse' to `menu'.
418 (buffers-menu-buffer-name-length): New user option.
419 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
420 instead of the hard-coded number 27.
421
422 2008-04-22 Juri Linkov <juri@jurta.org>
423
424 * isearch.el (eval-when-compile): Require `help-macro'.
425 (isearch-help-for-help-internal): Isearch specific Help screen
426 created by `make-help-screen'.
427 (isearch-help-map): New variable that binds "b", "k", "m" to
428 isearch-specific commands, and binds other keys to
429 isearch-other-control-char, thus allowing other Help keys to
430 exit isearch mode and execute their global definitions.
431 (isearch-help-for-help, isearch-describe-bindings)
432 (isearch-describe-key, isearch-describe-mode): New commands.
433 (isearch-mode-help): Define alias to isearch-describe-mode
434 and remove its old function definition.
435 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
436 Remove old comments because this issue is settled now.
437 (isearch-forward): Describe three new Help commands in the docstring.
438 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
439 leave the single sentence at the first line of the docstring,
440 and prepend the word "function" before `isearch-forward'
441 to make the Help link to the function instead of variable.
442
443 2008-04-22 Juri Linkov <juri@jurta.org>
444
445 * isearch.el (isearch-success-function): New variable with default
446 to `isearch-success-function-default'.
447 (isearch-search): Call a function from `isearch-success-function'
448 instead of calling the hard-coded `isearch-range-invisible'.
449 (isearch-success-function-default): New function that calls
450 `isearch-range-invisible' and inverts its return value.
451
452 * info.el (Info-search): In two similar places that skip
453 undesired search matches move code to Info-search-success-function,
454 and call `isearch-success-function' instead.
455 (Info-search-success-function): New function copied from code
456 in Info-search. Replace isearch-range-invisible with
457 text-property-not-all that checks for 'invisible and 'display
458 properties to skip partially invisible matches (whose display
459 properties were set by Info-fontify-node).
460 (Info-mode): Set buffer-local isearch-success-function
461 to Info-search-success-function.
462
463 2008-04-22 Juri Linkov <juri@jurta.org>
464
465 * minibuffer.el (internal-complete-buffer-except): New function.
466
467 * files.el (read-buffer-to-switch): New function.
468 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
469 Change interactive spec to call read-buffer-to-switch instead of
470 using the letter "B".
471
472 * simple.el (minibuffer-default-add-shell-commands): New function.
473 Use declare-function for mailcap-file-default-commands from "mailcap".
474 (shell-command): Set local minibuffer-default-add-function to
475 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
476 before calling read-shell-command. Set 4th arg default-value of
477 read-shell-command to relative buffer-file-name in file buffers.
478
479 * dired-aux.el (dired-read-shell-command-default): Move it to
480 gnus/mailcap.el and change its name to more general name
481 mailcap-file-default-commands.
482 (minibuffer-default-add-dired-shell-commands): New function.
483 Use declare-function for mailcap-file-default-commands from "mailcap".
484 (dired-read-shell-command): Set local minibuffer-default-add-function
485 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
486 before calling read-shell-command. Remove dired-read-shell-command-default
487 from the default value arg because default values are not set in
488 minibuffer-default-add-dired-shell-commands. Doc fix.
489
490 * dired-x.el (dired-smart-shell-command): Sync arguments and
491 interactive spec with changes in `shell-command'.
492 Use dired-get-filename to get the dired file name at point
493 as the default value in dired mode.
494
495 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
496
497 * info.el (Info-complete-menu-item): Add missing parenthesis.
498
499 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * info.el (Info-complete-menu-item): Save point.
502
503 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
504
505 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
506
507 2008-04-22 Andreas Schwab <schwab@suse.de>
508
509 * Makefile.in (emacs-deps): Define.
510 Use it instead of $(lisp)/subdirs.el.
511
512 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
513
514 * vc.el (vc-next-action): Do not consider directories when
515 checking for state compatibility.
516 (vc-transfer-file): Use when not if.
517 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
518 (vc-dir-mark-file): Use them.
519 (vc-deduce-fileset): Also return the backend.
520 (vc-diff-internal): Take as argument the value returned by
521 vc-deduce-fileset instead of just the fileset.
522 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
523 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
524 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
525
526 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
527
528 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
529 set-window-vscroll but image-scroll-down. Fixes a bug where a
530 command following SPC scrolled up again.
531
532 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
533
534 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
535 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
536 (gud-watch): Add "$" prefix when in registers buffer.
537
538 2008-04-22 Glenn Morris <rgm@gnu.org>
539
540 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
541
542 * whitespace.el (whitespace-display-table)
543 (whitespace-display-table-was-local): Move definitions before use.
544
545 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
546 (copyright-limit): Respect copyright-at-end-flag.
547 (copyright-re-search, copyright-start-point)
548 (copyright-offset-too-large-p): New functions.
549 (copyright-update-year): Use copyright-re-search.
550 (copyright-update, copyright-fix-years): Use copyright-start-point,
551 and copyright-re-search.
552 (copyright): Use copyright-offset-too-large-p.
553 * add-log.el (change-log-mode): Set copyright-at-end-flag.
554
555 * add-log.el (top-level): Require 'cl when compiling.
556
557 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
560 Treat minibuffer-completion-predicate as a predicate.
561
562 * minibuffer.el (completion--file-name-table): Accept both the old
563 `dir' arg or the new `pred' arg.
564
565 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
566 `predicate' argument to pass non-predicate data.
567 (ffap-read-url-internal, ffap-read-file-or-url-internal):
568 Use second arg as proper predicate.
569
570 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
571 (vc-bzr-revision-completion-table): Use completion-table-with-context
572 instead.
573
574 * simple.el (choose-completion-string): Use minibuffer-completion-table.
575
576 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
577
578 * term.el (term-emulate-terminal): Perform redisplay after the
579 process filter has finished running.
580
581 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
584
585 * minibuffer.el (completion-try-completion): Change magic symbol
586 property name. Rename from minibuffer-try-completion.
587 (completion-all-completions): Rename from minibuffer-all-completions.
588 Remove hide-spaces argument.
589 (completion--do-completion): Rename from minibuffer--do-completion.
590 (minibuffer-complete-and-exit): Call just try-completion rather than
591 completion-try-completion to fix up the case.
592 (completion--try-word-completion): Try to add space or hyphen before
593 making `string' a prefix of `completion'.
594 (completion--insert-strings): Rename from minibuffer--insert-strings.
595
596 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
597
598 * net/tls.el (tls-program): Add -ign_eof argument to call the
599 openssl commands.
600 (tls-checktrust): Ditto.
601
602 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
603
604 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
605
606 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
607 (vc-check-master-templates, vc-file-not-found-hook)
608 (vc-kill-buffer-hook):
609 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
610 (vc-find-position-by-context, vc-buffer-context)
611 (vc-restore-buffer-context, vc-responsible-backend)
612 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
613 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
614 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
615 (vc-version-diff, vc-diff, vc-insert-headers)
616 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
617 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
618 (vc-revert, vc-rollback, vc-version-backup-file)
619 (vc-rename-master, vc-delete-file, vc-rename-file)
620 (vc-branch-part, vc-default-retrieve-snapshot)
621 (vc-annotate-display-autoscale, vc-annotate-display-select)
622 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
623 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
624 (vc-dir-update): Handle directories.
625 (vc-default-status-printer): Simplify.
626
627 * progmodes/asm-mode.el (asm-mode-map):
628 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
629
630 * progmodes/m4-mode.el (m4-mode-map): Add menu.
631
632 2008-04-21 Kenichi Handa <handa@m17n.org>
633
634 * select.el (xselect-convert-to-string): Send a C_STRING only if
635 the polymorphic target TEXT is requested.
636
637 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
638
639 * minibuffer.el (completion-setup-hook, display-completion-list)
640 (completion--file-name-table): Fix typos in docstrings.
641 (completion-table-dynamic): Fix typo, and reflow docstring.
642
643 2008-04-20 Andreas Schwab <schwab@suse.de>
644
645 * server.el (server-switch-buffer): Also consider clients in the
646 selected frame.
647
648 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
649
650 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
651 Select window clicked on first.
652 (gdb): Display thread number in mode-line.
653 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
654 (gdb-breakpoints-header): New variable.
655 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
656
657 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
660 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
661 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
662 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
663 (vc-sccs-print-log): Use it.
664
665 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
666
667 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
668 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
669
670 * tooltip.el (tooltip-previous-message): New var.
671 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
672 the C code (avoid overwriting a minibuffer, restore previous echo
673 message, ...).
674 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
675 Simplify.
676
677 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
678
679 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
680 (gdb-init-1): Initialise it.
681 (gdb-annotation-rules): New entry for "new-thread".
682 (gdb-thread-identification): New function to customize
683 mode-line-buffer-identification.
684 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
685 (gdb-assembler-mode): Use it.
686 (gdb-threads-mode): Force "info threads" onto queue.
687
688 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * files.el (locate-file-completion-table): Rename from
691 locate-file-completion and make it use `pred' in the normal way.
692 (locate-file-completion): New compatibility wrapper.
693 (load-library): Use locate-file-completion-table.
694 * finder.el (finder-commentary):
695 * subr.el (locate-library):
696 * emacs-lisp/find-func.el (find-library): Likewise.
697 * info.el: Use with-current-buffer and inhibit-read-only.
698 (Info-read-node-name-2): Change to use `predicate' in the normal way.
699 (Info-read-node-name-1): Adjust uses accordingly.
700
701 * minibuffer.el (completion-table-with-context): Add support for `pred'.
702 (completion-table-with-terminator): Don't use complete-with-action
703 since we have to distinguish all three cases anyway.
704 (completion-table-with-predicate): New function.
705 (dynamic-completion-table): Add obsolete alias.
706
707 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
708
709 2008-04-18 Sam Steingold <sds@gnu.org>
710
711 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
712 Use quit-window instead of bury-buffer.
713
714 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
715
716 * minibuffer.el (completion-table-with-terminator): Fix last fix.
717
718 2008-04-18 Andreas Schwab <schwab@suse.de>
719
720 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
721 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
722 Depend on $(lisp)/subdirs.el.
723
724 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
725
726 * descr-text.el (describe-char-after):
727 Use `define-obsolete-function-alias'.
728
729 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
730
731 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
732
733 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
734 Remove redundant obsolescence info in docstring.
735
736 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
737 (vc-header-alist): Add WHEN to obsolescence declaration.
738 (vc-state): Fix typo in docstring.
739
740 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
741 Use `define-obsolete-variable-alias'.
742
743 * emulation/tpu-edt.el (tpu-have-ispell):
744 * international/codepage.el (codepage-setup):
745 Fix typo in obsolescence declaration.
746
747 * international/mule.el (char-coding-system-table):
748 Remove redundant obsolescence info in docstring.
749 (charset-list, generic-char-p, set-char-table-default):
750 Fix typos in obsolescence decarations.
751
752 * international/mule-diag.el (non-iso-charset-alist):
753 Fix typo in obsolescence declaration.
754 (decode-codepage-char): Remove redundant obsolescence info in docstring.
755
756 * font-core.el (font-lock-defaults-alist):
757 * font-lock.el (font-lock-reference-face):
758 * frame.el (screen-height, screen-width, set-screen-width)
759 (set-screen-height):
760 * hilit-chg.el (highlight-changes-initial-state):
761 * isearch.el (isearch-return-char):
762 * log-edit.el (cvs-commit-buffer-require-final-newline)
763 (cvs-changelog-full-paragraphs):
764 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
765 (mouse-popup-menubar-stuff):
766 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
767 (mouse-wheel-click-button):
768 * outline.el (outline-visible):
769 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
770 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
771 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
772 * progmodes/compile.el (compile-internal):
773 Add WHEN to obsolescence declarations.
774
775 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
778 is not better anyway.
779
780 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
781
782 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
783 properly.
784
785 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
788 (python-use-skeletons): Remove, unused.
789 (python-skeletons): Remove. Use the abbrev table instead.
790 (python-mode-abbrev-table): Fix regexp;
791 add enable-function and case-fixed.
792 (def-python-skeleton): Simplify.
793 (python-expand-template): Use the abbrev-table and abbrev-insert.
794 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
795 Remove.
796 (python-mode): Don't set pre-abbrev-expand-hook.
797
798 * skeleton.el: Set coding-tag.
799
800 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
801 (expand-abbrev): Use it.
802 (abbrev-table-menu): New function.
803
804 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
805
806 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
807
808 2008-04-17 Sam Steingold <sds@gnu.org>
809
810 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
811 idiosyncratic bury-buffer/delete-window logic.
812
813 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
814
815 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
816 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
817
818 2008-04-17 Kenichi Handa <handa@m17n.org>
819
820 * international/characters.el: Don't make the width of U+00AD to 0.
821
822 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
823
824 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
825 (gdb, gdb-starting, gdb-frames-mode): Use it.
826 (gdb-invalidate-frames): Advise to call "info stack" only if
827 execution has occurred.
828 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
829 selected frame if no execution has occurred.
830 (gdb-frames-force-update): New interactive function.
831 (gdb-frames-mode-map): Bind it to "F".
832
833 2008-04-17 Michael Olson <mwolson@gnu.org>
834
835 * textmodes/remember.el (remember-version): Release Remember 2.0.
836
837 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
838
839 * textmodes/artist.el:
840 * progmodes/vhdl-mode.el:
841 * progmodes/verilog-mode.el:
842 * progmodes/vera-mode.el:
843 * progmodes/simula.el:
844 * progmodes/ps-mode.el:
845 * progmodes/cmacexp.el:
846 * obsolete/hilit19.el:
847 * emulation/viper.el:
848 * ediff.el: Cleanup the bug-report email addresses and make sure the
849 maintainer is still willing to handle bug reports.
850
851 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
852
853 * vc.el (vc-dir-kill-query): Fix thinko.
854
855 2008-04-16 Glenn Morris <rgm@gnu.org>
856
857 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
858 by diary-sexp-entry.
859
860 2008-04-16 Markus Triska <markus.triska@gmx.at>
861
862 * proced.el (proced-command-alist): Add support for darwin.
863
864 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * proced.el (proced-mode): Redefine as just the major-mode.
867 (proced): Separate it from proced-mode.
868
869 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
870
871 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
872
873 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
874 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
875 `tab-width' setting from user. New version 10.0. Doc and docstring
876 fix.
877 (whitespace-style, whitespace-chars): Remove options.
878 (whitespace-style-mark): New option, replace whitespace-style deleted
879 option. Fix docstring.
880 (whitespace-style-color): New option, replace whitespace-chars deleted
881 option. Fix docstring.
882 (whitespace-space, whitespace-hspace, whitespace-tab)
883 (whitespace-newline, whitespace-trailing, whitespace-line)
884 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
885 (whitespace-space-after-tab, whitespace-hspace-regexp)
886 (whitespace-space-regexp, whitespace-tab-regexp)
887 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
888 (whitespace-empty-at-eob-regexp, whitespace-line-column)
889 (whitespace-toggle-option-alist): Fix docstring.
890 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
891 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
892 docstring and initialization.
893 (global-whitespace-mode): Autoloaded global minor mode.
894 (whitespace-chars-value-list, whitespace-style-value-list)
895 (whitespace-active-chars, whitespace-active-style)
896 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
897 (whitespace-color-value-list): New var, replace
898 whitespace-chars-value-list removed var.
899 (whitespace-mark-value-list): New var, replace
900 whitespace-style-value-list removed var.
901 (whitespace-active-color): New var, replace whitespace-active-chars
902 removed var.
903 (whitespace-active-mark): New var, replace whitespace-active-style
904 removed var.
905 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
906 removed var.
907 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
908 removed var.
909 (whitespace-toggle-option-alist, whitespace-report-list)
910 (whitespace-report-text, whitespace-help-text): Fix initialization.
911 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
912 (whitespace-toggle-options, global-whitespace-toggle-options)
913 (whitespace-cleanup-region, whitespace-report-region)
914 (whitespace-interactive-char): Fix docstring and code.
915 (whitespace-cleanup, whitespace-report): Fix docstring.
916 (whitespace-replace-spaces-by-tabs): Remove fun.
917 (whitespace-replace-action): New fun, replace
918 whitespace-replace-spaces-by-tabs removed fun.
919 (whitespace-regexp, whitespace-indentation-regexp)
920 (whitespace-space-after-tab-regexp, whitespace-insert-value)
921 (whitespace-kill-buffer): New funs.
922 (whitespace-insert-option-mark, whitespace-help-on)
923 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
924 (whitespace-color-on, whitespace-color-off)
925 (whitespace-display-char-on): Fix code.
926
927 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
930 (mouse-throw-magnifier-with-mouse-movement): Remove.
931 (mouse-throw-magnifier-base): New const.
932 (mouse-drag-scroll-delta): New fun.
933 (mouse-drag-throw): Use it.
934
935 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
936
937 * international/uni-bidi.el, international/uni-category.el:
938 * international/uni-combining.el, international/uni-comment.el:
939 * international/uni-decimal.el, international/uni-decomposition.el:
940 * international/uni-digit.el, international/uni-lowercase.el:
941 * international/uni-mirrored.el, international/uni-name.el:
942 * international/uni-numeric.el, international/uni-old-name.el:
943 * international/uni-titlecase.el, international/uni-uppercase.el:
944 * international/charprop.el: Regenerate.
945
946 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * vc.el (vc-status-fileinfo): Add new member directoryp.
949 (vc-default-status-printer): Print directories.
950 (vc-status-update): Sort files before subdirectories.
951
952 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
953 Add alternative implementation based on "cvs update".
954
955 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
956
957 * doc-view.el: Changed requirements section to tell that only one
958 of dvipdf or dvipdfm is needed.
959 (doc-view-already-converted-p): Fix bug that forced reconversion
960 if doc was already converted.
961
962 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * minibuffer.el (minibuffer-message):
965 Make sure we can put-text-property.
966
967 * emacs-lisp/crm.el: Complete rewrite.
968
969 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
970 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
971 case of an error in display-completion-list.
972
973 * filecache.el (file-cache-completions-keymap): Move init from
974 file-cache-completion-setup-function into declaration.
975 (file-cache-minibuffer-complete): Simplify.
976 (file-cache-completion-setup-function): Use standard-output,
977 preserve current-buffer.
978
979 * vc.el (vc-status-update): Fix typo.
980 (vc-status-update): Set needs-update.
981 (vc-status-refresh): η-reduce.
982
983 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
984
985 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
986 to image-eol.
987
988 2008-04-14 Alexandre Julliard <julliard@winehq.org>
989
990 * vc.el (vc-status-update): Undo the previous revert.
991
992 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * minibuffer.el (completion-table-with-terminator): Those completions
995 are never valid w.r.t test-completion.
996 (completion--file-name-table):
997 Check completion-all-completions-with-base-size.
998
999 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
1000
1001 * doc-view.el (doc-view-dvipdf-program): New variable.
1002 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
1003 (doc-view-mode-p): Check for doc-view-dvipdf-program as
1004 alternative for doc-view-dvipdfm-program.
1005 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
1006
1007 * doc-view.el (doc-view-start-process): Don't set
1008 default-directory to "~/" if the current value is valid.
1009 This broke PS files that run other files in the same directory.
1010
1011 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
1012
1013 * vc.el (vc-status-kill-query): New function.
1014 (vc-status-mode): Add it to kill-buffer-query-functions.
1015 (vc-status-show-fileentry): New function.
1016 (vc-status-menu-map): Bind it. Bind vc-next-action.
1017
1018 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * minibuffer.el (minibuffer-message): Put cursor at the right place.
1021
1022 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1023
1024 * proced.el (proced-send-signal): Fix error recognition.
1025
1026 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1027
1028 * proced.el (proced-command-alist): Remove sort column.
1029 (proced-command, proced-procname-column):
1030 Use make-variable-buffer-local.
1031 (proced-signal-function): Rename from proced-kill-program.
1032 Allow for elisp symbols and string values representing system calls.
1033 (proced-marker-regexp, proced-success-message): New functions.
1034 (proced): Use defalias. Add autoload cookie.
1035 (proced-unmark-backward, proced-toggle-marks)
1036 (proced-hide-processes): New commands.
1037 (proced-do-mark): Simplify code.
1038 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
1039 (proced-update): Remove sorting.
1040 (proced-send-signal): Display number of processes to operate on.
1041 Allow for system calls or elisp functions to send signals.
1042 Check if signal was sent successfully.
1043
1044 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * minibuffer.el (completion-all-completion-with-base-size): New var.
1047 (completion--some): New function.
1048 (completion-table-with-context, completion--file-name-table):
1049 Return the base-size if requested.
1050 (completion-table-in-turn): Generalize to multiple arguments.
1051 (complete-in-turn): Compatibility alias.
1052 (completion-styles-alist): New var.
1053 (completion-styles): New customization.
1054 (minibuffer-try-completion, minibuffer-all-completions):
1055 New functions.
1056 (minibuffer--do-completion, minibuffer-complete-and-exit)
1057 (minibuffer-try-word-completion): Use them.
1058 (display-completion-list, minibuffer-completion-help): Use them.
1059 Handle all-completions's new base-size info to set completion-base-size.
1060 * info.el (Info-read-node-name-1): Use completion-table-with-context,
1061 completion-table-with-terminator and complete-with-action.
1062 Remove the now obsolete completion-base-size-function property.
1063 * simple.el (completion-list-mode-map): Move init into declaration.
1064 (completion-list-mode): Use define-derived-mode.
1065 (completion-setup-function): Use any completion-base-size that may
1066 have been set before. Remove handling of completion-base-size-function.
1067 * loadup.el: Move abbrev.el up earlier.
1068
1069 2008-04-13 Alexandre Julliard <julliard@winehq.org>
1070
1071 * vc-git.el (vc-git-after-dir-status-stage)
1072 (vc-git-dir-status-goto-stage): New functions.
1073 (vc-git-after-dir-status-stage1)
1074 (vc-git-after-dir-status-stage1-empty-db)
1075 (vc-git-after-dir-status-stage2): Remove, functionality moved
1076 into the new generic stage functions.
1077 (vc-git-dir-status-files): New function.
1078
1079 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
1080 comments.
1081 (vc-status-refresh-files): New function.
1082 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
1083 state of up-to-date files.
1084 (vc-default-dir-status-files): New function.
1085
1086 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * minibuffer.el (completion--embedded-envvar-table)
1089 (read-file-name-internal): Fix typos in 2008-04-11 change.
1090
1091 * faces.el (read-face-name): Use `completion-table-in-turn',
1092 not `complete-in-turn'.
1093
1094 2008-04-13 Andreas Schwab <schwab@suse.de>
1095
1096 * progmodes/etags.el: Require 'cl when compiling.
1097
1098 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
1099
1100 * progmodes/gud.el (gud-menu-map): Expand tooltip.
1101
1102 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
1103 (menu): Add/expand menu tooltips.
1104
1105 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1106
1107 * progmodes/sh-script.el (sh-show-indent): Fix typo.
1108 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
1109
1110 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
1111 considered registered.
1112
1113 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1114
1115 * emacs-lisp/copyright.el (copyright-update-directory): New command.
1116
1117 * ediff-wind.el (ediff-split-window-function)
1118 (ediff-merge-split-window-function): Improve custom type.
1119
1120 2008-04-12 Eli Zaretskii <eliz@gnu.org>
1121
1122 * loadup.el ("minibuffer"): Move after "faces".
1123
1124 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * progmodes/hideif.el (hif-factor): Handle unary minus.
1127
1128 2008-04-12 Glenn Morris <rgm@gnu.org>
1129
1130 * calendar/cal-china.el (chinese-calendar-time-zone):
1131 Mark obsolete name as risky too.
1132
1133 * calendar/calendar.el (calendar-faces): New custom group.
1134 (calendar-today, diary, holiday): Doc fix.
1135 Move to calendar-faces group.
1136 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
1137 (diary-button): Doc fix. Move to calendar-faces group.
1138
1139 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1140 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
1141 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
1142 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
1143 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
1144 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
1145 not in dumped files before the associated defcustom.
1146
1147 2008-04-11 Johan Bockgård <bojohan@gnu.org>
1148
1149 * minibuffer.el (lazy-completion-table): Fix debug spec.
1150
1151 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1152
1153 * minibuffer.el (complete-with-action, lazy-completion-table):
1154 Move from subr.el.
1155 (apply-partially, completion-table-dynamic)
1156 (completion-table-with-context, completion-table-with-terminator)
1157 (completion-table-in-turn): New funs.
1158 (completion--make-envvar-table, completion--embedded-envvar-table):
1159 New funs.
1160 (read-file-name-internal): Use them.
1161 (completion-setup-hook): Move from simple.el.
1162 * subr.el (complete-with-action, lazy-completion-table):
1163 * simple.el (completion-setup-hook): Move to minibuffer.el.
1164
1165 2008-04-11 Glenn Morris <rgm@gnu.org>
1166
1167 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
1168
1169 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
1172
1173 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
1174
1175 * textmodes/fill.el (fill-forward-paragraph-function): New var.
1176 (fill-forward-paragraph): New fun.
1177 (fill-paragraph, fill-region): Use it.
1178
1179 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
1180 (vc-status-create-fileinfo): Make `extra' optional.
1181 (vc-status-busy): New fun.
1182 (vc-status-menu-map): Use it.
1183 (vc-status-crt-marked): Remove.
1184 (vc-status-update): Rename from vc-status-add-entries.
1185 Add argument so as to prevent addition of entries. Rewrite.
1186 (vc-update-vc-status-buffer): Remove.
1187 (vc-status-refresh): Don't remove old entries, set them to
1188 up-to-date instead. Also do it after the update is complete.
1189 (vc-status-marked-files): η-reduce.
1190
1191 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
1192 for non-dialogs.
1193
1194 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
1195
1196 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
1197
1198 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
1199
1200 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
1201 to t and don't truncate msg.
1202
1203 2008-04-11 Glenn Morris <rgm@gnu.org>
1204
1205 * calendar/calendar.el (diary, holidays):
1206 Move custom groups to other files.
1207 (holiday-general-holidays, holiday-oriental-holidays)
1208 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
1209 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
1210 (holiday-hebrew-holidays, holiday-christian-holidays)
1211 (holiday-islamic-holidays, holiday-bahai-holidays)
1212 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
1213 * calendar/diary-lib.el: Move custom group here from calendar.el.
1214 * calendar/holidays-lib.el: Move custom group and variables here
1215 from calendar.el.
1216
1217 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
1218
1219 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
1220 Fix custom group.
1221 (calendar-current-time-zone-cache): Autoload riskiness.
1222
1223 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
1224
1225 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * woman.el (woman2-TH): Use string-equal instead of string-match.
1228
1229 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
1232 (smerge-resolve): Merge the "2-way refinement" case with one half of
1233 the "mere whitespace" resolution.
1234
1235 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1236
1237 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
1238
1239 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * subr.el (assoc-ignore-case, assoc-ignore-representation):
1242 Add WHEN to obsolescence declaration.
1243
1244 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
1245
1246 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
1247
1248 * vc-hooks.el (vc-state): Add new state `conflict'.
1249 (vc-after-save): Use when not if.
1250 (vc-default-mode-line-string): Deal with the conflict state.
1251 (vc-prefix-map):
1252 (vc-menu-map): Bind vc-status instead of vc-directory.
1253
1254 * vc.el (vc-editable-p):
1255 (vc-default-status-printer):
1256 (vc-next-action): Deal with the conflict state.
1257 (vc-mark-resolved): New function.
1258 (vc-status-mode): Fix mode name.
1259 (vc-default-comment-history): Use when not if.
1260 (Todo): Add new entries, remove old ones.
1261
1262 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
1263 (vc-cvs-parse-status):
1264 (vc-cvs-after-dir-status):
1265 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1266 Detect the conflict state.
1267
1268 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
1269
1270 2008-04-10 Glenn Morris <rgm@gnu.org>
1271
1272 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
1273 Respect truncate-partial-width-windows in non-full windows,
1274 with regards to :toggle and :enable state.
1275
1276 * simple.el (toggle-truncate-lines): Doc fix.
1277
1278 * Makefile.in (MH_E_DIR): New variable.
1279 (MH_E_SRC): Restore variable removed 2008-03-13.
1280 (mh-loaddefs.el): Depend on $MH_E_SRC.
1281 (CAL_DIR, CAL_SRC): New variables.
1282 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1283 Depend on CAL_SRC.
1284
1285 * calendar/calendar.el (calendar, diary): Add :prefix.
1286 (holidays): Change :prefix.
1287 (calendar-today, holiday, calendar-holiday-marker)
1288 (european-calendar-style): Change custom groups.
1289
1290 * calendar/calendar.el (diary-hook, diary-display-hook):
1291 Move to diary-lib.el.
1292 * calendar/diary-lib.el (diary-hook, diary-display-hook):
1293 Move here from calendar.el.
1294 * calendar/appt.el: Require diary-lib rather than calendar.
1295 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1296
1297 * calendar/appt.el (appt): Add :prefix.
1298
1299 * calendar/diary-lib.el (diary-hook): Doc fix.
1300 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1301
1302 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1305 New functions.
1306
1307 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1308 the arg to recursive calls.
1309
1310 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * minibuffer.el (completion-auto-help): Fix typo.
1313
1314 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1317
1318 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
1319
1320 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1321 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1322
1323 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1326
1327 * minibuffer.el (minibuffer): Move group from cus-edit.el.
1328 (completion-auto-help): Move from C code.
1329 (minibuffer--maybe-completion-help): Remove.
1330 (minibuffer--bitset): New function.
1331 (minibuffer--do-completion): Rename from minibuffer-do-completion.
1332 Renumber a bit. Really complete on string *before* point.
1333 Add argument used for word-completion.
1334 Join trailing / in completion with following text, as done in
1335 minibuffer-complete-word.
1336 Handle new value `lazy' for completion-auto-help.
1337 (minibuffer-try-word-completion): New function extracted from
1338 minibuffer-complete-word.
1339 (minibuffer-complete-word): Use minibuffer--do-completion.
1340 (minibuffer--insert-strings): Rename from
1341 minibuffer-complete-insert-strings.
1342 (exit-minibuffer): Fix typo.
1343 * cus-edit.el (minibuffer): Move group to minibuffer.el.
1344 * cus-start.el: Remove completion-auto-help.
1345
1346 2008-04-09 Alexandre Julliard <julliard@winehq.org>
1347
1348 * vc.el (vc-status-add-entries): New function.
1349 (vc-status-add-entry): Remove.
1350 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1351 Use vc-status-add-entries.
1352
1353 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1354 order.
1355
1356 2008-04-09 Jason Rumney <jasonr@gnu.org>
1357
1358 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1359 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1360 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1361 (AUTOGENEL): New variable.
1362 (distclean, maintainer-clean): New targets.
1363
1364 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * emacs-lisp/regexp-opt.el (regexp-opt):
1367 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1368
1369 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1370
1371 * nxml/nxml-mode.el (nxml-cleanup): New function.
1372 (nxml-mode): Add it to change-major-mode-hook.
1373
1374 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1375
1376 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1377
1378 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * calc/.cvsignore: New file.
1381
1382 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1383
1384 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1385
1386 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1387 show-help-function when turning tooltip off.
1388 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1389 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1390
1391 2008-04-09 Alan Mackenzie <acm@muc.de>
1392
1393 * font-lock.el (font-lock-extend-after-change-region-function):
1394 Make it buffer local.
1395
1396 2008-04-09 Glenn Morris <rgm@gnu.org>
1397
1398 * calendar/calendar.el (diary-file, european-calendar-style):
1399 Remove autoload cookies.
1400
1401 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1402
1403 * outline.el (outline-mode-menu-bar-map):
1404 * log-view.el (log-view-mode-menu):
1405 * log-edit.el (log-edit-menu): Add :help.
1406
1407 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1410 Use substring-no-properties for correct handling of unibyte strings.
1411
1412 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * add-log.el (change-log-next-buffer): Handle the case where version<
1415 signals an error.
1416
1417 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1418 mouse-major-mode-menu.
1419 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1420 (mouse-major-mode-menu, mouse-popup-menubar)
1421 (mouse-popup-menubar-stuff): Use them.
1422 (C-down-mouse-3): Bind to a dynamic map rather than to
1423 mouse-popup-menubar-stuff.
1424
1425 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1426 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1427
1428 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1429
1430 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1431 file:// access method.
1432
1433 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * minibuffer.el: New file.
1436 * loadup.el: Load it.
1437
1438 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1441 rather than subdirs.el. It introduces an ugly circular dependency, tho.
1442
1443 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1444 (calc-mode-map, calc-digit-map, calc-dispatch-map):
1445 Move initialization into declaration.
1446 * calc/calc-yank.el:
1447 * calc/calc-misc.el:
1448 * calc/calc-embed.el:
1449 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
1450
1451 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * ps-samp.el (ps-add-printer, ps-remove-printer)
1454 (ps-make-dynamic-printer-menu): New functions.
1455
1456 * net/zeroconf.el: New file.
1457
1458 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1461
1462 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1463
1464 * vc-rcs.el (vc-rcs-modify-change-comment):
1465 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1466
1467 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1468
1469 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * international/mule-cmds.el (set-locale-environment): Don't warn if
1472 coding system doesn't agree with system locale (this reverts changes
1473 by Dave Love, dated 2002-10-27 and 2002-10-09).
1474
1475 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1476 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1477
1478 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1479
1480 2008-04-08 Glenn Morris <rgm@gnu.org>
1481
1482 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1483 * textmodes/remember.el (remember-diary-convert-entry):
1484 Require calendar.
1485
1486 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1487 diary-file, since it is the default for make-diary-entry anyway.
1488
1489 * calendar/cal-menu.el (cal-menu-event-to-date):
1490 Rename calendar-event-to-date. Update callers.
1491 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1492 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1493 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1494 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1495 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1496 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1497 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1498 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1499 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1500 (calendar-mouse-tex-month-landscape):
1501 Rename cal-tex-mouse-month-landscape.
1502 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1503 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1504 (calendar-mouse-tex-year-landscape):
1505 Rename cal-tex-mouse-year-landscape.
1506 (cal-menu-context-mouse-menu): Update for above name changes.
1507
1508 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1509 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1510 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1511 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1512 * calendar/holidays.el: Replace int-to-string with number-to-string.
1513
1514 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1517 region if point moves.
1518
1519 2008-04-08 Kenichi Handa <handa@m17n.org>
1520
1521 * faces.el (font-slant-table): Change numeric values for `r',
1522 `roman', and `normal'.
1523
1524 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
1525
1526 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1527
1528 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
1529
1530 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1531 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
1532
1533 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1536 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
1537
1538 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1541
1542 2008-04-07 Sam Steingold <sds@gnu.org>
1543
1544 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1545 Add helper functions.
1546 (lisp-do-defun): Extract the common part of lisp-eval-defun and
1547 lisp-compile-defun; DEFVAR forms reset the variables to the init
1548 values, just like in emacs-lisp mode eval-defun.
1549 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1550 (lisp-compile-region): Use lisp-compile-string.
1551
1552 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * subr.el (combine-and-quote-strings): Also quote strings that contain
1555 the separator.
1556
1557 * pcvs-util.el (cvs-map): Avoid recursion :-(
1558
1559 2008-04-07 Glenn Morris <rgm@gnu.org>
1560
1561 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1562
1563 * calendar.el (diary-view-entries-initially-flag): Rename
1564 view-diary-entries-initially. Keep old name as alias, update users.
1565 (calendar-mark-diary-entries-flag): Rename
1566 mark-diary-entries-in-calendar. Keep old name as alias, update users.
1567 (calendar-view-holidays-initially-flag): Rename
1568 view-calendar-holidays-initially. Keep old name as alias, update users.
1569 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1570 Keep old name as alias, update users.
1571 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1572 Keep old name as alias, update users.
1573 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1574 Keep old name as alias, update users.
1575 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1576 Keep old name as alias, update users.
1577 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
1578 (diary-american-date-forms): Rename american-date-diary-pattern.
1579 Keep old name as alias, update users.
1580 (diary-european-date-forms): Rename european-date-diary-pattern.
1581 Keep old name as alias, update users.
1582 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1583 Keep old name as alias, update users.
1584 (calendar-european-date-display-form): Rename
1585 european-calendar-display-form. Keep old name as alias, update users.
1586 (calendar-american-date-display-form): Rename
1587 european-calendar-display-form. Keep old name as alias, update users.
1588 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1589 Keep old name as alias, update users.
1590 (holiday-general-holidays): Rename general-holidays.
1591 Keep old name as alias, update users.
1592 (holiday-oriental-holidays): Rename oriental-holidays.
1593 Keep old name as alias, update users.
1594 (holiday-local-holidays): Rename local-holidays.
1595 Keep old name as alias, update users.
1596 (holiday-other-holidays): Rename other-holidays.
1597 Keep old name as alias, update users.
1598 (holiday-hebrew-holidays): Rename hebrew-holidays.
1599 Keep old name as alias, update users.
1600 (holiday-christian-holidays): Rename christian-holidays.
1601 Keep old name as alias, update users.
1602 (holiday-islamic-holidays): Rename islamic-holidays.
1603 Keep old name as alias, update users.
1604 (holiday-bahai-holidays): Rename bahai-holidays.
1605 Keep old name as alias, update users.
1606 (holiday-solar-holidays): Rename solar-holidays.
1607 Keep old name as alias, update users.
1608 (diary-fancy-buffer): Rename fancy-diary-buffer.
1609 Keep old name as alias, update users.
1610 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1611 Update users.
1612 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1613 Update users.
1614 (calendar-increment-month): Rename increment-calendar-month.
1615 Keep old name as alias, update callers.
1616 (calendar-increment-month-cons): Rename old calendar-increment-month.
1617 Update callers.
1618 (calendar-extract-month): Rename extract-calendar-month.
1619 Keep old name as alias, update callers
1620 (calendar-extract-day): Rename extract-calendar-day.
1621 Keep old name as alias, update callers.
1622 (calendar-extract-year): Rename extract-calendar-year.
1623 Keep old name as alias, update callers.
1624 (calendar-generate-window): Rename generate-calendar-window.
1625 Update callers.
1626 (calendar-generate): Rename generate-calendar. Update callers.
1627 (calendar-generate-month): Rename generate-calendar-month.
1628 Update callers.
1629 (calendar-redraw): Rename redraw-calendar. Update callers.
1630 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
1631 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1632 Update callers.
1633 (calendar-update-mode-line): Rename update-calendar-mode-line.
1634 Update callers.
1635 (calendar-exit): Rename exit-calendar. Keep old name as alias,
1636 update callers.
1637 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1638 Keep old name as alias, update callers.
1639 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1640 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1641 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1642 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1643 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1644 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1645 * calendar/solar.el: Update for calendar.el name changes.
1646 * org/org.el (org-agenda-format-date-aligned)
1647 (org-agenda-execute-calendar-command): Access date elements directly
1648 rather than using calendar functions.
1649 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1650 Also set calendar-view-diary-initially-flag,
1651 calendar-view-holidays-initially-flag
1652 (org-get-entries-from-diary): Also set diary-fancy-buffer.
1653 (org-agenda-execute-calendar-command): No need to set displayed-day.
1654
1655 2008-04-06 Alan Mackenzie <acm@muc.de>
1656
1657 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1658 typo in the doc string.
1659
1660 * progmodes/cc-mode.el (c-basic-common-init):
1661 Set font-lock-extend-after-change-region-function.
1662 (c-extend-after-change-region): New function, used in
1663 font-lock-extend-after-change-region-function, thus superseding
1664 advice on the Font Lock after change functions.
1665 (c-advise-fl-for-region): Remove this macro.
1666
1667 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1668
1669 * textmodes/flyspell.el (flyspell-duplicate-distance):
1670 Improve custom type.
1671
1672 2008-04-06 Glenn Morris <rgm@gnu.org>
1673
1674 * calendar/diary-lib.el (diary-sexp-entry-symbol):
1675 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
1676 (diary-list-entries-hook): Rename list-diary-entries-hook.
1677 Keep old name as alias, update users.
1678 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1679 Keep old name as alias, update users.
1680 (diary-nongregorian-listing-hook): Rename
1681 nongregorian-diary-listing-hook. Keep old name as alias, update users.
1682 (diary-nongregorian-marking-hook): Rename
1683 nongregorian-diary-marking-hook. Keep old name as alias, update users.
1684 (diary-print-entries-hook): Rename print-diary-entries-hook.
1685 Keep old name as alias, update users.
1686 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1687 Keep old name as alias, update users.
1688 (diary-number-of-entries): Rename number-of-diary-entries.
1689 Keep old name as alias, update users.
1690 (view-diary-entries, list-diary-entries, show-all-diary-entries):
1691 Give version of obsolescence.
1692 (diary-view-other-diary-entries): Rename view-other-diary-entries.
1693 Keep old name as alias, update callers.
1694 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
1695 update callers.
1696 (diary-include-other-diary-files): Rename include-other-diary-files.
1697 Keep old name as alias, update callers.
1698 (diary-simple-display): Rename simple-diary-display.
1699 Keep old name as alias, update callers.
1700 (diary-fancy-display): Rename fancy-diary-display.
1701 Keep old name as alias, update callers.
1702 (diary-print-entries): Rename print-diary-entries.
1703 Keep old name as alias, update callers.
1704 (diary-marking-entries-flag): Rename marking-diary-entries.
1705 Update users.
1706 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
1707 (diary-mark-entries): Rename mark-diary-entries.
1708 Keep old name as alias, update callers.
1709 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1710 Keep old name as alias, update callers.
1711 (diary-mark-included-diary-files): Rename mark-included-diary-files.
1712 Keep old name as alias, update callers.
1713 (calendar-mark-days-named): Rename mark-calendar-days-named.
1714 Keep old name as alias, update callers.
1715 (calendar-mark-month): Rename mark-calendar-month.
1716 Keep old name as alias, update callers.
1717 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1718 Keep old name as alias, update callers.
1719 (diary-sort-entries): Rename sort-diary-entries.
1720 Keep old name as alias, update callers.
1721 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1722 Keep old name as alias, update callers.
1723 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
1724 update callers.
1725 (diary-insert-entry): Rename insert-diary-entry.
1726 Keep old name as alias.
1727 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1728 Keep old name as alias.
1729 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1730 Keep old name as alias.
1731 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1732 Keep old name as alias.
1733 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1734 Keep old name as alias.
1735 (diary-insert-block-entry): Rename insert-block-diary-entry.
1736 Keep old name as alias.
1737 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1738 Keep old name as alias.
1739 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1740 Keep old name as alias, update users.
1741 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1742 Keep old name as alias, update callers.
1743 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1744 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1745 * calendar/icalendar.el: Update for diary-lib name changes.
1746
1747 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1750
1751 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1752 for copy, move, and link operations.
1753
1754 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
1755
1756 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1757 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1758
1759 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1760 'require' statements with 1-argument ones (wrapped in if's).
1761 For compatibility with the current stable version of XEmacs.
1762
1763 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
1764
1765 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1766
1767 2008-04-06 Jason Rumney <jasonr@gnu.org>
1768
1769 * language/burmese.el ("Burmese"): Make sample text consistent with
1770 language name.
1771
1772 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
1773
1774 * progmodes/gdb-ui.el (gdb): New group.
1775 (gdb-debug-log-max, gdb-enable-debug)
1776 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1777 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1778 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1779 (gdb-show-changed-values, gdb-max-children)
1780 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1781 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1782 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1783 (gdb-memory-unit): Move to new group from GUD group.
1784 (menu): Allow customization from GDB-UI menu-item.
1785
1786 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1789
1790 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1793 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1794 Revision numbers can include ".".
1795
1796 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1797 "+" lines not accounted for by counting "-" and context lines.
1798
1799 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1800
1801 * term/mac-win.el (mac-service-open-file): Use file URL instead of
1802 file name string.
1803
1804 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1807 (vc-bzr-annotate-time): Accept space used to preserve alignment.
1808
1809 2008-04-05 Richard Stallman <rms@gnu.org>
1810
1811 * emacs-lisp/advice.el (defadvice): Add usage pattern.
1812
1813 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
1814
1815 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1816 thread in [h-e-w]).
1817
1818 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
1819
1820 * files.el (abort-if-file-too-large): Fix typo in docstring.
1821
1822 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * subr.el (functionp): Return nil for special forms.
1825
1826 2008-04-05 Glenn Morris <rgm@gnu.org>
1827
1828 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1829 Provide a feature.
1830 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1831 Require loaddef file rather than loading it.
1832 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1833 autoload-ensure-default-file provides a feature.
1834
1835 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1836 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1837 (compile, compile-always, recompile): Use $LOADDEFS.
1838 (cal-autoloads): Remove.
1839
1840 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1841 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
1842
1843 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1844 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1845
1846 * calendar/calendar.el (diary-hebrew-entry-symbol):
1847 Rename hebrew-diary-entry-symbol. Keep old name as alias.
1848 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1849 Keep old name as alias.
1850 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1851 Keep old name as alias.
1852 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1853 to diary-bahai-entry-symbol.
1854 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1855 to diary-hebrew-entry-symbol.
1856 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1857 to diary-islamic-entry-symbol.
1858 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1859
1860 * calendar/solar.el (diary-sabbath-candles-minutes)
1861 (diary-sabbath-candles): Move to cal-hebrew.
1862 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1863 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1864 Doc fix. Keep old name as alias.
1865 (diary-hebrew-sabbath-candles): Simplify.
1866 (solar-setup, solar-sunrise-sunset, calendar-latitude)
1867 (calendar-longitude, calendar-time-zone): Declare for compiler.
1868 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1869 rename.
1870
1871 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1872 Rename coptic-calendar-month-name-array. Update callers.
1873 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
1874 (calendar-coptic-name): Rename coptic-name. Update callers.
1875 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1876 Update callers.
1877 (calendar-coptic-last-day-of-month):
1878 Rename coptic-calendar-last-day-of-month. Update callers.
1879 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1880 Keep old name as alias, update callers.
1881 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1882 Keep old name as alias, update callers.
1883 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1884 Keep old name as alias.
1885 (calendar-ethiopic-month-name-array):
1886 Rename ethiopic-calendar-month-name-array. Update callers.
1887 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1888 Update callers.
1889 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
1890 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1891 Keep old name as alias, update callers.
1892 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1893 Keep old name as alias, update callers.
1894 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1895 Keep old name as alias.
1896
1897 * calendar/cal-french.el (calendar-french-epoch):
1898 Rename french-calendar-epoch. Update callers.
1899 (calendar-french-month-name-array): Rename variable and function
1900 french-calendar-month-name-array. Update callers.
1901 (calendar-french-multibyte-month-name-array):
1902 Rename french-calendar-multibyte-month-name-array. Update callers.
1903 (calendar-french-day-name-array): Rename variable and function
1904 french-calendar-day-name-array. Update callers.
1905 (calendar-french-special-days-array): Rename variable and function
1906 french-calendar-special-days-array. Update callers.
1907 (calendar-french-multibyte-special-days-array):
1908 Rename french-calendar-multibyte-special-days-array. Update callers.
1909 (calendar-french-accents-p): Rename french-calendar-accents.
1910 Update callers.
1911 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1912 Update callers.
1913 (calendar-french-last-day-of-month):
1914 Rename french-calendar-last-day-of-month. Update callers.
1915 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1916 Keep old name as alias, update callers.
1917 (calendar-french-print-date): Rename calendar-print-french-date.
1918 Keep old name as alias, update callers.
1919 (calendar-french-goto-date): Rename calendar-goto-french-date.
1920 Keep old name as alias.
1921
1922 * calendar/cal-menu.el, calendar/calendar.el:
1923 Update for Coptic and French name changes.
1924
1925 * calendar/cal-china.el (calendar-chinese): Rename custom group
1926 from chinese-calendar. Update users.
1927 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1928 Keep old name as alias, update users.
1929 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1930 Keep old name as alias.
1931 (calendar-chinese-daylight-time-offset):
1932 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
1933 update users.
1934 (calendar-chinese-standard-time-zone-name):
1935 Rename chinese-calendar-standard-time-zone-name.
1936 Keep old name as alias, update users.
1937 (calendar-chinese-daylight-saving-start):
1938 Rename chinese-calendar-daylight-savings-starts.
1939 Keep old name as alias, update users.
1940 (calendar-chinese-daylight-saving-end):
1941 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
1942 update users.
1943 (calendar-chinese-daylight-saving-start-time):
1944 Rename chinese-calendar-daylight-savings-starts-time.
1945 Keep old name as alias, update users.
1946 (calendar-chinese-daylight-saving-end-time):
1947 Rename chinese-calendar-daylight-savings-ends-time.
1948 Keep old name as alias, update users.
1949 (calendar-chinese-celestial-stem): Rename
1950 calendar-chinese-celestial-stem. Keep old name as alias, update users.
1951 (calendar-chinese-terrestrial-branch):
1952 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
1953 update users.
1954 (calendar-chinese-zodiac-sign-on-or-after):
1955 Rename chinese-zodiac-sign-on-or-after. Update callers.
1956 (calendar-chinese-new-moon-on-or-after):
1957 Rename chinese-new-moon-on-or-after. Update callers.
1958 (calendar-chinese-month-list): Rename chinese-month-list.
1959 Update callers.
1960 (calendar-chinese-number-months): Rename number-chinese-months.
1961 Update callers.
1962 (calendar-chinese-compute-year): Rename compute-chinese-year.
1963 Update callers.
1964 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
1965 (calendar-chinese-year): Rename chinese-year. Update callers.
1966 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1967 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1968 Keep old name as alias, update callers.
1969 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1970 Keep old name as alias, update callers.
1971 (calendar-chinese-months-to-alist):
1972 Rename make-chinese-month-assoc-list. Update callers.
1973 (calendar-chinese-months): Rename chinese-months. Update callers.
1974 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1975 Keep old name as alias, update callers.
1976
1977 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1978 Rename hebrew-calendar-leap-year-p. Update callers.
1979 (calendar-hebrew-last-month-of-year):
1980 Rename hebrew-calendar-last-month-of-year. Update callers.
1981 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1982 Update callers.
1983 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1984 Update callers.
1985 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1986 Update callers.
1987 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1988 Update callers.
1989 (calendar-hebrew-last-day-of-month):
1990 Rename hebrew-calendar-last-day-of-month. Update callers.
1991 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1992 Keep old name as alias, update callers.
1993 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1994 Keep old name as alias, update callers.
1995 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1996 Keep old name as alias, update callers.
1997 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1998 Keep old name as alias.
1999 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
2000 Keep old name as alias.
2001 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
2002 Keep old name as alias.
2003 (holiday-hebrew-passover): Rename holiday-passover-etc.
2004 Keep old name as alias.
2005 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
2006 Keep old name as alias, update callers.
2007 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
2008 Keep old name as alias.
2009 (calendar-hebrew-mark-date-pattern):
2010 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
2011 update callers.
2012 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
2013 Keep old name as alias.
2014 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
2015 Keep old name as alias.
2016 (diary-hebrew-insert-monthly-entry):
2017 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
2018 (diary-hebrew-insert-yearly-entry):
2019 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
2020 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
2021 Keep old name as alias.
2022 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
2023 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
2024 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
2025 Keep old name as alias.
2026 (calendar-hebrew-parashiot-names):
2027 Rename hebrew-calendar-parashiot-names. Update callers.
2028 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
2029 (calendar-hebrew-year-Saturday-incomplete-Sunday):
2030 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
2031 (calendar-hebrew-year-Saturday-complete-Tuesday):
2032 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
2033 (calendar-hebrew-year-Monday-incomplete-Tuesday):
2034 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
2035 (calendar-hebrew-year-Monday-complete-Thursday):
2036 Rename hebrew-calendar-year-Monday-complete-Thursday.
2037 (calendar-hebrew-year-Tuesday-regular-Thursday):
2038 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
2039 (calendar-hebrew-year-Thursday-regular-Saturday):
2040 Rename hebrew-calendar-year-Thursday-regular-Saturday.
2041 (calendar-hebrew-year-Thursday-complete-Sunday):
2042 Rename hebrew-calendar-year-Thursday-complete-Sunday.
2043 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
2044 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
2045 (calendar-hebrew-year-Saturday-complete-Thursday):
2046 Rename hebrew-calendar-year-Saturday-complete-Thursday.
2047 (calendar-hebrew-year-Monday-incomplete-Thursday):
2048 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
2049 (calendar-hebrew-year-Monday-complete-Saturday):
2050 Rename hebrew-calendar-year-Monday-complete-Saturday.
2051 (calendar-hebrew-year-Tuesday-regular-Saturday):
2052 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
2053 (calendar-hebrew-year-Thursday-incomplete-Sunday):
2054 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
2055 (calendar-hebrew-year-Thursday-complete-Tuesday):
2056 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
2057 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
2058 Update for above name changes of constants.
2059
2060 * calendar/cal-menu.el, calendar/calendar.el:
2061 Update for chinese and hebrew name changes.
2062 * calendar/diary-lib.el: Update for hebrew name changes.
2063
2064 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * subr.el (keymap-canonicalize): Correct thinko.
2067
2068 * server.el: Undo part of the multi-tty change, which is only
2069 needed if server.el is preloaded, and broke server-running-p.
2070 (server-socket-dir): Initialize in the defvar, as before.
2071 (server-start): Remove initialization of server-socket-dir.
2072
2073 2008-04-05 Eli Zaretskii <eliz@gnu.org>
2074
2075 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
2076 3-member cons cells.
2077
2078 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * cus-face.el (custom-face-attributes): Handle roman slant.
2081
2082 * faces.el (default): Ensure the face-defface-spec property is set.
2083
2084 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
2085
2086 * files.el (abort-if-file-too-large): New function.
2087 (find-file-noselect, insert-file-1): Use it.
2088
2089 2008-04-05 Reto Zimmermann <reto@gnu.org>
2090
2091 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
2092 Replace C-c[a-zA-Z] key bindings.
2093
2094 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * progmodes/hideif.el (hif-token-alist): New var.
2097 (hif-token-regexp, hif-tokenize): Use it.
2098 (hif-mathify-binop): New macro.
2099 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
2100 (hif-greater-equal, hif-less-equal): Use it.
2101 (hif-logior, hif-logand): New functions.
2102 (hif-math): Accept | and & as well.
2103
2104 * progmodes/etags.el: Fix problem with completion for buffer-local
2105 tables. Reported by Radey Shouman <shouman@comcast.net>.
2106 (tags-complete-tag): Remove.
2107 (tags-lazy-completion-table): New function to replace it.
2108 (find-tag-tag, complete-tag): Update users.
2109
2110 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
2111
2112 * vc-rcs.el (vc-rcs-dir-status):
2113 * vc-sccs.el (vc-sccs-dir-status): New function.
2114
2115 * outline.el (outline-mode-menu-bar-map):
2116 * term.el (terminal-signal-menu): Add :help.
2117
2118 * net/eudc.el (eudc-mode-map): Declare and define in one step.
2119 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
2120
2121 * emacs-lisp/re-builder.el (reb-mode-map):
2122 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
2123
2124 * diff-mode.el (diff-file-junk-re): Recognize the git format for
2125 new files, deleted files and for changing permissions.
2126 (diff-mode): Set beginning-of-defun-function and
2127 end-of-defun-function.
2128
2129 * vc-bzr.el (vc-bzr-state): Use when instead of if.
2130
2131 * vc.el (vc-default-status-fileinfo-extra): New function.
2132 (vc-status-mark-buffer-changed): Use it.
2133 (vc-update-vc-status-buffer): Allow for partial updates.
2134
2135 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * net/tramp.el (after-init-hook): Don't wrap a lambda around
2138 tramp-register-completion-file-name-handler.
2139
2140 * subr.el (keymap-canonicalize): New function.
2141 * mouse.el (mouse-menu-non-singleton): Use it.
2142 (mouse-major-mode-menu): Remove hack made unnecessary.
2143
2144 * simple.el (set-fill-column): Prompt rather than error by default.
2145
2146 2008-04-04 Andreas Schwab <schwab@suse.de>
2147
2148 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2149 Reset new-rules after each round.
2150
2151 * Makefile.in (cal-autoloads): New target.
2152 (compile, compile-always, recompile): Depend on it.
2153 ($(lisp)/calendar/cal-loaddefs.el)
2154 ($(lisp)/calendar/diary-loaddefs.el)
2155 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
2156
2157 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
2158
2159 * ediff*.el: Replace load with require in eval-when-compile.
2160
2161 * ediff-hook: Delete all invocations of (autoload ...).
2162
2163 * ediff-util.el (ediff-setup): Make window-min-height a local variable
2164 in ediff control window, and set its min height to 2.
2165 (ediff-setup-control-buffer): Dedicate the control window.
2166 (ediff-toggle-multiframe): Undedicate control window.
2167 Work directly with ediff-setup-windows-multiframe and
2168 ediff-setup-windows-plain.
2169
2170 * ediff-wind (ediff-choose-window-setup-function-automatically):
2171 New function.
2172 (ediff-window-setup-function): Change initialization.
2173 (ediff-setup-windows-automatic): Delete.
2174 (ediff-setup-windows-plain-merge): Make control window dedicated.
2175 (ediff-destroy-control-frame): Do not skip frames if working in a
2176 single frame.
2177
2178 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
2179 eval-when-compile.
2180
2181 * emulation/viper-util.el: Move provide's forward, prevent recursion in
2182 eval-when-compile.
2183
2184 2008-04-04 Glenn Morris <rgm@gnu.org>
2185
2186 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
2187 calendar-absolute-from-bahai. Update callers, keep old name as alias.
2188
2189 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
2190 Rename islamic-calendar-leap-year-p. Update callers.
2191 (calendar-islamic-last-day-of-month):
2192 Rename islamic-calendar-last-day-of-month. Update callers.
2193 (calendar-islamic-day-number):
2194 Rename islamic-calendar-day-number. Update callers.
2195 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
2196 Update callers, keep old name as alias.
2197 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
2198 Update callers, keep old name as alias.
2199 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
2200 Keep old name as alias.
2201 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
2202 Update callers, keep old name as alias.
2203 (calendar-islamic-mark-date-pattern):
2204 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
2205 name as alias.
2206 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
2207 Keep old name as alias.
2208 (diary-islamic-insert-monthly-entry):
2209 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
2210 (diary-islamic-insert-yearly-entry):
2211 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
2212
2213 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
2214 calendar-absolute-from-iso. Update callers, keep old name as alias.
2215 (calendar-iso-print-date): Rename calendar-print-iso-date.
2216 Update callers, keep old name as alias.
2217 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
2218 Keep old name as alias.
2219 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
2220 Keep old name as alias.
2221
2222 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
2223 calendar-absolute-from-julian. Update callers, keep old name as alias.
2224 (calendar-julian-print-date): Rename calendar-print-julian-date.
2225 Update callers, keep old name as alias.
2226 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
2227 Update callers, keep old name as alias.
2228 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
2229 Update callers, keep old name as alias.
2230 (calendar-astro-print-day-number):
2231 Rename calendar-print-astro-day-number. Update callers, keep old
2232 name as alias.
2233 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
2234 Update callers, keep old name as alias.
2235
2236 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
2237 Rename calendar-string-to-mayan-long-count. Update callers.
2238 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
2239 Update callers, keep old name as alias.
2240 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
2241 Update callers.
2242 (calendar-mayan-read-tzolkin-date):
2243 Rename calendar-read-mayan-tzolkin-date. Update callers.
2244 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
2245 Keep old name as alias.
2246 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
2247 Keep old name as alias.
2248 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
2249 Keep old name as alias.
2250 (calendar-mayan-previous-tzolkin-date):
2251 Rename calendar-previous-tzolkin-date. Keep old name as alias.
2252 (calendar-mayan-next-round-date):
2253 Rename calendar-next-calendar-round-date. Keep old name as alias.
2254 (calendar-mayan-previous-round-date):
2255 Rename calendar-previous-calendar-round-date. Keep old name as alias.
2256 (calendar-mayan-long-count-to-absolute): Rename
2257 calendar-absolute-from-mayan-long-count. Keep old name as alias.
2258 (calendar-mayan-goto-long-count-date):
2259 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
2260
2261 * calendar/cal-persia.el (calendar-persian-month-name-array):
2262 Rename persian-calendar-month-name-array. Update callers.
2263 (calendar-persian-epoch): Rename persian-calendar-epoch.
2264 Update callers.
2265 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
2266 Update callers.
2267 (calendar-persian-last-day-of-month):
2268 Rename persian-calendar-last-day-of-month. Update callers.
2269 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
2270 Update callers, keep old name as alias.
2271 (calendar-persian-print-date): Rename calendar-print-persian-date.
2272 Update callers, keep old name as alias.
2273 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
2274 Keep old name as alias.
2275
2276 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
2277 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
2278 * calendar/solar.el: Update for cal-julian name changes.
2279
2280 * calendar/cal-dst.el: Update for persian name changes.
2281
2282 * calendar/cal-menu.el, calendar/calendar.el:
2283 Update for islamic, iso, julian, mayan, persian name changes.
2284
2285 * calendar/diary-lib.el: Update for islamic name changes.
2286
2287 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2288 Rename all-hebrew-calendar-holidays. Update callers, keep old name
2289 as alias.
2290 (calendar-christian-all-holidays-flag):
2291 Rename all-christian-calendar-holidays. Update callers, keep old
2292 name as alias.
2293 (calendar-islamic-all-holidays-flag):
2294 Rename all-islamic-calendar-holidays. Update callers, keep old
2295 name as alias.
2296 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2297 Update callers, keep old name as alias.
2298 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2299 Update for the above name changes.
2300
2301 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * hilit-chg.el (global-highlight-changes-mode)
2304 (highlight-changes-passive-string, highlight-changes-active-string):
2305 Mark as obsolete since 23.1, not 22.1.
2306
2307 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
2308
2309 * hilit-chg.el (highlight-changes-visibility-initial-state)
2310 (hilit-chg-update, highlight-changes-mode-turn-on):
2311 Fix typos in docstrings.
2312
2313 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
2314
2315 * newcomment.el (comment-enter-backward): Be careful to restore
2316 position changed during narrowing.
2317
2318 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
2319
2320 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2321 Recognize `sub ($$)'.
2322
2323 2008-04-03 Richard Sharman <rsharman@pobox.com>
2324
2325 * hilit-chg.el (highlight-changes-mode): Rename from
2326 highlight-changes; no longer uses sub-modes active and passive;
2327 implemented by define-minor-mode.
2328 (highlight-changes-toggle-visibility): New function, to replace
2329 the old passive/active submodes of global-highlight-changes-mode;
2330 implemented by define-minor-mode.
2331 (global-highlight-changes-mode): Rename from global-highlight-changes;
2332 rewrite using define-globalized-minor-mode.
2333 (hilit-chg-major-mode-hook, hilit-chg-check-global)
2334 (hilit-chg-post-command-hook, hilit-chg-check-global)
2335 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2336 to use of define-globalized-minor-mode.
2337 (highlight-changes-global-initial-state): Change to be boolean.
2338 (highlight-changes-visible-string, highlight-changes-invisible-string):
2339 Rename from highlight-changes-active-string and
2340 highlight-changes-passive-string.
2341 (hilit-chg-update, hilit-chg-set): Use them.
2342 (global-highlight-changes-mode): Rename from global-highlight-changes.
2343 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2344 docstring.
2345 (hilit-chg-hide-changes): Rewrite to use dolist.
2346 (hilit-chg-set-face-on-change, hilit-chg-update)
2347 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2348 variable instead of testing highlight-changes-mode.
2349 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2350 to highlight-changes-mode changed.
2351 (highlight-compare-with-file): Fix problems with interactive
2352 call giving invalid default file.
2353
2354 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2355
2356 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2357 Fix in disassembly buffer (regression in 22.2).
2358
2359 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
2360
2361 * emulation/viper-macs.el (viper-read-fast-keysequence):
2362 Use viper-read-event instead of viper-read-key.
2363
2364 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2365
2366 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2367 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2368 let-statements.
2369
2370 * emulation/viper-ex.el, emulation/viper-macs.el:
2371 * emulation/viper-mous.el:
2372 Replace load with require in eval-when-compile.
2373
2374 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2377
2378 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2379 (archive-try-jka-compr): New function.
2380 (archive-set-buffer-as-visiting-file): Use it.
2381
2382 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2383
2384 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * simple.el (handle-shift-selection): New arg.
2387
2388 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2391
2392 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2393
2394 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * shell.el (shell-dynamic-complete-filename): New fun.
2397 (shell-dynamic-complete-functions): Use it.
2398
2399 * help-fns.el (describe-variable): Undo 2008-02-25 change.
2400
2401 2008-04-03 Kenichi Handa <handa@m17n.org>
2402
2403 * international/fontset.el (create-fontset-from-x-resource):
2404 Handle the error of X resource more gracefully.
2405
2406 * international/latin1-disp.el (latin1-display): Don't use make-char.
2407 Fix the argument to set-char-table-range.
2408 (latin1-display-identities): Don't use make-char.
2409 (latin1-display-reset): Use map-charset-chars instead of directly
2410 calling standard-display-default.
2411 (latin1-display-check-font): Don't use make-char.
2412 (latin1-display-setup): Likewise.
2413 (latin1-display-ucs-per-lynx): Likewise.
2414
2415 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2418 name the fields, to make the code clearer.
2419 Rewrite all `aset' and `aref' using the defined accessors.
2420 (timer--time): New pseudo-field.
2421 (timer-set-time, timer-set-idle-time, timer-inc-time)
2422 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2423 (timer--time-less-p): New function.
2424 (timer--activate): New function, extracted from timer-activate.
2425 (timer-activate-when-idle, timer-activate): Use it.
2426 (cancel-function-timers): Use dolist.
2427
2428 2008-04-03 Glenn Morris <rgm@gnu.org>
2429
2430 * add-log.el (c-beginning-of-defun, c-end-of-defun):
2431 Remove declarations; no longer used.
2432 (c-cpp-define-name, c-defun-name): Declare as functions.
2433
2434 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2435 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2436
2437 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2438 (holiday-passover-etc, holiday-hanukkah): Doc fix.
2439 Add optional argument. Simplify.
2440 (holiday-tisha-b-av-etc): Use memq rather than unless.
2441 (holiday-julian): Autoload it.
2442 (holiday-hebrew-misc): New function.
2443
2444 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2445
2446 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2447 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2448 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2449 all-hebrew-calendar-holidays.
2450 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2451 Simplify using new functions.
2452 (calendar-holidays): Doc fix.
2453 (generate-calendar-window): Use bound-and-true-p.
2454
2455 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2456
2457 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2458 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
2459 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
2460 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2461
2462 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2463
2464 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2467
2468 * vc-bzr.el (vc-bzr-checkout): Simplify.
2469
2470 * image-mode.el (image-mode-fit-frame): New command.
2471
2472 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2473 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2474 (keyboard-escape-quit): Check region-active-p i.s.o
2475 transient-mark-mode.
2476
2477 2008-04-02 Simon Josefsson <simon@josefsson.org>
2478
2479 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2480 (imap-message-copyuid-1): Use it.
2481 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
2482 J. Williams in
2483 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2484
2485 2008-04-02 Alan Mackenzie <acm@muc.de>
2486
2487 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2488 New optimised functions to get the name of the current defun/macro.
2489
2490 * add-log.el (add-log-current-defun): Move the functionality which
2491 gets the current function name for C like modes to cc-cmds.el,
2492 thus optimising for speed.
2493
2494 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * simple.el (deactivate-mark): When the mark is temporarily
2497 active, restore the original value of transient-mark-mode.
2498 (set-mark-command): First deactivate the mark if was temporarily active.
2499 (exchange-point-and-mark): Reactivate the mark if it was
2500 temporarily active.
2501 (handle-shift-selection): New fun.
2502 (transient-mark-mode): Move var documentation here from buffer.c.
2503 (next-line, previous-line, backward-word, move-end-of-line)
2504 (move-beginning-of-line, forward-to-indentation)
2505 (backward-to-indentation, back-to-indentation)
2506 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2507
2508 * mouse.el (mouse-set-region-1): Save the old value of
2509 transient-mark-mode.
2510 (mouse-drag-track): Ignore the now-obsolete value `identity' for
2511 transient-mark-mode.
2512
2513 * textmodes/paragraphs.el (forward-paragraph)
2514 (backward-paragraph, forward-sentence, backward-sentence): Add ^
2515 interactive spec.
2516
2517 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2518
2519 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
2520
2521 * net/tramp.el (tramp-make-tramp-temp-file):
2522 Use `tramp-drop-volume-letter' for the local file name part.
2523
2524 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
2527 Add menu entries corresponding to all the key bindings.
2528
2529 * emacs-lisp/debug.el (debugger-mode-map):
2530 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2531 (conf-align-assignments): Only work on the region if it is active.
2532 (conf-quote-normal): Use when instead of if. Remove redundant test.
2533
2534 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2535 for tracing and re-builder.
2536
2537 2008-04-02 Glenn Morris <rgm@gnu.org>
2538
2539 * calendar/appt.el (appt-disp-window-function): Doc fix.
2540 (appt-display-message): Move beep before display.
2541 (appt-check): Make interactive. Reduce the number of lets.
2542 Use string-equal to compare mode-line strings.
2543 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
2544 read-only.
2545 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2546 (appt-delete): Simplify.
2547
2548 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2549
2550 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2551
2552 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2553 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2554 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2555
2556 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2557 (calendar-holiday-marker, mark-visible-calendar-date):
2558 * calendar/diary-lib.el (fancy-diary-display):
2559 Check for font-lock-mode before using faces.
2560
2561 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2562 (calendar-gregorian-from-absolute): Reduce the number of lets.
2563 (hebrew-holidays-4, generate-calendar-window): Simplify.
2564 (calendar-for-loop): Make obsolete.
2565 (calendar-nth-named-day): Doc fix.
2566
2567 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2568 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2569 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2570 Reduce the number of lets.
2571 (mark-sexp-diary-entries, calendar-mark-complex):
2572 Expand calendar-for-loops.
2573
2574 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * find-dired.el (find-dired-filter): Fix last patch to handle
2577 multi-line process input. Pad link numbers too.
2578
2579 2008-04-01 Jari Aalto <jari.aalto@cante.net>
2580
2581 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2582
2583 2008-04-01 Jason Rumney <jasonr@gnu.org>
2584
2585 * international/characters.el (script-list): Add phonetic script,
2586 covering IPA (previously Latin), Phonetic Extensions and
2587 Phonetic Extensions Supplement (both previously unassigned).
2588
2589 * international/fontset.el (setup-default-fontset): Use unicode fonts
2590 that cover bopomofo script for bopomofo.
2591 Likewise for braille and mathematical.
2592 Use unicode scripts that cover the phonetic script for IPA.
2593
2594 2008-04-01 Johan Bockgård <bojohan@gnu.org>
2595
2596 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2597 return the assigned value.
2598
2599 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * abbrev.el (abbrev-mode): Use define-minor-mode.
2602
2603 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
2604 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2605 Use map-keymap.
2606 (minor-mode-menu-from-indicator): Use it. Simplify.
2607
2608 * bindings.el (mode-line-mode-menu): Move before (new) first use.
2609 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2610 Bind the key directly to the menu.
2611 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2612
2613 2008-04-01 Daiki Ueno <ueno@unixuser.org>
2614
2615 * epa.el (epa-decrypt-region): Explain the reason why this
2616 function should not be used in Lisp programs.
2617 (epa-decrypt-armor-in-region): Ditto.
2618 (epa-verify-region): Ditto.
2619 (epa-verify-cleartext-in-region): Ditto.
2620 (epa-sign-region): Ditto.
2621 (epa-encrypt-region): Ditto.
2622
2623 * epg.el (epg-start-receive-keys): Fix typo in docstring.
2624
2625 * epa.el (epa-select-keys): Show menu even if there is no key in
2626 GnuPG's keyring.
2627
2628 2008-04-01 Glenn Morris <rgm@gnu.org>
2629
2630 * calendar/calendar.el (calendar-make-temp-face): New function.
2631 (mark-visible-calendar-date):
2632 * calendar/diary-lib.el (fancy-diary-display): Use it.
2633
2634 * vc-hooks.el (vc-responsible-backend): Declare as function.
2635
2636 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2637 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2638 * calendar/cal-julian.el (holiday-julian): Use it.
2639
2640 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2641 (calendar-hebrew-date-is-visible-p): Extract some common code into
2642 separate function.
2643 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2644
2645 * calendar/cal-menu.el (cal-menu-holidays-menu):
2646 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2647 rather than obsolete alias.
2648
2649 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2650 for mark characters.
2651 (calendar-unmark): Unmark by removing all overlays, rather than
2652 redrawing.
2653 (calendar-starred-day): Remove.
2654 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
2655 (calendar-cursor-to-date): No need for special star handling now
2656 using overlays.
2657 (calendar-star-date): Use overlays.
2658
2659 * calendar/cal-french.el (calendar-goto-french-date):
2660 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2661 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2662 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2663 * calendar/cal-persia.el (calendar-persian-date-string):
2664 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2665 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2666 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2667 * calendar/solar.el (solar-equinoxes-solstices):
2668 Reduce nesting of some lets.
2669
2670 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2671 (calendar-goto-mayan-long-count-date): Simplify.
2672
2673 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2674 Simplify by using mapcar.
2675 (calendar-list-holidays): Return holiday-list.
2676 (list-holidays): Use let rather than let*. Remove un-needed locals
2677 `d', `never'.
2678 (calendar-check-holidays): Return result from dolist.
2679 (holiday-float): Use a single let*. Simplify if-and to and.
2680 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2681 single let*.
2682
2683 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
2684
2685 * calc/calc.el: Autoload `calc-yank'.
2686 (calc-mode-map): Add keybindings for `calc-yank'.
2687 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2688 assignments for `calc-yank'.
2689
2690 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2691
2692 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2693 (vc-status-mark-buffer-changed): Handle the extra field.
2694
2695 * vc-bzr.el (vc-bzr-after-dir-status):
2696 * vc-cvs.el (vc-cvs-after-dir-status):
2697 * vc-hg.el (vc-hg-after-dir-status):
2698 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2699
2700 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * doc-view.el: Compute displayed pages first (in PDF).
2703 (doc-view-current-converter-processes): Rename from
2704 doc-view-current-converter-process. Update users.
2705 (doc-view-sentinel): Test buffer's liveness.
2706 (doc-view-pdf/ps->png-sentinel): Remove.
2707 (doc-view-start-process): New function.
2708 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2709 (doc-view-ps->pdf): Use it.
2710 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2711 New functions.
2712 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2713 (doc-view-mode): Kill the processes when leaving the mode.
2714
2715 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
2716
2717 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2718 Use `byte-compile-warning-types'. Add docstring.
2719
2720 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2723 (smerge-resolve): Add various resolution heuristics.
2724
2725 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2726 in 3-way conflicts.
2727
2728 2008-03-31 Glenn Morris <rgm@gnu.org>
2729
2730 * calendar/cal-bahai.el (diary-bahai-mark-entries):
2731 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2732 * calendar/cal-islam.el (mark-islamic-diary-entries):
2733 Fix argument order in call to diary-mark-entries-1.
2734
2735 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2736 pre-Bahai dates.
2737 (holiday-bahai): Use an algorithm actually relevant to this calendar
2738 system.
2739
2740 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2741
2742 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2743 Use and.
2744
2745 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2746 in the last fortnight in Julian October.
2747
2748 * calendar/calendar.el (increment-calendar-month): Optionally handle
2749 systems without 12 months per year.
2750
2751 (calendar-date-is-visible-p): Doc fix. Simplify.
2752
2753 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2754 from dolist.
2755
2756 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2759 (hi-lock-unload-function): New function.
2760
2761 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2764 overwriting when NEWNAME is a local file.
2765
2766 * net/trampver.el: Update release number.
2767
2768 2008-03-30 Alexandre Julliard <julliard@winehq.org>
2769
2770 * vc-git.el: Make vc-status display information about copies,
2771 renames and permission changes.
2772 (vc-git-extra-fileinfo): New defstruct.
2773 (vc-git-escape-file-name, vc-git-file-type-as-string)
2774 (vc-git-rename-as-string, vc-git-permissions-as-string)
2775 (vc-git-status-printer): New functions.
2776 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2777 (vc-git-after-dir-status-stage1): Look for copies, renames and
2778 permission changes.
2779 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2780 (vc-git-dir-status): Ask for staged files and renames.
2781
2782 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2783
2784 * vc.el: Allow backends to display backend specific information in
2785 the vc-status listing.
2786 (vc-status-fileinfo): Add a field for backend specific information.
2787 (vc-status-printer): Rename to ...
2788 (vc-default-status-printer): ... this.
2789 (vc-status-printer): New function.
2790 (vc-update-vc-status-buffer): Set the backend specific file info
2791 if provided.
2792
2793 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * textmodes/remember.el (remember-diary-convert-entry): Revert last
2796 change (ill-conceived).
2797
2798 2008-03-29 Glenn Morris <rgm@gnu.org>
2799
2800 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2801 * calendar/cal-julian.el (holiday-julian): Simplify.
2802
2803 * calendar/holidays.el (list-holidays): Use or.
2804
2805 2008-03-29 Juri Linkov <juri@jurta.org>
2806
2807 * window.el (split-window-preferred-horizontally): New function.
2808
2809 * cus-start.el (split-window-preferred-function):
2810 Set choice for "vertically" to nil instead of split-window.
2811 Set choice for "horizontally" to split-window-preferred-horizontally
2812 instead of lambda.
2813
2814 2008-03-29 Juri Linkov <juri@jurta.org>
2815
2816 * simple.el (minibuffer-default-add-function): New variable with
2817 the default to minibuffer-default-add-completions.
2818 (minibuffer-default-add-done): New variable. Make it buffer-local.
2819 (minibuffer-default-add-completions): New function.
2820 (goto-history-element): Set minibuffer-default-add-done to t and
2821 call a function in minibuffer-default-add-function when the
2822 specified absolute history position is greater than the length of
2823 the minibuffer-default list and minibuffer-default-add-done is nil.
2824 Change "^End of history; no next item$" to "^End of defaults;
2825 no next item$".
2826
2827 * bindings.el (debug-ignored-errors): Change "^End of history;
2828 no next item$" to "^End of defaults; no next item$".
2829
2830 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2833
2834 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2835 to with-no-warnings.
2836
2837 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
2838
2839 Sync with Tramp 2.1.13.
2840
2841 * net/tramp-ftp.el: Require 'cl when byte-compiling.
2842
2843 * net/trampver.el: Update release number.
2844
2845 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2846
2847 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2848 the current backend.
2849
2850 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2851 (vc-status-refresh): Create a temporary buffer and call the
2852 `dir-status' backend function from that buffer.
2853
2854 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2855 (vc-bzr-after-dir-status): Don't kill the buffer.
2856
2857 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2858 (vc-cvs-after-dir-status): Don't kill the buffer.
2859
2860 * vc-git.el (vc-git-dir-status): Don't create a buffer.
2861 (vc-git-after-dir-status-stage2): Don't kill the buffer.
2862
2863 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2864 (vc-hg-after-dir-status): Don't kill the buffer.
2865
2866 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2867 (vc-svn-after-dir-status): Don't kill the buffer.
2868
2869 2008-03-29 Glenn Morris <rgm@gnu.org>
2870
2871 * calendar/calendar.el (diary-file, american-date-diary-pattern)
2872 (european-date-diary-pattern, european-calendar-display-form)
2873 (american-calendar-display-form, diary-display-hook): Doc fixes.
2874 (european-calendar-style): Doc fix. Use calendar-set-date-style for
2875 custom :set. Mark as obsolete.
2876 (calendar-date-style, iso-date-diary-pattern)
2877 (iso-calendar-display-form): New user variables.
2878 (diary-date-forms, calendar-date-display-form): Set using
2879 calendar-date-style. Doc fix.
2880 (calendar-set-date-style): New command.
2881 (european-calendar, american-calendar): Use calendar-set-date-style.
2882 Mark as obsolete.
2883
2884 * calendar/diary-lib.el (number): Move declaration where needed.
2885 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2886 (diary-make-date): New function.
2887 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2888 Use diary-make-date.
2889 (diary-date-display-form, diary-insert-entry-1): New functions.
2890 (insert-monthly-diary-entry, insert-yearly-diary-entry):
2891 Use diary-insert-entry-1.
2892 (insert-anniversary-diary-entry, insert-block-diary-entry)
2893 (insert-cyclic-diary-entry): Use diary-date-display-form.
2894
2895 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2896 Autoload diary-insert-entry-1.
2897 * calendar/cal-bahai.el (diary-bahai-insert-entry)
2898 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2899 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2900 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2901 * calendar/cal-islam.el (insert-islamic-diary-entry)
2902 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2903 Use diary-insert-entry-1.
2904
2905 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2906 (diary-yahrzeit): Doc fix. Use diary-make-date.
2907
2908 * calendar/icalendar.el (icalendar--datetime-to-american-date):
2909 New name for icalendar--datetime-to-noneuropean-date. Make old name
2910 obsolete alias.
2911 (icalendar--datetime-to-iso-date): New function.
2912 (icalendar--datetime-to-diary-date): Doc fix. Respect
2913 calendar-date-style if bound.
2914
2915 * textmodes/remember.el (remember-diary-convert-entry):
2916 Respect calendar-date-style if bound.
2917
2918 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2921 (xterm-mouse-handle-delete-frame): Delete.
2922
2923 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2924 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2925 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2926 in xterm-modify-other-keys-terminal-list.
2927
2928 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2929 are conflicts.
2930
2931 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2932
2933 * vc.el (vc-update): Check if the buffer is unsaved only if it
2934 actually exists.
2935 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2936 vc-print-log.
2937
2938 2008-03-28 Magnus Henoch <mange@freemail.hu>
2939
2940 * net/dns.el (dns-write): Use set-buffer-multibyte.
2941
2942 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * vc-bzr.el (vc-bzr-sha1): New fun.
2945 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2946 (vc-bzr-registered): Use it.
2947
2948 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * vc.el (vc-status-kill-dir-status-process): Simplify.
2951 (vc-status-refresh): Make sure the buffer is live.
2952 (ring): Don't require it, not used.
2953
2954 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
2955
2956 * progmodes/verilog-mode.el (verilog-auto-inout-module):
2957 Add optional regular expression to AUTOINOUTMODULE.
2958 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2959 (verilog-auto-inst-param, verilog-auto-reg)
2960 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2961 (verilog-auto-output-every, verilog-auto-input)
2962 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2963 (verilog-auto-unused, verilog-auto): Update documentation to use
2964 more obvious instance module names versus cell names.
2965
2966 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
2967
2968 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2969 kill if a process is running.
2970
2971 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2972
2973 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 * vc.el: Add new backend function 'status-extra-headers.
2976 (vc-default-status-extra-headers): New function.
2977 (vc-status-headers): Call 'status-extra-headers. Add colors.
2978
2979 * vc-git.el (vc-git-status-extra-headers): New function.
2980
2981 2008-03-28 Glenn Morris <rgm@gnu.org>
2982
2983 * calendar/cal-menu.el (cal-menu-holidays-menu)
2984 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2985 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2986 holiday-list is optional.
2987 (calendar-mouse-holidays): Remove un-needed local `l'.
2988
2989 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2990 Remove un-needed local `date'.
2991 (calendar-cursor-to-visible-date): Use let rather than let*.
2992 Remove un-needed local `first-of-month-weekday'.
2993
2994 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2995
2996 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2997 Doc fixes.
2998 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
2999 (diary-header-line-flag, diary-header-line-format): Declare.
3000 (diary-pull-attrs): Check for multiple matches.
3001 (diary-list-entries-2): Simplify finding start of date.
3002 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
3003 pop-up-frames.
3004 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
3005 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
3006
3007 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
3008
3009 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
3010
3011 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
3012
3013 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
3016
3017 * image-mode.el (image-mode-reapply-winprops): Fix last change.
3018
3019 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
3020
3021 * international/mule-conf.el (define-iso-single-byte-charset):
3022 Don't make latin-iso8859-* supplementary.
3023 (#'set-charset-priority): Don't change the priority of charsets
3024 `unicode' and `emacs'.
3025
3026 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
3029 temp buffer.
3030
3031 2008-03-27 Glenn Morris <rgm@gnu.org>
3032
3033 * calendar/cal-bahai.el (diary-bahai-list-entries):
3034 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
3035 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
3036
3037 * calendar/calendar.el (diary-file): Doc fix.
3038
3039 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
3040 (list-diary-entries-hook, mark-diary-entries-hook)
3041 (include-other-diary-files, diary-mail-entries)
3042 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
3043 (diary-set-header): New function.
3044 (diary-header-line-flag, diary-header-line-format):
3045 Use diary-set-header for custom :set function.
3046 (diary-set-maybe-redraw): Use symbol-value rather than eval.
3047 (diary-attrtype-convert): Use intern-soft rather than read.
3048 (diary-display-no-entries): New function.
3049 (simple-diary-display, fancy-diary-display): Use it.
3050 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
3051 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
3052
3053 * calendar/holidays.el (list-holidays): Doc fix.
3054
3055 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
3056
3057 * calc/calc-store.el (calc-read-var-name-history): New variable.
3058 (calc-read-var-name): Use `calc-read-var-name-history'.
3059
3060 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * image-mode.el (image-mode-reapply-winprops): Simplify now that
3063 window-configuration-change-hook works buffer-locally.
3064
3065 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3066
3067 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
3068 for Emacs Lisp, not Lisp.
3069
3070 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
3071
3072 * help-fns.el (describe-function-1, describe-variable):
3073 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
3074
3075 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
3076 replacement is provided, don't print "use nil instead".
3077
3078 2008-03-26 Johan Bockgård <bojohan@gnu.org>
3079
3080 * complete.el (PC-do-completion): Use regexp-quote.
3081
3082 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
3083
3084 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
3085 Detect missing files.
3086
3087 * vc-git.el (vc-git-extra-menu-map): New key map.
3088 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
3089 New functions.
3090
3091 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
3092 and 'missing files.
3093
3094 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * calendar/holidays.el (list-holidays): Make Y2 optional.
3097
3098 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
3099 buffers shown to the user.
3100 (appt-disp-window): Disable undo explicitly now that the leading space
3101 is gone.
3102
3103 * simple.el (activate-mark): New function.
3104 (set-mark-command): Use it with region-active-p to clean up the code.
3105 (exchange-point-and-mark): Invert the meaning of C-u when
3106 transient-mark-mode is active.
3107
3108 * dired-aux.el (dired-create-files): Use dolist.
3109
3110 * bindings.el (mode-line-change-eol): Use with-selected-window.
3111
3112 * apropos.el (apropos-command): Include macros.
3113
3114 2008-03-26 Glenn Morris <rgm@gnu.org>
3115
3116 * calendar/cal-bahai.el: Require calendar, not cal-julian.
3117 (calendar-bahai-epoch): Doc fix.
3118
3119 * calendar/cal-china.el: Explicitly require calendar.
3120
3121 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
3122 Require calendar rather than cal-julian.
3123 Autoload calendar-absolute-from-julian.
3124 * calendar/cal-coptic.el (coptic-calendar-epoch):
3125 * calendar/cal-islam.el (calendar-islamic-epoch):
3126 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
3127
3128 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
3129
3130 * calendar/cal-dst.el: Don't require cal-persia.
3131 (calendar-absolute-from-persian): Autoload it.
3132 (dst-adjust-time): Doc fix.
3133
3134 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
3135 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
3136 calendar.
3137
3138 * calendar/cal-menu.el: Require calendar rather than declaring
3139 functions.
3140 * calendar/calendar.el: Provide calendar before requiring cal-menu.
3141
3142 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
3143 calendar-after-frame-setup-hooks. Update callers, make old name an
3144 obsolete alias. Doc fix.
3145 (calendar-frame-1): Doc fix.
3146
3147 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
3148
3149 * calendar/calendar.el (oriental-holidays, solar-holidays):
3150 * calendar/holidays.el (list-holidays): Assume atan always bound.
3151
3152 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
3153 Explicitly require calendar, not cal-julian.
3154 * calendar/lunar.el: Explicitly require cal-dst.
3155
3156 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
3159
3160 * help-fns.el (describe-function-1, describe-variable): If no
3161 replacement is provided, don't print "use nil instead".
3162
3163 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3164
3165 * proced.el: New file.
3166
3167 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3168
3169 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
3170
3171 2008-03-25 Juri Linkov <juri@jurta.org>
3172
3173 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
3174 in battery-mode-line-format.
3175
3176 * bindings.el (minibuffer-local-map): For the command
3177 file-cache-minibuffer-complete replace keymap minibuffer-local-map
3178 with map which is already locally bound to minibuffer-local-map.
3179
3180 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
3183 Remove `sort-first' argument.
3184
3185 * subr.el (redisplay-end-trigger-functions)
3186 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
3187 (process-filter-multibyte-p, set-process-filter-multibyte):
3188 Mark as obsolete.
3189
3190 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
3193 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
3194 use the LOCAL arg of `add-hook'.
3195 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
3196 Remove spurious * from defcustom docstrings.
3197 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
3198 Fix typos in messages.
3199 (reb-mode-buffer-p): New function.
3200 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
3201 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
3202 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
3203 (reb-update-overlays): Use `unless', `when'.
3204 (re-builder-unload-function): New function.
3205
3206 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
3207
3208 * vc-hooks.el (vc-state): Add documentation for 'missing.
3209
3210 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
3211
3212 * progmodes/verilog-mode.el (verilog-auto-output)
3213 (verilog-auto-input, verilog-auto-inout, verilog-auto)
3214 (verilog-delete-auto): Add optional regular expression to
3215 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
3216 (verilog-signals-matching-regexp): New internal function for
3217 signal matching.
3218
3219 2008-03-25 Johan Bockgård <bojohan@gnu.org>
3220
3221 * info.el (Info-isearch-search): Always return point.
3222
3223 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * diff-mode.el (diff-remembered-defdir): New var.
3226 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
3227
3228 2008-03-25 Glenn Morris <rgm@gnu.org>
3229
3230 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
3231 calendar-bahai-prompt-for-date. Update callers, make old name an
3232 obsolete alias. Doc fix.
3233 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
3234 coptic-prompt-for-date. Update callers, make old name an
3235 obsolete alias. Doc fix.
3236 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
3237 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
3238 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
3239 calendar-islamic-prompt-for-date. Update callers. Doc fix.
3240 * calendar/cal-iso.el (calendar-iso-read-date): New name for
3241 calendar-iso-read-args. Update callers, make old name an obsolete
3242 alias.
3243 * calendar/cal-persia.el (calendar-persian-read-date): New name for
3244 persian-prompt-for-date. Update callers, make old name an
3245 obsolete alias. Doc fix. Move definition before use.
3246
3247 * calendar/cal-x.el (diary-frame-parameters)
3248 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3249 (calendar-frame-1): Doc fixes.
3250 (make-fancy-diary-buffer): Remove declaration.
3251 (calendar-dedicate-diary): Replace call to deleted function
3252 make-fancy-diary-buffer.
3253 (calendar-frame-setup): New function.
3254 (calendar-one-frame-setup, calendar-only-one-frame-setup)
3255 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
3256 work, and mark as obsolete.
3257 (special-display-buffer-names): Don't mess with this; it's not our
3258 business.
3259 (cal-x-load-hook): Defvar it, and mark as obsolete.
3260
3261 * calendar/calendar.el (calendar-remove-frame-by-deleting):
3262 Default to t. Add to 'calendar group.
3263 (calendar): Doc fix. Use calendar-frame-setup.
3264 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
3265 (generate-calendar-window): Doc fix.
3266
3267 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
3270
3271 2008-03-24 Drew Adams <drew.adams@oracle.com>
3272
3273 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
3274 New variables.
3275 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
3276 (finder-exit): Ignore errors rather than avoiding them.
3277 Kill *Finder-package* buffer also.
3278
3279 2008-03-24 Andreas Schwab <schwab@suse.de>
3280
3281 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3282
3283 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * vc-hg.el (vc-hg-after-dir-status):
3286 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3287
3288 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3289 Detect removed files.
3290
3291 * vc.el (vc-status-printer): Use a different face for missing files.
3292 (vc-status-hide-up-to-date): Rename from
3293 vc-status-remove-up-to-date. Update all callers.
3294 (vc-status-mode-map): Bind C-m.
3295
3296 2008-03-24 Alexandre Julliard <julliard@winehq.org>
3297
3298 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3299 code ...
3300 (vc-git--state-code): ... to this new function.
3301 (vc-git-state): Use it.
3302
3303 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
3304
3305 * textmodes/remember.el (remember-mail-date)
3306 (remember-store-in-mailbox): Write date and From line in such a
3307 way that Mutt can read it.
3308
3309 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * simple.el (transient-mark-mode): Turn on by default.
3312
3313 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3314
3315 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3316 'unregistered for unregistered files.
3317
3318 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3319
3320 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3321
3322 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3323 subdirectories.
3324
3325 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3326 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3327 Add :enable for vc-status-refresh.
3328 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3329 (vc-status-tool-bar-map): Add binding for
3330 vc-status-kill-dir-status-process.
3331 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3332 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3333 Reset vc-status-process-buffer.
3334 (vc-status-refresh): Don't run two refreshes at a time.
3335 (vc-status): If the buffer is already in vc-status-mode only refresh.
3336 (vc-status-mark-buffer-changed): Add an optional file parameter.
3337 (vc-resynch-buffer): Use it.
3338 (vc-delete-file): Expand the file name before using it.
3339 Be careful to not create a new buffer with the old file contents.
3340 Update the VC state after performing the operation.
3341
3342 2008-03-23 Andreas Schwab <schwab@suse.de>
3343
3344 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3345 Fix radio button condition.
3346 [box]: Likewise.
3347 [customize]: Add radio button.
3348
3349 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
3350
3351 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3352 (calc-user-parse-tables, calc-gnuplot-default-device)
3353 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3354 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3355 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3356 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3357 (calc-undo-list, calc-redo-list, calc-main-buffer)
3358 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3359 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3360 (calc-said-hello, calc-executing-macro, calc-any-selections)
3361 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3362 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3363 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3364 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3365 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3366 (calc-create-buffer, calc-quit): Add docstrings.
3367
3368 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * makefile.w32-in (WINS_ALMOST): Add org.
3371
3372 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3375 New functions to implement vc-status support.
3376
3377 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * vc.el (vc-status-prepare-status-buffer): New function.
3380 (vc-status): Use it.
3381
3382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3383 appropriate.
3384
3385 2008-03-22 Alexandre Julliard <julliard@winehq.org>
3386
3387 * vc-git.el (vc-git--empty-db-p)
3388 (vc-git-after-dir-status-stage1-empty-db): New functions.
3389 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3390 Add support for empty repositories.
3391
3392 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3393
3394 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3395 Allow "^" in a version name.
3396
3397 * vc-mtn.el (vc-mtn-state): Support the added state.
3398
3399 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
3400
3401 * org: New directory for Org-mode.
3402
3403 * org/org-export-latex.el: Moved from lisp/texmodes.
3404
3405 * org/org-irc.el: Moved from lisp/texmodes.
3406
3407 * org/org-mac-message.el: Moved from lisp/texmodes.
3408
3409 * org/org-mouse.el: Moved from lisp/texmodes.
3410
3411 * org/org-publish.el: Moved from lisp/texmodes.
3412
3413 2008-03-21 Juri Linkov <juri@jurta.org>
3414
3415 * comint.el (comint-dynamic-simple-complete):
3416 Use variable `stub' for the second arg `common-substring'
3417 of `comint-dynamic-list-completions'.
3418 (comint-dynamic-list-filename-completions):
3419 Use variable `filenondir' for the second arg `common-substring'
3420 of `comint-dynamic-list-completions'.
3421 (comint-dynamic-list-completions): Add new optional arg
3422 `common-substring'. Add `common-substring' as the second arg of
3423 the call to `display-completion-list'. Doc fix.
3424
3425 * comint.el (comint-dynamic-complete-as-filename)
3426 (comint-dynamic-list-filename-completions)
3427 (comint-dynamic-simple-complete): Use `minibuffer-message'
3428 to display message "No completions of %s" when a command
3429 is called in the minibuffer.
3430 (comint-dynamic-simple-complete): Don't display other
3431 completion messages when a command is called in the minibuffer.
3432 (comint-dynamic-list-completions): Use `minibuffer-message'
3433 to display message " [Type space to flush ...]" when a command
3434 is called in the minibuffer.
3435
3436 * shell.el (shell-dynamic-complete-command)
3437 (shell-dynamic-complete-environment-variable): Don't display
3438 completion messages when command is called in the minibuffer.
3439
3440 * emacs-lisp/lisp.el (lisp-complete-symbol):
3441 Use `minibuffer-message' to display message "No completions of %s"
3442 when this command is called in the minibuffer.
3443
3444 * bindings.el (standard-mode-line-modes): Put special help-echo
3445 tooltip on recursive edit %[ %] mode-line constructs.
3446
3447 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3448 "^No dynamic expansion for .* found$" to allow error messages like
3449 "No dynamic expansion for \"%s\" found in this-buffer".
3450
3451 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
3452
3453 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3454 "psftp".
3455
3456 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3459 * vc.el (vc-default-dired-state-info): Use just "modified".
3460 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3461 (vc-cvs-mode-line-string): Make use of the better default.
3462 (vc-cvs-parse-entry): Use the new `added'.
3463 (vc-cvs-dired-state-info): Remove.
3464 * vc-svn.el (vc-svn-dired-state-info): Remove.
3465 * vc-hg.el (vc-hg-dired-state-info): Remove.
3466 * vc-git.el (vc-git-dired-state-info): Remove.
3467
3468 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3469
3470 * vc-git.el (vc-git-status-result): New variable.
3471 (vc-git-dir-status): Split out ...
3472 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3473 ... these new functions and work asynchronously.
3474
3475 2008-03-21 Alexandre Julliard <julliard@winehq.org>
3476
3477 * vc-git.el (vc-git-after-dir-status): Remove.
3478 (vc-git-dired-state-info): Reimplement.
3479
3480 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3481
3482 * replace.el (occur-mode-map): Add :help.
3483
3484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3485 for disassemble.
3486
3487 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3488 the 'added state.
3489 (vc-status-remove-up-to-date): New function.
3490 (vc-status-mode-map, vc-status-menu-map): Bind it.
3491 (vc-status-printer): Use a different face up-to-date files.
3492 (vc-resynch-buffer): Update the vc-status buffer if it exists.
3493 (Todo): Remove solved entries.
3494
3495 * vc-hg.el (vc-hg-state):
3496 * vc-git.el (vc-git-state):
3497 * vc-cvs.el (vc-cvs-parse-status):
3498 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3499 state.
3500
3501 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * progmodes/compile.el (compile):
3504 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3505
3506 * simple.el (minibuffer-local-shell-command-map): New var.
3507 (minibuffer-complete-shell-command, read-shell-command): New funs.
3508 (shell-command, shell-command-on-region): Use them.
3509
3510 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * vc.el (vc-status-mark-buffer-changed): New function to implement
3513 updating of the *vc-status* buffer when a buffer is saved.
3514 (vc-status-mode): Use it for after-change-hook.
3515 (vc-add-to-vc-status-buffer): Rename to ...
3516 (vc-status-add-entry): ... this.
3517 (Todo): Add new entry.
3518
3519 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3522
3523 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
3524
3525 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3526 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3527 Remove spurious * from defcustom docstrings.
3528 (icomplete-compute-delay): Fix docstring and remove spurious *.
3529 (icomplete-delay-completions-threshold): Fix typo in docstring and
3530 remove spurious *.
3531 (icomplete-completions): While collecting the list of prospective
3532 candidates, don't overshoot `icomplete-prospects-length'.
3533
3534 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3535
3536 * textmodes/refbib.el:
3537 * textmodes/reftex.el:
3538 * textmodes/reftex-global.el:
3539 * textmodes/reftex-vars.el:
3540 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3541 compiler pacifying defvars.
3542 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3543 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3544 not needed.
3545
3546 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
3547
3548 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3549 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3550 (verilog-customize, verilog-font-customize)
3551 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3552 (verilog-mode): Update documentation strings to match tool tips.
3553 (verilog-auto-search-do, verilog-auto-re-search-do)
3554 (verilog-skip-forward-comment-or-string): Fix verilog-auto
3555 expansion when a .* appears inside a string.
3556 (verilog-re-search-forward, verilog-re-search-backward):
3557 Add comment to recall how this works.
3558 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3559
3560 2008-03-20 Glenn Morris <rgm@gnu.org>
3561
3562 * calendar/calendar.el (calendar-other-dates): New function.
3563 (calendar-print-other-dates): Use calendar-other-dates.
3564 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3565 the declarations it replaces.
3566 (calendar-mouse-print-dates): Use calendar-other-dates.
3567
3568 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3569 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3570 (calendar-absolute-from-bahai): Fix the leap-year case.
3571 (calendar-bahai-from-absolute): Re-use the Gregorian month.
3572 (calendar-bahai-date-string, calendar-bahai-print-date):
3573 Handle pre-Bahai dates.
3574
3575 * calendar/cal-china.el (chinese-calendar-celestial-stem)
3576 (chinese-calendar-terrestrial-branch): Make defcustoms.
3577
3578 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3579 (calendar-mouse-view-diary-entries): Use or.
3580 (calendar-mouse-chinese-date): Remove unused command.
3581 (cal-menu-load-hook): Mark as obsolete.
3582
3583 * calendar/solar.el (calendar-location-name, calendar-latitude)
3584 (calendar-longitude, solar-arctan, sunrise-sunset)
3585 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3586
3587 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3588
3589 * calc/calc.el: Remove outdated comments.
3590 (defcalcmodevar, calc-mode-var-list-restore-default-values)
3591 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3592 Add docstrings.
3593
3594 2008-03-19 Jason Rumney <jasonr@gnu.org>
3595
3596 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3597
3598 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3599
3600 * net/tls.el (open-tls-stream): Reindent.
3601
3602 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
3603
3604 * net/tramp.el (tramp-let-maybe): Removed.
3605 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3606 It does not exist under XEmacs.
3607 (tramp-handle-file-truename, tramp-handle-expand-file-name)
3608 (tramp-completion-file-name-handler): Let-bind
3609 `directory-sep-char'.
3610
3611 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3612 `directory-sep-char'.
3613
3614 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * help-fns.el (describe-function-1): Don't signal "missing arglist"
3617 for autoloaded keymaps.
3618
3619 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3620 (electric-verilog-terminate-line, verilog-in-struct-region-p)
3621 (verilog-backward-ws&directives, verilog-forward-ws&directives)
3622 (verilog-in-comment-p, verilog-in-star-comment-p)
3623 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3624 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3625 (verilog-skip-forward-comment-or-string, verilog-in-paren)
3626 (verilog-skip-forward-comment-p): Use it.
3627
3628 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3629
3630 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3631 (org-remember-templates, org-time-stamp-rounding-minutes)
3632 (org-back-over-empty-lines, org-find-base-buffer-visiting)
3633 (org-columns-new): Fix typos in docstrings.
3634
3635 2008-03-19 Glenn Morris <rgm@gnu.org>
3636
3637 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3638 (tramp-handle-shell-command): Use condition-case rather than
3639 ignore-errors.
3640
3641 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 * diff-mode.el (diff-header): Make the color louder.
3644 (diff-refine-change): Tone the color down.
3645
3646 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * descr-text.el (describe-char): When `describe-char-unidata-list'
3649 is set to show all properties, list them in the right order.
3650
3651 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * international/mule.el (load-with-code-conversion): Avoid setting
3654 default-enable-multibyte-characters.
3655
3656 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
3657
3658 * vc.el (vc-annotate-background): Fix custom type.
3659
3660 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * descr-text.el (describe-char-unidata-list): Allow specifying
3663 just all properties.
3664 (describe-char): Handle that new value.
3665
3666 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3667
3668 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3669
3670 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3671 instead of file name extension to make docs with uncommon
3672 extensions work.
3673
3674 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3675
3676 * doc-view.el (require): Require cl at compile time because
3677 `assert' needs it.
3678
3679 2008-03-18 Glenn Morris <rgm@gnu.org>
3680
3681 * calendar/calendar.el (initial-calendar-window-hook)
3682 (today-visible-calendar-hook): Doc fixes.
3683
3684 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
3685
3686 * net/tramp.el (tramp-root-regexp): Simplify.
3687 (tramp-completion-file-name-regexp-separate): Don't insist on
3688 leading "[". This prevents method or user or host completion.
3689 (tramp-let-maybe): Autoload it.
3690 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
3691 is an alias for `identity'.
3692 (tramp-handle-write-region): Protect `last-coding-system-used'
3693 over the trailing statements.
3694 (tramp-completion-file-name-handler-post-function): Remove.
3695 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3696 instead of calling `tramp-drop-volume-letter'.
3697
3698 * net/tramp.el:
3699 * net/tramp-uu.el:
3700 * net/trampver.el: Move coding cookie at the end.
3701
3702 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3705 elements which may be something else than characters.
3706
3707 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
3708
3709 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3710 New functions to implement vc-status support.
3711
3712 * vc.el (vc-default-extra-status-menu)
3713 (vc-add-to-vc-status-buffer): New functions.
3714
3715 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3716 for eldoc and ielm.
3717
3718 2008-03-17 Glenn Morris <rgm@gnu.org>
3719
3720 * calendar/cal-x.el (diary-frame-parameters)
3721 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3722 Fix custom type; add options.
3723 (calendar-frame, diary-frame): Doc fixes.
3724 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3725 new functions.
3726 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3727 Use calendar-frame-1 and calendar-dedicate-diary.
3728 (calendar-one-frame-setup): Also handle only-one-frame case.
3729 (calendar-only-one-frame-setup): Doc fix. Just call
3730 calendar-one-frame-setup.
3731
3732 * calendar/diary-lib.el: Re-order some definitions before their use.
3733 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3734 (diary-list-entries): Doc fixes.
3735 (make-fancy-diary-display): Remove function.
3736
3737 * calendar/calendar.el (calendar-today-marker)
3738 (initial-calendar-window-hook, today-visible-calendar-hook)
3739 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3740 (calendar-star-date, calendar-mark-today): Doc fixes.
3741 (today-visible-calendar-hook): Add options.
3742 (calendar-in-read-only-buffer): New macro.
3743 (calendar-basic-setup): Adapt for change in calendar-read-date.
3744 Place holiday let inside if.
3745 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3746 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3747 (calendar-print-other-dates): Use one let rather than many.
3748
3749 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3750 (calendar-print-other-dates):
3751 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3752 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3753 * calendar/holidays.el (calendar-list-holidays, list-holidays)
3754 (calendar-cursor-holidays):
3755 * calendar/lunar.el (calendar-phases-of-moon): Use
3756 calendar-in-read-only-buffer to replace previous code and disable undo.
3757
3758 2008-03-16 Juri Linkov <juri@jurta.org>
3759
3760 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3761 and regexp-search-ring-yank-pointer for the HISTPOS argument of
3762 read-from-minibuffer to provide the correct initial minibuffer
3763 history position in isearch-edit-string when it is called from
3764 isearch-ring-adjust.
3765
3766 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3767 to check if the current buffer is the minibuffer, and in this case
3768 call abort-recursive-edit to kill the minibuffer. Doc fix.
3769 (kill-this-buffer-enabled-p): Allow this function to return non-nil
3770 when the current buffer is the minibuffer.
3771
3772 * simple.el (goto-line): Leave mark at previous position. Doc fix.
3773
3774 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
3775
3776 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3777 Use non-nil PARENTS attribute of make-directory instead of
3778 explicitly checking existence the current cache directory.
3779
3780 2008-03-16 Daiki Ueno <ueno@unixuser.org>
3781
3782 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3783 M-x epa-file-select-keys.
3784
3785 2008-03-16 Kenichi Handa <handa@m17n.org>
3786
3787 * international/mule.el (auto-coding-alist):
3788 Use no-conversion-multibyte for archive files.
3789
3790 2008-03-16 Glenn Morris <rgm@gnu.org>
3791
3792 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3793 New functions.
3794 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3795 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3796 Use calendar-mark-1.
3797 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3798 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3799 Use calendar-mark-complex.
3800 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3801 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3802 Use calendar-mark-1.
3803
3804 * calendar/calendar.el (calendar-mod): Remove.
3805 * calendar/cal-china.el (calendar-chinese-from-absolute)
3806 (calendar-chinese-date-string): Expand calendar-mod calls.
3807 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3808 Expand calendar-mod calls.
3809
3810 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3811 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3812 (diary-bahai-insert-yearly-entry): Use let rather than let*.
3813 Move obsolete aliases after the functions that replaced them.
3814
3815 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3816 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3817 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3818 Use let rather than let*.
3819 (calendar-hebrew-prompt-for-date): New function.
3820 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3821 (holiday-tisha-b-av-etc): Use unless, let.
3822
3823 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3824 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3825
3826 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3827
3828 * calendar/calendar.el (calendar-for-loop): Add indent spec.
3829
3830 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3831 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3832 than concat.
3833 (diary): Remove un-needed let.
3834 (view-other-diary-entries): Rename argument.
3835 (diary-list-entries-2): New function.
3836 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3837 (print-diary-entries): Use unless.
3838 (diary-mark-entries-1): Change argument order, make all but
3839 markfunc optional. Handle the standard (Gregorian) case.
3840 Use match-string-no-properties. Handle marks.
3841 (mark-diary-entries): Use diary-mark-entries-1.
3842 (diary-font-lock-keywords-1): New macro.
3843 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3844
3845 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
3846
3847 * icalendar.el (icalendar-version): Increase to 0.18.
3848 (icalendar-export-hidden-diary-entries): New variable.
3849 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3850 In case of error, insert full error-val.
3851 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
3852 Use calendar-day-of-week. Return the day number.
3853 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3854
3855 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
3856
3857 * icalendar.el (icalendar-recurring-start-year): New variable.
3858 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3859 (icalendar-export-region): Ignore hidden diary entries.
3860 (icalendar--convert-ordinary-to-ical): Fix case where event
3861 spans across midnight boundary.
3862 (icalendar-first-weekday-of-year): New function.
3863 (icalendar--convert-weekly-to-ical): Allow user-selectable start
3864 year for recurring events (Mozilla calendars do not propagate
3865 recurring events forever, so year 2000 start date was not working).
3866 (icalendar--convert-yearly-to-ical): Remove extra spaces in
3867 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3868
3869 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
3870
3871 * net/tramp.el (tramp-root-regexp): New defconst.
3872 (tramp-completion-file-name-regexp-unified)
3873 (tramp-completion-file-name-regexp-separate)
3874 (tramp-completion-file-name-regexp-url): Use it.
3875 (tramp-do-copy-or-rename-file-via-buffer):
3876 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
3877 t for `insert-file-contents-literally'.
3878 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3879 Autoload it.
3880 (tramp-completion-file-name-handler-post-function): New defconst.
3881 (tramp-completion-file-name-handler): Use it.
3882 (tramp-maybe-open-connection): Update calls to
3883 `tramp-flush-connection-property' for removed 2nd argument.
3884
3885 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3888 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3889 New functions.
3890
3891 2008-03-15 Glenn Morris <rgm@gnu.org>
3892
3893 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3894 New functions.
3895 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3896 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3897 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3898 (diary-bahai-list-entries): Use diary-list-entries-1.
3899 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
3900 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3901 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3902 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3903 (list-hebrew-diary-entries): Use diary-list-entries-1.
3904 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
3905 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3906 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3907 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3908 (list-islamic-diary-entries): Use diary-list-entries-1.
3909 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
3910
3911 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3912
3913 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3914
3915 * calendar/cal-china.el (number-chinese-months)
3916 (calendar-chinese-from-absolute): Use nth, caar.
3917
3918 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3919
3920 * calendar/cal-french.el (french-calendar-accents): Doc fix.
3921
3922 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3923 (calendar-hebrew-month-name-array-leap-year)
3924 (hebrew-calendar-parashiot-names): Make constants.
3925 (diary-parasha): Move definition after constants it uses.
3926
3927 * calendar/cal-html.el (cal-html-insert-link-yearpage)
3928 (cal-html-htmlify-list): Doc fix.
3929 (cal-html-htmlify-entry): Use nth.
3930
3931 * calendar/cal-islam.el (calendar-islamic-month-name-array)
3932 (calendar-islamic-epoch): Make constants.
3933 (calendar-islamic-epoch): Doc fix.
3934
3935 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3936
3937 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3938 (cal-tex-month-name): Doc fix.
3939 (cal-tex-last-blank-p): Use zerop.
3940
3941 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3942 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3943 (calendar-cursor-to-date): Doc fix.
3944 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3945 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3946 (calendar-day-number): Use when.
3947 (generate-calendar-month): Use dotimes.
3948 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3949 (calendar-set-mark): Reverse conditional.
3950 (calendar-make-alist): Move definition before use.
3951
3952 * calendar/diary-lib.el (diary-face-attrs)
3953 (diary-glob-file-regexp-prefix, diary-selective-display)
3954 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3955 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3956 (diary-anniversary, diary-cyclic)
3957 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3958 (diary-header-line-format): Change wording.
3959 (diary-list-entries): Set `date-start' in let.
3960 (include-other-diary-files, mark-included-diary-files): Use format.
3961 (simple-diary-display, fancy-diary-display): Use cadr, unless.
3962 (mark-diary-entries): Use 1+.
3963 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3964 (mark-calendar-month): Use dotimes.
3965
3966 * calendar/holidays.el (displayed-month, displayed-year):
3967 Move declarations where needed.
3968 (calendar-list-holidays): Doc fix.
3969
3970 * calendar/parse-time.el (parse-time-string): Simplify.
3971
3972 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3973 Make constants.
3974 (solar-sunrise-sunset): Rename some local variables for clarity.
3975 (sunrise-sunset): Use zerop.
3976 (solar-mean-equinoxes/solstices): Doc fix.
3977
3978 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3979 Use nth.
3980 (timeclock-completing-read, timeclock-generate-report): Use zerop.
3981 (timeclock-mean, timeclock-generate-report): Use dolist.
3982
3983 * calendar/todo-mode.el (todo-add-category): Simplify.
3984 (todo-more-important-p, todo-delete-item, todo-file-item):
3985 Use unless, when.
3986 (todo-top-priorities): Use zerop.
3987
3988 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
3989
3990 * buff-menu.el (list-buffers-noselect): Display buffer name in
3991 tooltip instead of mouse binding when it doesn't fit in the list.
3992
3993 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * faces.el (xw-defined-colors):
3996 * simple.el (widget-convert, shell-mode): Declare as functions
3997 instead of autoloading.
3998
3999 * abbrev.el:
4000 * button.el:
4001 * cus-face.el:
4002 * ediff-hook.el:
4003 * emacs-lisp/backquote.el:
4004 * emacs-lisp/timer.el:
4005 * facemenu.el:
4006 * faces.el:
4007 * menu-bar.el:
4008 * simple.el:
4009 * subr.el:
4010 * textmodes/fill.el:
4011 * textmodes/paragraphs.el: Remove autoloads, redundant when the
4012 files are preloaded.
4013
4014 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * desktop.el (desktop-create-buffer): Don't catch errors if
4017 debug-on-error is set.
4018
4019 2008-03-14 Eli Zaretskii <eliz@gnu.org>
4020
4021 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4022 ($(lisp)/calendar/diary-loaddefs.el)
4023 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4024 (LOADDEFS): New macro.
4025 (autoloads): Depend on $(LOADDEFS).
4026
4027 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4028
4029 * font-lock.el (featurep): Remove test, not useful anymore.
4030 (facemenu-keymap): Move key binding ...
4031 * facemenu.el (facemenu-keymap): ... here.
4032
4033 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
4034 for each file in the list.
4035 (vc-bzr-log-view-mode): Recognize the file marker.
4036
4037 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4038 for checkdoc and profiling.
4039
4040 2008-03-14 Bastien Guerry <bzg@altern.org>
4041
4042 * textmodes/flyspell.el (nxml-mode): Add the right
4043 `flyspell-mode-predicate'.
4044
4045 * wid-edit.el (link): Use 'mouse-face for :follow-link.
4046
4047 2008-03-14 Glenn Morris <rgm@gnu.org>
4048
4049 * calendar/solar.el: Reorder so that functions are defined before use.
4050 (displayed-month, displayed-year): Move declarations where needed.
4051 (solar-get-number): Move definition before use. Use unless.
4052 (solar-equatorial-coordinates): Simplify.
4053 (solar-sunrise-and-sunset): Use let rather than let*.
4054 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
4055
4056 * startup.el (command-line-1): Rename -internal-script back to
4057 -scriptload (reverts previous change).
4058
4059 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
4060 (calendar-bahai-leap-base): Add doc strings.
4061 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
4062 Move definition before use.
4063 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
4064 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
4065 variables outside the loop. Use dolist.
4066 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
4067
4068 * calendar/cal-china.el: Re-order so that functions are defined before
4069 use.
4070 (displayed-month, displayed-year): Move declarations where needed.
4071 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
4072 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4073 Add doc strings.
4074 (chinese-year-cache): Recenter on 2010. Doc fix.
4075 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
4076 Doc fix. Simplify.
4077 (chinese-year-cache-init): New function.
4078 (compute-chinese-year, holiday-chinese-new-year)
4079 (calendar-chinese-date-string, calendar-goto-chinese-date)
4080 (make-chinese-month-assoc-list): Use cadr, nth.
4081 (chinese-months): Remove un-needed let.
4082
4083 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
4084 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
4085 (coptic-prompt-for-date): Move definition before use.
4086
4087 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4088 (calendar-dst-find-data, calendar-daylight-time-offset)
4089 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4090 (calendar-daylight-savings-starts-time)
4091 (calendar-daylight-savings-ends-time): Use cadr, nth.
4092
4093 * calendar/cal-french.el (french-calendar-epoch)
4094 (calendar-goto-french-date): Doc fix.
4095 (french-calendar-month-name-array)
4096 (french-calendar-multibyte-month-name-array)
4097 (french-calendar-day-name-array, french-calendar-special-days-array):
4098 Add doc strings.
4099
4100 * calendar/cal-hebrew.el (displayed-month, displayed-year)
4101 (original-date): Move declarations where needed.
4102 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
4103 Doc fix.
4104 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
4105 constant variables outside the loop. Use dolist.
4106
4107 * calendar/cal-islam.el (displayed-month, displayed-year)
4108 (original-date): Move declarations where needed.
4109 (islamic-calendar-day-number): Remove unused local variable `day'.
4110 (calendar-goto-islamic-date): Doc fix.
4111 (holiday-islamic): Use unless.
4112 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
4113 constant variables outside the loop. Use dolist.
4114 (mark-islamic-calendar-date-pattern): Move definition before use.
4115 Use unless.
4116 (mark-islamic-diary-entries): Doc fix.
4117 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4118 (insert-yearly-islamic-diary-entry): Use let rather than let*.
4119
4120 * calendar/cal-julian.el (calendar-absolute-from-julian):
4121 Move definition before use. Remove un-needed local `day'.
4122 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
4123
4124 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
4125 (calendar-mayan-tzolkin-names-array): Add doc strings.
4126 (calendar-mayan-long-count-from-absolute): Use a single let.
4127 (calendar-string-to-mayan-long-count): Simplify.
4128 (calendar-next-haab-date, calendar-previous-haab-date)
4129 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
4130 (calendar-previous-calendar-round-date)
4131 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
4132 Doc fix.
4133 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
4134 (calendar-mayan-date-string, calendar-print-mayan-date)
4135 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4136 (calendar-mayan-long-count-common-era): Move definitions before use.
4137
4138 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
4139 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
4140 Doc fix.
4141 (calendar-mouse-goto-date): Move definition before use.
4142
4143 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
4144 Move definition before use.
4145 (calendar-cursor-to-visible-date): Move definition before use.
4146 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
4147 and place inside the conditional.
4148 (calendar-forward-day): Simplify.
4149 (calendar-end-of-month): Use unless.
4150 (calendar-goto-day-of-year): Doc fix.
4151 Relocate obsolete aliases after their replacements.
4152
4153 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
4154
4155 * calendar/diary-lib.el (mark-diary-entries): Move some constant
4156 variables outside the diary-date-forms loop.
4157
4158 * calendar/calendar.el (diary-file): Doc fix.
4159 (calendar-buffer-list): Return buffers rather than strings (fixes
4160 previous change).
4161 (hebrew-holidays-4): Fix typo.
4162
4163 * calendar/holidays.el (displayed-month, displayed-year):
4164 Move declarations where needed.
4165 (calendar-holiday-list, calendar-list-holidays)
4166 (holiday-filter-visible-calendar): Move definitions before use.
4167 (list-holidays): Use cadr.
4168 Relocate obsolete aliases after their replacements.
4169
4170 * calendar/lunar.el (date, displayed-month, displayed-year):
4171 Move declarations where needed.
4172 (lunar-phase-list): Move definition after functions it uses.
4173 (calendar-phases-of-moon, diary-phases-of-moon)
4174 (lunar-new-moon-on-or-after): Use cadr, nth.
4175 (lunar-new-moon-on-or-after): Doc fix.
4176
4177 * textmodes/org-irc.el (top-level): CL not required when compiling.
4178 (org-irc-visit-erc): Replace runtime CL functions.
4179
4180 * textmodes/org-publish.el (declare-function): Add compatibility stub.
4181 (org-publish-delete-dups): Declare as function.
4182
4183 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
4184
4185 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
4186 (vc-bzr-show-log-entry): Make regexp match more cases.
4187 (vc-diff-switches-list): Remove autoload, not needed.
4188
4189 2008-03-14 Juri Linkov <juri@jurta.org>
4190
4191 * isearch.el (isearch-edit-string): Remove one call to
4192 `isearch-push-state' not to push an inconsistent state,
4193 but keep another correct call to `isearch-push-state'.
4194 (isearch-ring-adjust): Call `isearch-push-state' only when
4195 `search-ring-update' is non-nil since `isearch-edit-string'
4196 already pushes its state.
4197 (isearch-message): Improve matching the failed part by checking
4198 if the original message starts with the last successful message.
4199
4200 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
4201 (dired-perm-write): Rename from `dired-warn-writable'.
4202 Change parent face from `font-lock-warning-face' to
4203 `font-lock-comment-delimiter-face'.
4204 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
4205 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
4206 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
4207 with `dired-perm-write-face'.
4208
4209 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
4210
4211 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4212 Create cache dir only if it doesn't already exist.
4213
4214 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
4217 of \ and '.
4218
4219 2008-03-13 Johan Bockgård <bojohan@gnu.org>
4220
4221 * net/browse-url.el (browse-url-text-xterm):
4222 Unquote browse-url-text-browser.
4223
4224 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
4225
4226 * textmodes/org-mouse.el: Version number change.
4227
4228 * textmodes/org-publish.el (org-publish-expand-components):
4229 Remove null projects from the list of components.
4230 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
4231 Remove unused retrieval of the :publishing-directory property.
4232 (org-publish-file): Bugfix: when using a relative directory as the
4233 publishing directory, convert it to a directory filename.
4234 (org-publish-project): New alias.
4235 (org-publish-get-files): Protect against empty p.
4236 (org-publish-file): Send an error when file is not part of any project.
4237 (org-publish-file): Offer to refresh the list of files in known
4238 project when the current file is not part of any project.
4239 (org-publish-before-export-hook)
4240 (org-publish-after-export-hook): New hooks.
4241 (org-publish-org-to): Use new hooks and kill buffers.
4242 (org-publish-file): Remove the code for killing buffers.
4243 (org-publish-initialize-files-alist): Use interactive.
4244 (org-publish-file): If the publishing function creates a new
4245 buffer, kill it after publishing.
4246 (org-publish-timestamp-filename): Protect ":" in file name path
4247 under windows.
4248
4249 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
4250 change that killed the LaTeX buffer.
4251
4252 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
4253 in the decision tree.
4254 (org-select-remember-template): Clean the code.
4255 (org-prepare-dblock): Add the extra :content parameter.
4256 (org-write-agenda): New output type ".ics" files.
4257 (org-write-agenda): Call `org-icalendar-verify-function', both for
4258 time stamps and for TODO entries.
4259 (org-agenda-collect-markers, org-create-marker-find-array)
4260 (org-check-agenda-marker-table): New functions.
4261 (org-agenda-marker-table): New variable.
4262 (org-export-as-html): Revert the change that killed the html
4263 buffer. Side effects first need to be studied carefully.
4264 (org-get-tags-at): Fix the structure of the condition-case statement.
4265 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
4266 (org-timestamp-change): Fix regulear expressions to swallow the
4267 extra character for repeat-shift control.
4268 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
4269 (org-get-legal-level): Alias to `org-get-valid-level'.
4270 (org-dblock-write:clocktable): Add a :link parameter, linking
4271 headlines to their location in the Org agenda files.
4272 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
4273 throwing an error when getting tags before headlines.
4274 (org-timestamp-change, org-modify-ts-extra)
4275 (org-ts-regexp1): Fix timestamp editing.
4276 (org-agenda-custom-commands-local-options): New constant.
4277 (org-agenda-custom-commands):
4278 Use `org-agenda-custom-commands-local-options' to improve customize
4279 type. "htmlize": Removed hack to fix face problem with htmlize,
4280 it no longer seem necessary.
4281 (org-follow-link-hook): New hook.
4282 (org-agenda-custom-commands): Add "Component" as a tag for each
4283 item in a command serie.
4284 (org-open-at-point): Run `org-follow-link-hook'.
4285 (org-agenda-schedule): Bugfix: don't display marker type when it
4286 is nil.
4287 (org-store-link): org-irc required.
4288 (org-set-regexps-and-options): Parse the new logging options.
4289 (org-extract-log-state-settings): New function.
4290 (org-todo): Handle the new ways of recording state change stuff.
4291 (org-local-logging): New function.
4292 (org-columns-open-link): Fix bug with opening link in column view.
4293 (org-local-logging): New function
4294 (org-todo): Make sure that LOGGING properties are honoured.
4295 (org-todo-keywords): Improve docstring.
4296 (org-startup-options): Cleanup startup options.
4297 (org-set-regexps-and-options): Process the "!" markers.
4298 (org-todo): Respect the new logging stuff.
4299 (org-log-note-how): New variable.
4300 (org-add-log-maybe): New parameter HOW that defines how logging
4301 should be done and also overrides PURPOSE. Add a docstring.
4302 (org-add-log-note): Check if we really need to ask for a note.
4303 (org-get-current-options): Digest the new keyword.
4304 (org-agenda-reset-markers): Rename from
4305 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
4306 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4307 function, without force argument.
4308 (org-buffer-property-keys): Bind local variables s and p.
4309 (org-make-tags-matcher): Allow "" to match an empty or
4310 non-existent property value.
4311 (org-export-as-html): Join unsorted lists when they directly
4312 follow each other. Such lists may be created by headlines that
4313 are converted to lists.
4314 (org-nofm-to-completion): New function.
4315 (org-export-as-html): Use :html-extension instead of
4316 org-export-html-extension.
4317 (org-store-link): Support for links from `rmail-summary-mode'.
4318 (org-columns-new, org-complete, org-set-property): Set the
4319 `include-columns' argument in the call to
4320 `org-buffer-property-keys'.
4321 (org-buffer-property-keys): New argument `include-columns', to
4322 include properties expected by any of the COLUMS formats in the
4323 current buffer.
4324 (org-cleaned-string-for-export): Get rid of drawers first, so that
4325 they will be removed also in the text before the first headline.
4326 (org-clock-report): Show the clocktable when found.
4327 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4328 (org-version): With prefix argument, insert `org-version' at point.
4329 (org-agenda-goto): Recenter the window after finding the target
4330 location, to make sure the correct position will be displayed.
4331 (org-agenda-get-deadlines): Don't scale priority with the warning
4332 period.
4333 (org-insert-heading): Don't break line in the middle of the line.
4334 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4335 be 0.
4336 (org-update-checkbox-count): Revamp to deal with hierarchical
4337 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
4338 (org-remove-timestamp-with-keyword): New function.
4339 (org-schedule, org-deadline):
4340 Use `org-remove-timestamp-with-keyword' to make sure all such time
4341 stamps are removed.
4342 (org-mode): Support for `align'.
4343 (org-agenda-get-deadlines): Make sure priorities increase as the
4344 due date approaches and is passed.
4345 (org-remember-apply-template): Fix problem with tags that
4346 contain "_" or "@".
4347 (org-make-link-regexps): Improve the regular expression for plain links.
4348 (org-agenda-get-closed): List each clocking entry.
4349 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4350 (org-special-ctrl-k): New option.
4351 (org-kill-line): New function.
4352 (org-archive-all-done): Fix incorrect number of stars in regexp.
4353 (org-refile-get-location): New function.
4354 (org-refile-goto-last-stored): New function.
4355 (org-global-tags-completion-table): Add the value of org-tag-alist
4356 in each buffer, to make sure that also unused tags will be
4357 available for completion.
4358 (org-columns-edit-value)
4359 (org-columns-next-allowed-value): Only update if not in agenda.
4360 (org-clocktable-steps): New function.
4361 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4362 (org-archive-subtree): Add the outline tree context as a property.
4363 (org-closest-date): New optional argument `prefer'.
4364 (org-goto-auto-isearch): New option.
4365 (org-goto-map, org-get-location): Implement auto-isearch.
4366 (org-goto-local-auto-isearch-map): New variable.
4367 (org-goto-local-search-forward-headings)
4368 (org-goto-local-auto-isearch): New functions.
4369
4370 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
4371
4372 * textmodes/org-irc.el: New file.
4373
4374 2008-03-13 John Wiegley <johnw@gnu.org>
4375
4376 * textmodes/org-mac-message.el: New file.
4377
4378 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
4379
4380 * font-lock.el (font-lock-comment-face): Set the foreground for
4381 the light background 8 colors case.
4382
4383 2008-03-13 Glenn Morris <rgm@gnu.org>
4384
4385 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4386 generate-autoload-cookie patterns.
4387
4388 * startup.el (command-line-1): Rename -scriptload to -internal-script.
4389
4390 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4391 (MH_E_SRC): Remove variable.
4392 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4393 Simplify file header. Use $@ for generated-autoload-file.
4394
4395 * Makefile.in (LOADDEFS): New variable.
4396 (AUTOGENEL): Use $LOADDEFS.
4397 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4398 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4399 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4400 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4401 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4402 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4403 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4404 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4405 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4406 Add calendar-specific autoload cookies, and remove any setting of
4407 generated-autoload-file.
4408 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4409 * calendar/diary-lib.el: Replace explicit autoloads with reading of
4410 diary-loaddefs.
4411 * calendar/holidays.el: Replace explicit autoloads with reading of
4412 hol-loaddefs.
4413
4414 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4415 (calendar-buffer-list): Simplify.
4416 (generate-calendar-window): Use calendar-mark-holidays rather than
4417 obsolete alias.
4418
4419 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4420 Use cal-hebrew-yahrzeit-buffer.
4421
4422 * calendar/cal-x.el (calendar-only-one-frame-setup)
4423 (calendar-two-frame-setup): Doc fixes.
4424 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4425
4426 * calendar/appt.el (appt-mode-string): Mark as risky.
4427 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4428
4429 * calendar/cal-html.el (diary-list-entries):
4430 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4431 (calendar-iso-from-absolute): Fix autoloads.
4432
4433 * calendar/cal-iso.el (calendar-absolute-from-iso)
4434 (calendar-iso-read-args): Simplify.
4435 (calendar-iso-date-string, calendar-iso-read-args)
4436 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4437
4438 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4439 (displayed-month, displayed-year): Move declarations where needed.
4440 (calendar-print-astro-day-number): Doc fix.
4441
4442 * calendar/cal-persia.el (persian-calendar-month-name-array)
4443 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4444 (persian-prompt-for-date): Remove local variable `today'.
4445
4446 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4447
4448 * calendar/solar.el (solar-moment, solar-exact-local-noon)
4449 (solar-sunrise-sunset, solar-sunrise-sunset-string)
4450 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4451 (diary-sabbath-candles, solar-equinoxes/solstices)
4452 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4453 (solar-time-equation, solar-date-to-et): Simplify.
4454
4455 * mail/supercite.el: Remove the `function' in `(function (lambda'.
4456 Replace `(car (cdr' with cadr'.
4457
4458 * progmodes/f90.el (f90-font-lock-n): New function.
4459 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4460 Use f90-font-lock-n.
4461 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4462
4463 * progmodes/f90.el (f90-mode-abbrev-table):
4464 * progmodes/fortran.el (fortran-mode-abbrev-table):
4465 Use newer form of define-abbrev, where supported. No need to bind
4466 abbrevs-changed for system abbrevs.
4467
4468 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4471 delete-frame-functions.
4472
4473 * bookmark.el (Info-current-node): Remove.
4474
4475 2008-03-12 Juri Linkov <juri@jurta.org>
4476
4477 * help.el (describe-project): Remove defaliases for view-todo and
4478 describe-project that are now unnecessary after the merge from
4479 emacs--rel--22 that added define-obsolete-function-alias.
4480
4481 * startup.el (inhibit-startup-screen): Revert incomplete
4482 2008-03-10 merge from emacs--rel--22 that partly reverted
4483 2008-02-28 change that added initial message to *scratch* buffer
4484 regardless of the value of `inhibit-startup-screen'.
4485 Now keep this change in the trunk, but not in the 22 branch.
4486
4487 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * international/quail.el (quail-setup-completion-buf, quail-help):
4490 * mail/binhex.el (binhex-decode-region-internal):
4491 * mail/uudecode.el (uudecode-decode-region-internal):
4492 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4493 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4494 setting default-enable-multibyte-characters.
4495
4496 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4497
4498 * comint.el: Fix up indentation and comment style. Remove `function'.
4499
4500 * international/mule-cmds.el (reset-language-environment)
4501 (set-language-environment-nonascii-translation):
4502 Don't set-unibyte-charset.
4503
4504 * doc-view.el: Remove all cb-args, use closures instead.
4505 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4506 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4507 doing an incorrect check). Update all callers to use the new name.
4508 (doc-view-doc->txt): Add missing `txt' argument.
4509
4510 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4511
4512 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4513 md5 sum calculation to single-byte.
4514
4515 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * doc-view.el (doc-view-new-window-function): Add assertion.
4518 (doc-view-doc-type): New var.
4519 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4520 (doc-view-intersection): New fun.
4521 (doc-view-mode): Use it to set the new var.
4522
4523 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4524
4525 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4526 (doc-view-already-converted-p): New functions.
4527 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4528 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4529 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4530 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4531 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4532 (doc-view-convert-current-doc): Don't hardwire the functions the
4533 sentinels call. Now they're provided by two args CALLBACK and
4534 CB-ARGS to the functions.
4535 (doc-view-search): Use doc-view-doc->txt.
4536 (doc-view-initiate-display): Use doc-view-already-converted-p.
4537 Mention new binding C-c C-t if doc-view-mode doesn't work.
4538
4539 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4542
4543 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4546 Mark " outside of tags as punctuation.
4547
4548 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * menu-bar.el (minibuffer-local-map): Use the same command for the
4551 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4552 Prefer RET over C-j for exit-minibuffer.
4553
4554 * files.el (display-buffer-other-frame): Eliminate problematic code.
4555
4556 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4557 (menu-bar-select-buffer): Remove.
4558 (menu-bar-select-frame): Make non-interactive and take a frame arg.
4559 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4560
4561 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
4562
4563 * icomplete.el (icomplete-completions): Remove obsolete code.
4564
4565 * net/net-utils.el (iwconfig-program-options): Doc fix.
4566 (net-utils-run-program, run-network-program): Define as functions.
4567
4568 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4569
4570 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4571
4572 2008-03-11 Glenn Morris <rgm@gnu.org>
4573
4574 * faces.el (mode-line-emphasis): New face.
4575 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4576
4577 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4578
4579 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * simple.el (set-mark-command): Doc fix.
4582
4583 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4586
4587 * emacs-lisp/autoload.el (autoload-find-destination):
4588 Don't force raw-text.
4589
4590 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4591 * calendar/cal-loaddefs.el: Don't version control.
4592
4593 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4594
4595 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4596 entries and add :help to the existing ones.
4597
4598 2008-03-10 Glenn Morris <rgm@gnu.org>
4599
4600 * calendar/cal-hebrew.el (date, entry, number): Move declarations
4601 to where they are needed.
4602
4603 * calendar/calendar.el (diary-file, hebrew-holidays-1)
4604 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4605 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4606 (calendar-version): Doc fixes.
4607 (calendar-absolute-from-gregorian): Use zerop.
4608 (calendar-mode-line-format): Make it a defcustom.
4609
4610 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4611 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4612 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4613 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4614 (mark-included-diary-files, mark-calendar-days-named)
4615 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4616 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4617 (insert-monthly-diary-entry, insert-yearly-diary-entry)
4618 (insert-anniversary-diary-entry, insert-block-diary-entry)
4619 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4620 (diary-font-lock-sexps): Doc fixes.
4621 (diary-remind-message, mark-calendar-month): Use zerop.
4622 (diary-attrtype-convert, diary-pull-attrs): Simplify.
4623 (diary-list-entries): Revert let to let* (previous change).
4624
4625 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4626
4627 2008-03-10 Kim F. Storm <storm@cua.dk>
4628
4629 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4630 function aliases for the old names.
4631
4632 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
4633
4634 * iswitchb.el (iswitchb-use-faces): Doc fix.
4635 (iswitchb-buffer-ignore, iswitchb-read-buffer):
4636 Fix typos in docstrings.
4637
4638 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4639
4640 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4641 Fix typo.
4642 (verilog-type-font-keywords): Reindent.
4643
4644 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
4645
4646 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4647 grouping-keyword regular expression.
4648 (verilog-font-lock-keywords): Allow users to toggle special
4649 highlight of grouping-keywords.
4650 (verilog-highlight-grouping-keywords): The toggle for special
4651 highlighting of grouping keywords.
4652
4653 2008-03-10 Juri Linkov <juri@jurta.org>
4654
4655 * startup.el: Revert 2008-02-28 change that adds initial message
4656 to *scratch* buffer regardless of the value of
4657 `inhibit-startup-screen'.
4658
4659 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4660
4661 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4662 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4663 * progmodes/verilog-mode.el (verilog-mode):
4664 * net/socks.el (socks):
4665 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4666
4667 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4670 (doc-view-bookmark-make-record): Use them.
4671 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
4672 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4673
4674 * bookmark.el (bookmark-make-record-function): Change expected return
4675 value to include a suggested bookmark name.
4676 (bookmark-make): Split into bookmark-make-record and bookmark-store.
4677 Fix reversed `overwrite' semantics.
4678 (bookmark-set): Call bookmark-make-record before prompting the user.
4679 Then pass the result to bookmark-store later on.
4680 (bookmark-make-name-function): Remove.
4681 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4682 * info.el (bookmark-make-name-function): Remove.
4683 (Info-mode): Don't set it.
4684 (Info-bookmark-make-name): Remove.
4685 (Info-bookmark-make-record): Use Info-current-node as suggested default
4686 bookmark name.
4687
4688 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4689 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4690 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4691 (bookmark-annotation-buffer, bookmark-annotation-file)
4692 (bookmark-annotation-point, bookmark-send-annotation)
4693 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4694 (bookmark-edit-annotation-text-func): Rename from
4695 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
4696 (bookmark-edit-annotation-mode-map): Move initialization into
4697 declaration.
4698
4699 * bookmark.el: Remove spurious * in docstrings.
4700 (bookmark-minibuffer-read-name-map): New var.
4701 (bookmark-set): Use it. Also pass the default value as it should.
4702 (bookmark-send-edited-annotation): Take no chances with text properties.
4703 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4704 (bookmark-insert-buffer-name): Remove.
4705 (bookmark-buffer-file-name): Signal an error rather than returning nil.
4706
4707 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
4708
4709 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4710
4711 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
4712
4713 * diff-mode.el (diff-mode-menu): Add :help.
4714
4715 2008-03-09 Glenn Morris <rgm@gnu.org>
4716
4717 * calendar/calendar.el (general-holidays, oriental-holidays)
4718 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4719 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4720 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4721 (calendar-holidays): Restore autoload cookies, because people are
4722 used to using these variables without loading calendar.el.
4723
4724 * calendar/cal-islam.el (diary-islamic-date): Move to end.
4725 (date, number): Declare where needed.
4726
4727 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4728 (list-sexp-diary-entries): Doc fixes.
4729 (diary-list-entries): Doc fix. Remove free variable `entry'.
4730 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
4731 Simplify setting of `date-holiday-list'.
4732 (mark-diary-entries): Remove free variable `entry'.
4733 (diary-list-entries, include-other-diary-files, fancy-diary-display):
4734 Use let where let* is not needed.
4735
4736 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4739 make-record function, instead paste it in afterwards.
4740 (bookmark-make-record-for-text-file):
4741 * doc-view.el (doc-view-bookmark-make-record):
4742 * info.el (Info-bookmark-make-record): Don't mess with annotations.
4743
4744 2008-03-08 Glenn Morris <rgm@gnu.org>
4745
4746 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4747
4748 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * calendar/diary-lib.el (diary-list-entries)
4751 (include-other-diary-files, mark-diary-entries)
4752 (mark-sexp-diary-entries, mark-included-diary-files)
4753 (diary-entry-time, list-sexp-diary-entries): Remove the special
4754 handling of ^M that dates back to the use of selective-display.
4755 (simple-diary-display): Obey setting of pop-up-frames.
4756 (body, entry): Remove unnecessary declarations.
4757
4758 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4759 (bookmark-get-annotation, bookmark-set-annotation)
4760 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4761 (bookmark-set-position, bookmark-get-front-context-string)
4762 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4763 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4764 * info.el (Info-bookmark-make-record): Don't bother recording point.
4765 (bookmark-get-filename, bookmark-get-front-context-string)
4766 (bookmark-get-rear-context-string, bookmark-get-position):
4767 Don't declare any more.
4768 (bookmark-get-info-node): Remove.
4769 (bookmark-prop-get): Declare.
4770 (Info-bookmark-jump): Use it.
4771
4772 2008-03-08 Johan Bockgård <bojohan@gnu.org>
4773
4774 * subr.el (while-no-input): Don't splice BODY directly into the
4775 `or' form.
4776
4777 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4778
4779 * diff-mode.el (diff-ignore-whitespace-hunk):
4780 Bind inhibit-read-only before trying to change the buffer.
4781
4782 2008-03-08 Glenn Morris <rgm@gnu.org>
4783
4784 * calendar/appt.el (appt): Move custom group here from calendar.el.
4785 (appt-disp-window, appt-convert-time): Doc fixes.
4786
4787 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4788 (calendar-bahai-mark-date-pattern):
4789 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4790 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4791 * calendar/cal-julian.el (calendar-absolute-from-julian):
4792 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4793
4794 * calendar/cal-china.el (chinese-calendar): Move custom group here from
4795 calendar.el.
4796 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4797 Make constants.
4798 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4799 (chinese-calendar-daylight-savings-starts)
4800 (chinese-calendar-daylight-savings-ends)
4801 (chinese-calendar-daylight-savings-starts-time)
4802 (chinese-calendar-daylight-savings-ends-time)
4803 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4804 Doc fixes.
4805
4806 * calendar/cal-coptic.el (coptic-name): Add doc string.
4807
4808 * calendar/cal-french.el (french-calendar-month-name-array)
4809 (french-calendar-day-name-array, french-calendar-special-days-array):
4810 Add doc strings.
4811
4812 * calendar/cal-bahai.el (diary-bahai-mark-entries)
4813 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4814 (diary-bahai-insert-yearly-entry):
4815 * calendar/cal-dst.el (calendar-next-time-zone-transition)
4816 (calendar-time-zone):
4817 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4818 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4819 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4820 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4821 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4822 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4823 (list-islamic-diary-entries, mark-islamic-diary-entries)
4824 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4825 (insert-yearly-islamic-diary-entry):
4826 * calendar/cal-iso.el (calendar-iso-read-args):
4827 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4828 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4829 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4830 (calendar-next-calendar-round-date)
4831 (calendar-mayan-long-count-common-era):
4832 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4833 (cal-menu-x-popup-menu, calendar-mouse-holidays)
4834 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4835 (calendar-mouse-goto-date):
4836 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4837 * calendar/holidays.el (holidays):
4838 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4839 * calendar/time-date.el (date-to-time, time-subtract, time-add)
4840 (safe-date-to-time): Doc fixes.
4841
4842 * calendar/cal-persia.el (persian-calendar-month-name-array)
4843 (persian-calendar-epoch): Make constants.
4844
4845 * calendar/cal-tex.el (calendar-tex): Move custom group here from
4846 calendar.el.
4847
4848 * calendar/cal-x.el (diary-frame-parameters)
4849 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4850 (calendar-after-frame-setup-hooks): Make defcustoms.
4851 (calendar-one-frame-setup, calendar-only-one-frame-setup)
4852 (calendar-two-frame-setup): Doc fix.
4853
4854 * calendar/cal-loaddefs.el: New file.
4855
4856 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4857 * calendar/cal-french.el, calendar/cal-html.el:
4858 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4859 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4860 * calendar/cal-tex.el, calendar/cal-x.el:
4861 Unquote lambda functions. Add autoload cookies to functions formerly
4862 autoloaded in calendar.el. Set `generated-autoload-file' to
4863 "cal-loaddefs.el".
4864
4865 * calendar/calendar.el: Move many autoloads to separate file,
4866 cal-loaddefs.el. Move defcustoms to start and re-order.
4867 (calendar-month-name-array, calendar-starred-day): No need to
4868 declare for compiler.
4869 (cal-loaddefs): Require it.
4870 (appt, chinese-calendar, calendar-tex): Move custom groups to the
4871 appropriate file.
4872 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4873 Reverse logic.
4874 (diary-face, diary-file-name-prefix-function, diary-include-string)
4875 (diary-glob-file-regexp-prefix, diary-face-attrs)
4876 (diary-file-name-prefix, sexp-diary-entry-symbol)
4877 (print-diary-entries-hook, list-diary-entries-hook)
4878 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4879 (nongregorian-diary-marking-hook, diary-list-include-blanks):
4880 Move to diary-lib.
4881 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4882 (all-bahai-calendar-holidays): Doc fix.
4883 (calendar-insert-indented): Doc fix. Use when rather than if.
4884 (exit-calendar): Use mapc rather than mapcar.
4885 (calendar-cursor-to-date): Use zerop.
4886 (calendar-mark-ring): Add doc-string.
4887 (calendar-starred-day): Defvar it.
4888 (calendar-mode): Make calendar-starred-day local.
4889 (calendar-star-date): No need to make calendar-starred-day local.
4890
4891 * calendar/diary-lib.el: Move defcustoms to start.
4892 (diary-include-string, diary-list-include-blanks)
4893 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4894 (diary-file-name-prefix, diary-file-name-prefix-function)
4895 (sexp-diary-entry-symbol, list-diary-entries-hook)
4896 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4897 (nongregorian-diary-marking-hook, print-diary-entries-hook):
4898 Move here from calendar.el.
4899 (diary-file-name-prefix-function): Use 'identity.
4900 (diary-face): Make it a defcustom, and mark as obsolete.
4901 (top-level): No need to require cal-hebrew, cal-islam when compiling.
4902 (calendar-hebrew-month-name-array-leap-year)
4903 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4904 Define for compiler.
4905 (diary-font-lock-keywords): Use format rather than concat.
4906 Add bahai-diary-entry-symbol.
4907
4908 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4909 * calendar/solar.el: Unquote lambda functions.
4910
4911 * calendar/solar.el (calendar-location-name, calendar-latitude)
4912 (calendar-longitude, solar-setup, solar-sin-degrees)
4913 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4914 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4915 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4916 (solar-exact-local-noon, solar-julian-ut-centuries)
4917 (solar-ephemeris-time, solar-date-next-longitude)
4918 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4919 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4920 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4921 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4922 Doc fixes.
4923 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4924 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4925 (solar-ecliptic-coordinates): Use unless.
4926 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4927 Use or.
4928
4929 * calendar/timeclock.el: Add doc-strings to all functions.
4930 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4931 (timeclock-entry-list-length, timeclock-entry-list-projects)
4932 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4933
4934 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4935
4936 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4937 (org-get-entries-from-diary): Require diary-lib.
4938
4939 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
4940
4941 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4942 Pacify byte-compiler.
4943
4944 2008-03-07 Alan Mackenzie <acm@muc.de>
4945
4946 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4947 paren/bracket pairs parsed, to solve performance problem.
4948
4949 2008-03-07 Bastien Guerry <bzg@altern.org>
4950
4951 * bookmark.el (bookmark-set): Don't check for
4952 `bookmark-make-name-function' since `bookmark-buffer-file-name'
4953 already takes care of this.
4954 (bookmark-buffer-name, bookmark-buffer-file-name):
4955 Remove Info-mode specific code.
4956
4957 * info.el (bookmark-get-info-node): Define this function in
4958 info.el, not in bookmark.el.
4959 (Info-mode): Set `bookmark-make-name-function' to
4960 `Info-bookmark-make-name' locally.
4961 (Info-bookmark-make-name): New function.
4962
4963 * bookmark.el (bookmark-make-name-function): New variable.
4964
4965 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4966
4967 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4968 buffer-local, not `bookmark-make-cell-function' (the old name).
4969
4970 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
4971
4972 * doc-view.el (doc-view-bookmark-make-record):
4973 * image-mode.el (image-bookmark-make-record):
4974 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4975
4976 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
4977
4978 * vc.el (vc-status-menu-map-filter): Return orig-binding if
4979 boundp 'vc-ignore-menu-filter.
4980 (vc-status-tool-bar-map): Make it defvar.
4981 (vc-status-mode): vc-status-tool-bar-map now variable.
4982 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4983
4984 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4985
4986 Give a better name to part of the bookmark interface.
4987
4988 This was originally a much larger change, but halfway through I
4989 updated and discovered that Stefan Monnier had done the rest.
4990 It looks like he anticipated the new name too, because he used
4991 `the-record' instead of `the-cell' for some internal variable names.
4992
4993 * bookmark.el (bookmark-make-record-function): Was
4994 `bookmark-make-cell-function'.
4995 (bookmark-make, bookmark-send-annotation): Update for above.
4996 (bookmark-make-record-for-text-file):
4997 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4998
4999 * info.el: Adjust accordingly.
5000 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
5001
5002 * image-mode.el: Adjust accordingly.
5003 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
5004
5005 * doc-view.el: Adjust accordingly.
5006 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
5007
5008 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
5011 Move initialization into declaration.
5012 (bookmark-get-info-node, bookmark-set-info-node): Remove.
5013 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
5014 (bookmark-info-current-node): Remove.
5015 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
5016 Add relocation fallback. Set bookmark-current-bookmark.
5017 (bookmark-default-handler): Rename from bookmark-jump-noselect.
5018 Remove relocation fallback. Don't set bookmark-current-bookmark.
5019 (bookmark-set): Let it be used even if there's no buffer-file-name
5020 as long as there is a bookmark-make-cell-function.
5021 * info.el (Info-bookmark-jump): Remove relocation fallback.
5022 Don't set bookmark-current-bookmark.
5023
5024 2008-03-07 Glenn Morris <rgm@gnu.org>
5025
5026 * calendar/appt.el (appt-issue-message)
5027 (appt-message-warning-time, appt-audible, appt-visible)
5028 (appt-msg-window, appt-display-mode-line, appt-display-duration)
5029 (appt-display-diary): Remove autoload cookies.
5030
5031 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
5032 Remove leading `*' from defcustom doc-strings.
5033
5034 * calendar/cal-dst.el (calendar-dst): New custom group.
5035 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
5036 (calendar-time-zone, calendar-daylight-time-offset)
5037 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5038 (calendar-daylight-savings-starts-time)
5039 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
5040 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
5041 Move to start.
5042
5043 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
5044
5045 * calendar/calendar.el (calendar-version): Use emacs-version and
5046 make it obsolete. Move to end.
5047 (calendar-offset, view-diary-entries-initially)
5048 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
5049 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
5050 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
5051 (all-bahai-calendar-holidays, calendar-load-hook)
5052 (initial-calendar-window-hook, today-visible-calendar-hook)
5053 (today-invisible-calendar-hook, calendar-move-hook)
5054 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
5055 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
5056 (diary-include-string, sexp-diary-entry-symbol)
5057 (abbreviated-calendar-year, american-date-diary-pattern)
5058 (european-date-diary-pattern, european-calendar-display-form)
5059 (american-calendar-display-form, print-diary-entries-hook)
5060 (list-diary-entries-hook, diary-hook, diary-display-hook)
5061 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
5062 (nongregorian-diary-marking-hook, diary-list-include-blanks)
5063 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
5064 (local-holidays, other-holidays, hebrew-holidays-1)
5065 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5066 (hebrew-holidays, christian-holidays, islamic-holidays)
5067 (bahai-holidays, solar-holidays, calendar-setup)
5068 (calendar-week-start-day): Remove autoload cookies.
5069 (diary-glob-file-regexp-prefix): Doc fix.
5070 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
5071 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
5072 (calendar-week-start-day, calendar-debug-sexp): Move to start.
5073
5074 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
5075 (calendar-time-display-form, calendar-latitude)
5076 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
5077 cookies.
5078 (calendar-latitude, calendar-longitude): Move functions after
5079 variables.
5080 (diary-sabbath-candles-minutes): Move to start.
5081 (solar-setup): Use or rather than if.
5082 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
5083 Remove condition-case.
5084 (solar-atn2): Use zerop.
5085 (solar-equinoxes-solstices): Doc fix.
5086
5087 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
5088 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
5089
5090 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
5091 (calendar-longitude, calendar-latitude, calendar-location-name):
5092 Declare for compiler.
5093
5094 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * arc-mode.el (archive-ar-file-header-re): New const.
5097 (archive-ar-summarize, archive-ar-extract): New funs.
5098 (archive-find-type): Recognize ar archives.
5099
5100 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
5101 New functions.
5102
5103 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
5104
5105 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
5106
5107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5108 Replace :enable (mark-active) with :enable mark-active.
5109
5110 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * vms-patch.el (make-legal-file-name): New obsolete alias.
5113 (make-valid-file-name): Rename from `make-legal-file-name'.
5114 (make-auto-save-file-name): Use it.
5115
5116 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
5117 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
5118 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
5119
5120 * textmodes/org.el (org-export-html-style): Doc fix.
5121 (org-get-legal-level): New obsolete alias.
5122 (org-get-valid-level): Rename from `org-get-legal-level'.
5123 (org-promote, org-demote, org-archive-subtree)
5124 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
5125
5126 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
5127
5128 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
5129
5130 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
5131 (vc-status-toggle-mark): New functions.
5132 (vc-status-mode): Set tool bar map.
5133
5134 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
5137 Reported by Drew Adams <drew.adams@oracle.com>.
5138
5139 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
5140
5141 * subr.el (read-quoted-char): Resolve modifers of the character
5142 event.
5143
5144 * comint.el (comint-exec-1): Don't change the coding-system for
5145 decoding to dos-like EOL.
5146 (comint-carriage-motion): Fully rewrite.
5147
5148 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * epg.el (epg-context-include-certs): Reflow docstring.
5151 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
5152 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
5153 (epg-context-set-signers, epg-context-set-sig-notations)
5154 (epg-make-import-status, epg-make-import-result)
5155 (epg-start-delete-keys): Fix typos in docstrings.
5156 (epg-start-sign-keys, epg-sign-keys):
5157 Fix typos in obsolescence declarations.
5158
5159 * iswitchb.el: Don't check for `cadr' and `last'.
5160 (iswitchb-define-mode-map, iswitchb-default-keybindings):
5161 Add obsolescence declaration and remove redundant info from docstring.
5162 (iswitchb-set-common-completion, iswitchb-set-matches)
5163 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
5164 (recentf-list, most-len, most-is-exact):
5165 Don't wrap defvars within `eval-when-compile'.
5166
5167 2008-03-05 Glenn Morris <rgm@gnu.org>
5168
5169 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5170 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
5171 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
5172 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
5173 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
5174
5175 * ediff-hook.el (ediff-window-setup-function): Don't autoload
5176 declaration for compiler.
5177 (ediff-xemacs-init-menus): Use when rather than if.
5178
5179 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
5180 if+and to just and.
5181 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
5182 (ediff-delete-overlay): Move the XEmacs test inside the definition.
5183
5184 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
5185
5186 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
5187 test inside XEmacs test.
5188 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
5189 since it was doing nothing on Emacs.
5190 (ediff-make-bullet-proof-overlay): Use when rather than if.
5191
5192 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
5193 (ediff-setup-control-frame): Remove
5194 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
5195 a (featurep 'xemacs) test.
5196
5197 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
5198
5199 * calc/calc-ext.el (calc-extended-command-history): New variable.
5200 (calc-exectute-extended-command): Use `calc-extended-command-history'.
5201
5202 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
5203
5204 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
5205 (standard-mode-line-position): Add mouse-face.
5206
5207 * progmodes/compile.el (compilation-menu-map):
5208 (compilation-mode-map):
5209 * progmodes/grep.el (grep-mode-map): Add :help.
5210
5211 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
5212 initialize in one step. Add :help. Use :enable to activate menu
5213 items. Show the key binding for edebug-defun.
5214 (lisp-interaction-mode-map): Add a menu.
5215
5216 * term.el (term-mode-map): Define and initialize in one step.
5217
5218 * ediff-init.el (ediff-color-display-p): Simplify.
5219 (Xor): Remove unused function.
5220 (ediff-with-syntax-table): Simplify for Emacs.
5221
5222 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
5223 menu-bar being loaded, it always is.
5224
5225 2008-03-05 Glenn Morris <rgm@gnu.org>
5226
5227 * textmodes/tex-mode.el (tex-mode): Suppress warning about
5228 multiple definitions when compiling.
5229
5230 2008-03-04 Alan Mackenzie <acm@muc.de>
5231
5232 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
5233
5234 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
5235 doc-string, "c-old-LEN" -> "c-old-END".
5236
5237 2008-03-04 Jason Rumney <jasonr@gnu.org>
5238
5239 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
5240 namespaces.
5241
5242 2008-03-04 Glenn Morris <rgm@gnu.org>
5243
5244 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
5245
5246 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
5247 than mapcar.
5248
5249 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5252 (byte-compile-nilconstp): Can't use recursion in a defsubst.
5253
5254 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
5255 so that M-q can fill comments.
5256 (tex-executable-exists-p, tex-compile): Extend with special syntax for
5257 commands implemented in elisp.
5258 (tex-compile-commands): Add an entry to use doc-view for pdf files.
5259 (tex-format-cmd): New function.
5260 (tex-compile): Use it to let the user specify default arguments.
5261 (tex-cmd-bibtex-args): New var.
5262 (tex-cmd-doc-view): New function.
5263
5264 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * faces.el (face-spec-set): Fix typos in docstring.
5267
5268 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
5269
5270 * bindings.el (mode-line-column-line-number-mode-map): New variable.
5271 (standard-mode-line-position): Use it to add a menu for toggling
5272 column number and line number display.
5273
5274 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5277 Remove optimization that was working around the form-code-walker bug.
5278
5279 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5280 Walk into the body of lambdas after byte-compile-unfold-lambda.
5281
5282 2008-03-03 Glenn Morris <rgm@gnu.org>
5283
5284 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5285 value, if set, over frame value.
5286
5287 * simple.el (transient-mark-mode): Don't turn on by default.
5288
5289 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5290 accidentally removed by the 2007-12-05 merge from Gnus.
5291
5292 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
5293
5294 * progmodes/compile.el (compilation-menu-map): Add menu entries
5295 for useful options.
5296
5297 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
5298 Glenn Morris <rgm@gnu.org>
5299
5300 * emacs-lisp/bytecomp.el (byte-recompile-directory)
5301 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5302 Give a `bytecomp-' prefix to local variables with common names.
5303
5304 2008-03-01 Glenn Morris <rgm@gnu.org>
5305
5306 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5307 code commented out 2007-11-10.
5308
5309 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5310
5311 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5312 Delete macro.
5313 * emulation/viper-cmd.el, emulation/viper-ex.el:
5314 * emulation/viper-init.el, emulation/viper-keym.el:
5315 * emulation/viper-mous.el, emulation/viper-util.el:
5316 * emulation/viper.el:
5317 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5318 featurep test.
5319
5320 Replace obselete frame-local variables with frame-parameters.
5321 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5322 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5323 (viper-vi-state-cursor-color): Only call make-variable-frame-local
5324 on XEmacs.
5325 * emulation/viper-util.el (viper-frame-value): New macro.
5326 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5327 (viper-R-state-post-command-sentinel)
5328 (viper-replace-state-post-command-sentinel)
5329 (viper-change-state-to-insert, viper-change-state-to-emacs):
5330 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5331 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5332 (viper-get-saved-cursor-color-in-insert-mode)
5333 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5334 Use viper-frame-value for viper-replace-overlay-cursor-color,
5335 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5336 viper-vi-state-cursor-color values.
5337
5338 * emulation/viper-cmd.el (zmacs-region-stays):
5339 * emulation/viper-util.el (zmacs-region-stays): No need to define
5340 for compiler.
5341
5342 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5343 mapcar on Emacs.
5344
5345 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5346 on XEmacs.
5347
5348 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5349 rather than if.
5350
5351 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5352
5353 * whitespace.el: New version 9.3. As the glyph code generation was
5354 fixed, it is possible now to use character code above ?\x1FFFF in the
5355 display table. Fix `whitespace-indentation-regexp' to not include an
5356 extra ending character. Reported by Michael Welsh Duggan
5357 <mwd@cert.org>. Added hook actions when buffer is written or killed as
5358 the original whitespace package had. Suggested by Eric Cooper
5359 <ecc@cmu.edu>. Doc fix.
5360 (whitespace-action): New option.
5361 (whitespace-display-mappings): Changed default newline visualization to
5362 display downwards arrow, as the glyph code generation was fixed.
5363 (whitespace-unload-function): Assure that all local whitespace mode is
5364 turned off.
5365 (whitespace-global-modes): Fix type customization.
5366 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5367 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5368 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5369 Fix code.
5370 (whitespace-buffer): Command removed.
5371 (whitespace-trailing-regexp, whitespace-mark-x)
5372 (whitespace-display-window, whitespace-action-when-on)
5373 (whitespace-add-local-hook, whitespace-remove-local-hook)
5374 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5375 (whitespace-action): New funs.
5376 (whitespace-report-list, whitespace-report-text)
5377 (whitespace-report-buffer-name): New consts.
5378 (whitespace-report, whitespace-report-region): New commands.
5379
5380 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5381
5382 * disp-table.el (make-glyph-code): Don't test the result of
5383 `face-id', which already signals an error for invalid faces.
5384 (glyph-face): Simplify.
5385
5386 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5387 running `desktop-not-loaded-hook' to allow modifying it.
5388 Don't show warning message if `desktop-dirname' was modified.
5389
5390 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5393 we still expect more lines.
5394
5395 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5396 comment-paragraph filling if the commark doesn't match
5397 comment-start-skip.
5398
5399 2008-03-01 Daiki Ueno <ueno@unixuser.org>
5400
5401 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5402 the `imap' variant.
5403
5404 2008-03-01 Jason Rumney <jasonr@gnu.org>
5405
5406 * files.el (make-auto-save-file-name): Encode more characters in
5407 non-file buffer names. Use url-encoding.
5408
5409 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * net/net-utils.el (ftp-program): Fix typo in docstring.
5412 (ifconfig-program-options, netstat-program-options)
5413 (arp-program-options, route-program-options, nslookup-program-options)
5414 (ftp-program-options, smbclient-program-options)
5415 (dns-lookup-program-options, arp, route): Doc fixes.
5416
5417 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5418 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5419 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5420 Fix typos in docstrings.
5421 (gdb-pending-triggers): Reflow docstring.
5422 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5423
5424 2008-03-01 Alan Mackenzie <acm@muc.de>
5425
5426 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5427 typing "#" at EOB.
5428
5429 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5430
5431 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5432
5433 2008-02-29 Kim F. Storm <storm@cua.dk>
5434
5435 * emulation/cua-base.el (cua-remap-control-v)
5436 (cua-remap-control-z): New defcustoms.
5437 (cua-mode): Add them to set-after property.
5438 (cua--init-keymaps): Use them.
5439 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5440
5441 * help.el (view-emacs-todo): Rename from view-todo.
5442 (describe-gnu-project): Rename from describe-project. Users changed.
5443 (view-help-file): New helper function.
5444 (describe-distribution, describe-copying, describe-gnu-project)
5445 (view-todo, view-order-manuals, view-emacs-problems): Use it.
5446 (view-emacs-debugging, view-external-packages): New commands.
5447 (help-map): Move describe-distribution to C-h C-o (ordering).
5448 Move view-emacs-problems to C-h C-p (problems).
5449 Bind view-emacs-debugging to C-h C-d (debugging).
5450 Bind view-external-packages to C-h C-e (extras).
5451 (help-for-help-internal): Cleanup and align descriptions.
5452 Remove command names to reduce clutter.
5453
5454 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5455
5456 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5457 and quieter face (not a warning).
5458
5459 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * vc.el (vc-status-crt-marked): New variable.
5462 (vc-status-mode): Make it local.
5463 (vc-status-refresh): Use it to save the marked files.
5464 (vc-update-vc-status-buffer): Use it to restore the marked files.
5465
5466 * vc-svn.el (vc-svn-after-dir-status):
5467 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5468
5469 2008-02-29 Glenn Morris <rgm@gnu.org>
5470
5471 * allout.el (allout-topic-encryption-bullet)
5472 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5473 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5474 from 22.0 to 22.1.
5475
5476 * net/imap.el (imap-ping-server):
5477 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5478 Change defcustom :version from 23.0 to 23.1.
5479
5480 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * desktop.el (desktop-save): Save the buffer name if the
5483 uniquified base name is empty.
5484
5485 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5486
5487 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5488 correctly when user has "set print address off".
5489
5490 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
5491
5492 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5493 version number of the next major Emacs release, not 23.0.
5494
5495 * longlines.el (longlines-unload-function): New function.
5496
5497 2008-02-28 Juri Linkov <juri@jurta.org>
5498
5499 * startup.el (normal-splash-screen): Add argument `concise'.
5500 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5501 to the created buffer. If `concise' is non-nil, call
5502 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
5503 (display-startup-screen): Add argument `concise' to the call to
5504 `normal-splash-screen'.
5505
5506 2008-02-28 Kim F. Storm <storm@cua.dk>
5507
5508 * startup.el (startup-echo-area-message): Check for about-emacs.
5509
5510 2008-02-28 Juri Linkov <juri@jurta.org>
5511
5512 * startup.el: Always add initial message to *scratch* buffer if
5513 `initial-scratch-message' is non-nil regardless of the value of
5514 `inhibit-startup-screen'.
5515 (inhibit-startup-screen, initial-scratch-message): Doc fix.
5516 (command-line-1): Move code that inserts `initial-scratch-message'
5517 up before the if-form that checks for `inhibit-startup-screen'.
5518 Suggested by Jonathan Rockway <jon@jrock.us>.
5519
5520 2008-02-28 Juri Linkov <juri@jurta.org>
5521
5522 * cus-edit.el (custom-mode-map, custom-mode-link-map):
5523 Rename `custom-mode' to `Custom-mode' in docstrings.
5524 (custom-buffer-create-internal, customize-browse):
5525 Rename `custom-mode' to `Custom-mode'.
5526 (custom-mode-hook): Rename to `Custom-mode-hook'.
5527 (Custom-mode-hook): Renamed from `custom-mode-hook'.
5528 (custom-mode): Rename to `Custom-mode'.
5529 (Custom-mode): Renamed from `custom-mode'. Doc fix.
5530 (custom-mode): Add backward-compatible non-interactive variant of
5531 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
5532 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5533
5534 * info-look.el: Rename `custom-mode' to `Custom-mode'.
5535
5536 * emulation/viper.el (viper-emacs-state-mode-list):
5537 Rename `custom-mode' to `Custom-mode'.
5538
5539 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5540 Capitalize "Tagged Files".
5541 (minibuffer-local-map): Add menu items for next/previous
5542 history elements and isearch history forward/backward.
5543
5544 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5545 `hs-isearch-open' with t instead of `comment' in :selected
5546 for "Code and Comment blocks" menu item.
5547
5548 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * uniquify.el (uniquify-buffer-base-name): Undo last change.
5551 Should be done in desktop.el instead.
5552
5553 2008-02-28 Glenn Morris <rgm@gnu.org>
5554
5555 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5556
5557 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5558
5559 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5560 (Info-menu, Info-goto-node): Remove declarations.
5561 (report-emacs-bug-info): Use info rather than Info-goto-node.
5562
5563 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5564 (idlwave-convert-xml-system-routine-info): Don't require xml.
5565 (idlwave-show-commentary, idlwave-shell-show-commentary):
5566 Don't require finder.
5567 (idlwave-info): Don't require info. Use info rather than
5568 Info-goto-node.
5569
5570 * textmodes/org.el (Info-goto-node): Remove declaration.
5571 (org-info): Use info rather than Info-goto-node.
5572
5573 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5574 (reftex-info): Don't require info. Use info rather than Info-goto-node.
5575
5576 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
5577
5578 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5579 the menu.
5580
5581 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5582 (vc-finish-logentry): Check for vc-status-mode, not only for
5583 vc-dired-mode.
5584
5585 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5586
5587 * isearch.el (isearch-printing-char): Don't check
5588 keyboard-coding-system.
5589 Call isearch-process-search-multibyte-characters only when
5590 current-input-method is non-nil.
5591
5592 2008-02-27 Kim F. Storm <storm@cua.dk>
5593
5594 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5595 (glyph-char, glyph-face): Handle cons encoding.
5596
5597 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * uniquify.el (uniquify-buffer-base-name): If the base name is an
5600 empty string, return nil to allow the caller to default to the
5601 buffer name. Reported by Martin Fischer <parozusa@web.de>.
5602
5603 * tool-bar.el (tool-bar-setup): Doc fix.
5604
5605 * mail/supercite.el (sc-describe):
5606 Fix typos in obsolescence declaration.
5607
5608 2008-02-27 Glenn Morris <rgm@gnu.org>
5609
5610 * autoinsert.el (auto-insert-alist): Change permission text to
5611 match FSF's GPLv3 form.
5612
5613 * mail/supercite.el (sc-cite-original): Doc fix.
5614 (sc-version): Make obsolete.
5615 (sc-describe): Show the SC info page. Make obsolete.
5616
5617 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5620 when using transient-mark-mode.
5621 (default-indicate-unused-lines): Remove unused var.
5622
5623 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
5624
5625 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5626 and previous.
5627
5628 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5629
5630 2008-02-26 Glenn Morris <rgm@gnu.org>
5631
5632 * net/net-utils.el (top-level): Don't require comint when compiling.
5633 (nslookup-font-lock-keywords): Don't require font-lock.
5634 Use font-lock faces rather than variables.
5635 (nslookup, ftp, smbclient, network-service-connection):
5636 Don't require comint.
5637 (comint-prompt-regexp, comint-input-autoexpand)
5638 (comint-input-ring): Declare for compiler.
5639 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5640 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
5641
5642 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5643 doc-string.
5644
5645 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * doc-view.el (doc-view-current-page): Add a `win' argument.
5648
5649 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5652 Demote it to plain defvar.
5653 (doc-view-conversion-refresh-interval): Reduce interval.
5654 (doc-view-goto-page): Allow moving to pages not yet rendered.
5655 (doc-view-goto-page): Construct a file name rather than extracting it
5656 from doc-view-current-files.
5657 (doc-view-kill-proc): Ignore errors from kill-process.
5658 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5659 (doc-view-insert-image): Use appropriate text if the page hasn't been
5660 rendered yet. Adjust scrolling so the text is displayed.
5661 (doc-view-display): Detect not just that a page is available, but also
5662 that it wasn't available before, so as to avoid refreshing all pages
5663 repeatedly.
5664 (doc-view-mode): Make doc-view-cache-directory if needed.
5665
5666 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5667
5668 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5669 toggle-read-only.
5670
5671 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5672 refering to a missing required field with the OPT prefix.
5673 Make unwindform more robust.
5674
5675 * textmodes/bibtex.el: Remove support for hideshow minor mode as
5676 it duplicates the bibtex support in progmodes/hideshow.el.
5677 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5678 entries that do not start at the beginning of a line.
5679
5680 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5683
5684 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
5685
5686 * help-fns.el (describe-variable): Add phrases about
5687 initialization file with and without customization;
5688 use new button type help-info-variable.
5689
5690 * help-mode.el (help-info-variable):
5691 New button able to read Info files for help-fns.el.
5692
5693 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
5694
5695 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5696 (grep-mode): Use grep-mode-tool-bar-map.
5697
5698 * progmodes/compile.el (tool-bar): Require tool-bar.
5699 (compilation-mode-tool-bar-map): New variable.
5700 (compilation-mode): Use compilation-mode-tool-bar-map.
5701
5702 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
5703
5704 2008-02-25 Glenn Morris <rgm@gnu.org>
5705
5706 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5707
5708 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * diff-mode.el (diff-file-junk-re): New const.
5711 (diff-beginning-of-file-and-junk): Use it.
5712 (diff-file-kill): Make sure we were really inside a file diff.
5713
5714 * diff-mode.el: Make it more robust in the presence of empty context
5715 lines in unified hunks.
5716 (diff-valid-unified-empty-line): New var.
5717 (diff-unified->context, diff-sanity-check-hunk): Obey it.
5718 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
5719 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5720 (diff-hunk-header-re-unified): New const.
5721 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5722 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5723 (diff-sanity-check-hunk): Use it.
5724
5725 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5726 Index: line, don't search backward for the previous one.
5727
5728 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5729
5730 * international/fontset.el (setup-default-fontset): Add non-OTF
5731 lao font for lao script.
5732
5733 * language/tibetan.el: Register tibetan-composition-function in
5734 composition-function-table.
5735
5736 * language/tibet-util.el (tibetan-composition-function):
5737 Adjust for the new calling way (argument changed). Try font-shape-text
5738 if possible.
5739
5740 * language/lao.el: Register lao-composition-function in
5741 composition-function-table.
5742
5743 * language/lao-util.el (lao-composition-function): Adjust for the new
5744 calling way (argument changed). Try font-shape-text if possible.
5745
5746 2008-02-25 Jason Rumney <jasonr@gnu.org>
5747
5748 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5749
5750 2008-02-25 Juri Linkov <juri@jurta.org>
5751
5752 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5753 background, "red4" for a dark background, "red" for 16 and
5754 8 colors, "grey" for grayscale, and inverse video otherwise.
5755 Add :version tag.
5756 (isearch-message): Keep the original isearch-message intact, and
5757 add text properties to it where necessary. Add `isearch-error' to
5758 the condition that checks if isearch is unsuccessful.
5759
5760 2008-02-24 Juri Linkov <juri@jurta.org>
5761
5762 * progmodes/compile.el (compilation-handle-exit):
5763 Use compilation-error face instead of font-lock-warning-face.
5764 Display the same message in the minibuffer as is inserted
5765 at the end of the compilation buffer.
5766
5767 2008-02-24 Glenn Morris <rgm@gnu.org>
5768
5769 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5770 multiple file case.
5771
5772 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5773
5774 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5775 multiple file case. Use a single `let' rather than two.
5776
5777 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5778
5779 * progmodes/compile.el (compilation-start): Specify a face for
5780 mode-line-process.
5781 (compilation-handle-exit): Specify a face and a tooltip for
5782 mode-line-process.
5783
5784 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * hilit-chg.el: Remove spurious * in defcustom docstrings.
5787 (hilit-chg-make-ov): Simplify.
5788 (hilit-chg-fixup): Use remove-overlays.
5789 (hilit-chg-set-face-on-change): Remove redundant call to
5790 `remove-text-properties'.
5791
5792 * dired.el (dired-mark-prompt): Don't count/display the t element.
5793 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5794
5795 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5796
5797 * progmodes/verilog-mode.el (eval-when-compile): Don't define
5798 add-submenu.
5799 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5800 Remove. Move contents to the only use ...
5801 (verilog-menu): ... here.
5802 (verilog-statement-menu): Remove. Move contents to the only use ...
5803 (verilog-stmt-menu): ... here.
5804 (verilog-mark-defun): Simply call mark-defun for emacs.
5805 (occur-pos-list): Declare for byte compiler.
5806 (mode-popup-menu): Don't defvar.
5807 (verilog-add-statement-menu): Remove.
5808 (verilog-mode-hook): Don't add verilog-add-statement-menu.
5809 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5810
5811 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5812
5813 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5814 conditional.
5815 (verilog-font-grouping-keywords-face): Make the begin..end
5816 keywords standout more than other verilog keywords.
5817 (verilog-type-font-keywords): Move the begin..end out of this list
5818 to facilitate making them to (potentially) stand out more.
5819 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5820 function & task blocks.
5821 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5822 initial, function & task blocks.
5823 (verilog-forward-sexp): Handle the new "disable fork" statement of
5824 IEEE-1800 Verilog.
5825 (verilog-beg-block-re-ordered): Handle the new "disable fork"
5826 statement of IEEE-1800 Verilog.
5827 (verilog-calc-1): Handle the new "disable fork" statement of
5828 IEEE-1800 Verilog.
5829 (verilog-disable-fork-re): Add const to help handle the new
5830 "disable fork" statement of IEEE-1800 Verilog.
5831 (verilog-declaration-core-re): Add port directions by themselves,
5832 with no qualification, as base item of a declaration.
5833 (verilog-pretty-declarations): Add new flag to ask it to refrain
5834 from printing to the message buffer.
5835 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5836 printing to the message buffer. Improve handling of the many
5837 types of expression line up.
5838 (verilog-just-one-space): Remove printing of an empty message.
5839 (verilog-get-lineup-indent): Rework to support the better handling
5840 of expression lineup for verilog-pretty-expr.
5841 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5842
5843 2008-02-24 Alan Mackenzie <acm@muc.de>
5844
5845 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5846 yesterday's commit.
5847
5848 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5849
5850 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5851 to mouse-set-point in buffers that aren't associated with files.
5852
5853 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5854
5855 2008-02-24 Alan Mackenzie <acm@muc.de>
5856
5857 Set of changes so that "obtrusive" syntactic elements in a
5858 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5859 unmatched paren) don't interact syntactically with stuff outside
5860 the CPP line.
5861
5862 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5863 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5864 off-by-one bug.
5865 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5866 a bit of refactoring.
5867 (c-awk-extend-and-syntax-tablify-region): Takes some of the
5868 functionality of c-awk-advise-fl-for-awk-region, which has been
5869 refactored away.
5870
5871 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5872 (c-clear-char-property-with-value): New function and macro which
5873 remove text-properties `equal' to a supplied value.
5874
5875 * progmodes/cc-engine.el: Comment about text properties amended.
5876
5877 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5878 parens around "error\\|warning".
5879
5880 * progmodes/cc-langs.el (c-get-state-before-change-function)
5881 (c-before-font-lock-function, c-anchored-cpp-prefix):
5882 New language variables.
5883 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5884
5885 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5886 syntax-table text properties.
5887 (c-common-init): Call language specific before/after-change
5888 functions at mode initialisation.
5889 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5890 (c-extend-region-for-CPP, c-neutralize-CPP-line)
5891 (c-neutralize-syntax-in-CPP): New functions.
5892 (c-before-change, c-after-change): Call the new language specific
5893 change functions defined in cc-langs.el.
5894 (c-advise-fl-for-region): New macro.
5895 (awk-mode): Remove AWK specific stuff which has been refactored
5896 into language independent stuff.
5897
5898 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5901 (gdb): (Re)set gdb-flush-pending-output to nil here...
5902 (gdb-init-1): ...instead of here (before gdb-prompt).
5903
5904 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5907 Recognize ''' just like any other char-constant.
5908
5909 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5912 careful enough. Detect the uid-change all within the main loop.
5913
5914 2008-02-24 Stefan Monnier <monnier@pastel.home>
5915
5916 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5917
5918 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * hilit-chg.el (highlight-save-buffer-state): New macro.
5921 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5922 (hilit-chg-clear): Use it to preserve the modified-p flag.
5923 (highlight-changes-rotate-faces): Don't mess with the undo-list.
5924
5925 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * font-lock.el (font-lock-set-defaults): Unset previously set variables
5928 when needed.
5929
5930 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
5931
5932 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5933 from gnus-button-url-regexp.
5934
5935 2008-02-24 Eli Zaretskii <eliz@gnu.org>
5936
5937 * progmodes/compile.el (compilation-next-error): Doc fix.
5938 (compilation-find-file): Doc fix.
5939
5940 2008-02-24 Glenn Morris <rgm@gnu.org>
5941
5942 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5943 Add obsolete aliases to the old names.
5944
5945 2008-02-24 Richard Stallman <rms@gnu.org>
5946
5947 * net/net-utils.el (ifconfig): Rename from ipconfig.
5948 (ipconfig): Alias to ifconfig.
5949 (ifconfig-program): Rename from ipconfig-program.
5950 (ifconfig-program-options): Rename from ipconfig-program-options.
5951
5952 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5953
5954 * progmodes/verilog-mode.el (verilog-declaration-core-re):
5955 Add port directions by themselves, with no qualification, as base
5956 item of a declaration.
5957 (verilog-pretty-declarations): Add new flag that inhibits printing
5958 to the message buffer.
5959 (verilog-pretty-expr): Add new flag that inhibits printing to the
5960 message buffer. Improve handling of the many types of expression
5961 line up.
5962 (verilog-just-one-space): Don't print an empty message.
5963 (verilog-get-lineup-indent): Rework to support the better handling
5964 of expression lineup for verilog-pretty-expr.
5965 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5966 (verilog-mode-version, verilog-mode-release-date): Update.
5967
5968 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * subr.el (cancel-change-group): Don't move point.
5971
5972 2008-02-23 Markus Triska <markus.triska@gmx.at>
5973
5974 * linum.el (linum-after-config): Update all visible windows.
5975
5976 2008-02-23 Glenn Morris <rgm@gnu.org>
5977
5978 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5979 Add :help for Solitaire and Tetris.
5980
5981 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5982
5983 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5984 (smtpmail-code-conv-from): Doc fix. Fix custom type.
5985 (smtpmail-queue-index-file): Make it a defcustom.
5986 (smtpmail-queue-index): Delete.
5987 (smtpmail-send-it, smtpmail-send-queued-mail):
5988 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5989 smtpmail-queue-index.
5990
5991 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5992 Add :version.
5993
5994 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
5995
5996 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5997 New variables.
5998 (iwconfig): New function.
5999
6000 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * vc.el (vc-find-revision): Make vc-parent-buffer local before
6003 setting it.
6004 (vc-status-menu-map): Do not define using easy-menu.
6005 (vc-status-menu-map): New defalias.
6006 (vc-status-mode-map): Hook up the menu.
6007 (top-level): Update TODO.
6008
6009 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
6010
6011 * vc-bzr.el (vc-bzr-init-version): Rename to ...
6012 (vc-bzr-init-revision): ... this.
6013
6014 2008-02-23 Jason Rumney <jasonr@gnu.org>
6015
6016 * makefile.w32-in (WINS_ALMOST): Remove term.
6017 (WINS): Add term here.
6018 (custom-deps, finder-data): Use WINS_ALMOST.
6019
6020 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
6021
6022 * faces.el (font-weight-table): Fix value of `semi-light'.
6023
6024 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
6027 Make those tables bijective.
6028
6029 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
6030
6031 Finish pdbtrack integration cleanup, settling missing-functions
6032 byte compiler warnings appropriately.
6033
6034 * progmodes/python.el (python-point): Remove this - beginning-of-line
6035 was all that was necessary for `python-pdbtrack-overlay-arrow'.
6036 (python-end-of-def-or-class, python-beginning-of-def-or-class)
6037 (python-goto-initial-line): Drop these - they were only needed for
6038 python-point.
6039 (python-comint-output-filter-function): Use condition-case and
6040 beginning-of-line directly, instead of python-mode.el functions
6041 which require all sorts of baggage.
6042 (point-safe): Unnecessary - we're using condition-case directly,
6043 instead.
6044 (python-execute-file): Include for python-shell, which I'm leaving
6045 in keeping despite it being unnecessary for pdb tracking.
6046
6047 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
6048
6049 * progmodes/scheme.el (scheme-font-lock-keywords-2):
6050 Add SRFI 11 support.
6051 (let-values, let*-values): Specify scheme-indent-function.
6052
6053 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6054
6055 * vc.el (vc-exec-after): Move setting mode-line-process in the
6056 busy case ...
6057 (vc-set-mode-line-busy-indicator): ... in this new function.
6058 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
6059 (vc-update-vc-status-buffer): Reset mode-line-process.
6060 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
6061 mark/unmark all the files with the same state as the current one.
6062 With a prefix argument mark/unmark all files.
6063 (vc-status-mode-menu): Adjust strings.
6064 (vc-update-vc-status-buffer): Only do something when the argument
6065 is not nil.
6066 (vc-status-kill-dir-status-process): New function.
6067 (vc-status-mode-map): Bind it.
6068 (vc-status-process-buffer): New variable.
6069 (vc-status-mode): Make it local.
6070 (vc-status-refresh): Set it.
6071
6072 * vc-hg.el (vc-hg-dir-status):
6073 * vc-git.el (vc-git-dir-status):
6074 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
6075 command is run.
6076
6077 2008-02-22 Glenn Morris <rgm@gnu.org>
6078
6079 * json.el (top-level): No need to require thingatpt.
6080 (json-read-keyword): Use thing-at-point rather than word-at-point.
6081
6082 * time.el (top-level): No need to require time-date when compiling.
6083
6084 * emacs-lisp/copyright.el (copyright-update-year):
6085 Fix subexpression numbering for the case when years are split over
6086 lines, and for the replace case.
6087
6088 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
6089 (tpu-caar, tpu-cadr): Delete functions.
6090 (zmacs-regions): No need to declare for compiler.
6091 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
6092 (tpu-spell-check): Rewrite, and handle mark after point.
6093 (tpu-special-insert): Use or rather than if.
6094
6095 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
6096 rather than spell-region.
6097
6098 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
6099 warnings about spell-region.
6100
6101 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
6102
6103 * ldefs-boot.el: Regenerated.
6104
6105 * loadup.el: Don't load language/devanagari, language/kannanda,
6106 language/malayalam, and language/tamil. Load language/sinhala.
6107
6108 * language/indian.el (indian-font-foundry)
6109 (indian-script-language-alist, indian-font-char-index-table)
6110 (indian-font-char, indian-font-char-range, indian-script-table)
6111 (indian-default-script, indian-composable-pattern): Delete them.
6112 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
6113 language environments moved to here.
6114 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
6115 New language environments.
6116
6117 * language/devanagari.el, language/devan-util.el,
6118 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
6119 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
6120 Delete them.
6121
6122 * language/sinhala.el: New file.
6123
6124 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
6125
6126 Update Nick Robert's port of pdb tracking from python-mode.el.
6127
6128 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
6129 Clarify docstring.
6130 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
6131 tracking is happening.
6132 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
6133 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
6134 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
6135 Tracking is plugged in to all comint buffers once python.el is loaded.
6136 (python-pdbtrack-overlay-arrow): Toggle activation of
6137 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
6138 (python-pdbtrack-track-stack-file): Use new
6139 `python-pdbtrack-get-source-buffer' for more flexible access to
6140 debugging source files.
6141 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
6142 according to pdb stack trace, optionally using new
6143 `python-pdbtrack-grub-for-buffer' if file is not locally available.
6144 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
6145 named buffer, or having function with indicated name.
6146 (python-shell): Remove comint-output-filter-functions hook
6147 addition, it's being done elsewhere. Wrap long line.
6148
6149 2008-02-21 Michael Olson <mwolson@gnu.org>
6150
6151 * json.el: Replace XEmacs compatibility code to get rid of
6152 compiler warnings.
6153
6154 * time.el: Fix compiler warning.
6155
6156 2008-02-21 Edward O'Connor <ted@oconnor.cx>
6157
6158 * json.el: New file (JavaScript Object Notation parser / generator).
6159
6160 2008-02-21 Dave Love <fx@gnu.org>
6161
6162 * progmodes/sym-comp.el: New file.
6163
6164 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
6165 Require sym-comp. Add Python buffer to same-window-buffer-names.
6166 Fixup whitespaces.
6167 (python-font-lock-keywords): Add highlighting for Python builtins.
6168 (python-font-lock-syntactic-keywords): Rewrite.
6169 (python-quote-syntax): Use syntax-ppss-context instead of parsing
6170 ppss directly.
6171 (python-mode-map): Add binding for python-find-function.
6172 (python-calculate-indentation): Clean up the logic.
6173 (python-beginning-of-defun): Explicitly set return value.
6174 (python-beginning-of-statement): Stop looping if we get stuck
6175 going backwards.
6176 (python-next-statement): Stop looping if we somehow end up inside
6177 a string while advancing.
6178 (python-preoutput-continuation, python-version-checked): New vars.
6179 (python-check-version): New function.
6180 (run-python): Set default command to python-command instead of
6181 python-python-command.
6182 (run-python): Use python-check-version. Give PYTHONPATH
6183 precedence over data-directory in the process environment.
6184 Load function definitions in python process after.
6185 (python-check-comint-prompt): New function.
6186 (python-send-command, python-send-receive): Use it.
6187 (python-complete-symbol, python-try-complete): Functions deleted.
6188 Use symbol-complete instead of python-complete-symbol throughout.
6189 (python-fill-paragraph): Further refine the fenced-string regexp.
6190 (def-python-skeleton): Expand to the original abbrev instead if in
6191 a comment or string. Tweak skeletons for `if', `while', `for',
6192 `try/except', `try/finally', `name'.
6193 (python-pea-hook, python-abbrev-pc-hook): New functions.
6194 (python-abbrev-syntax-table): New var.
6195 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
6196 Use symbol-completion-try-complete for hippie expansion.
6197 Turn on font lock unconditionally.
6198 (python-mode-hook): Defcustom it. No need to use make-local
6199 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
6200 option, since it's buffer-local.
6201
6202 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
6203
6204 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
6205
6206 2008-02-21 Drew Adams <drew.adams@oracle.com>
6207
6208 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
6209 "Turn off" and a "Help" entry when the minor mode has no menu.
6210
6211 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
6212
6213 * vc.el (vc-status-mark, vc-status-unmark): New functions.
6214 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
6215 vc-status-mark-file and vc-status-unmark-file.
6216 (vc-status-mark-unmark): New function.
6217 (vc-status-previous-line, vc-status-next-line): No longer interactive.
6218
6219 2008-02-21 Glenn Morris <rgm@gnu.org>
6220
6221 * composite.el (encode-composition-rule): Fix typo in error message.
6222 (composition-function-table, auto-composition-mode): Doc fixes.
6223
6224 * subr.el (sit-for): Fix obsolete form for nil second argument.
6225
6226 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
6227 (spell-string): Make obsolete, in favor of ispell.
6228
6229 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
6230
6231 * language/devanagari.el: Don't setup composition-function-table
6232 here.
6233 ("Devanagari"): Change charset, coding-system, coding-priority to
6234 Unicode-based ones. Don't require the feature devan-util.
6235
6236 * composite.el (compose-chars-after): Fix arguments for a function
6237 in composition-function-table.
6238 (auto-compose-region): Likewise.
6239
6240 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
6241 for Ethiopic.
6242 (ps-mule-plot-string): Ignore glyph-string based compositions.
6243
6244 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * doc-view.el: Allow different windows to show different pages.
6247 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
6248 (doc-view-current-image, doc-view-current-overlay): Remove variables,
6249 add them back as macros instead, using image-mode-winprops instead.
6250 Update all users of those variables.
6251 (doc-view-new-window-function): New function to create a new overlay
6252 for each new window.
6253 (doc-view-mode): Use it and image-mode-setup-winprops.
6254 (doc-view-clone-buffer-hook): Rewrite accordingly.
6255
6256 * image-mode.el: Extend [hv]scroll support to per-window properties.
6257 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
6258 (image-mode-winprops-alist): New var to replace them.
6259 (image-mode-new-window-functions): New hook.
6260 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
6261 New funs.
6262 (image-set-window-vscroll, image-set-window-hscroll): Use them.
6263 Remove the `window' argument, update callers.
6264 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
6265 Use the new functions.
6266 (image-mode-reapply-winprops): New fun.
6267 (image-mode): Use it.
6268
6269 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
6270
6271 * calc/calc-math.el (math-sin-raw): Add optional argument
6272 to keep track of original argument.
6273 (math-cos-raw): Use optional argument when calling math-sin-raw.
6274 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
6275 with close to original precision.
6276
6277 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6278
6279 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6280 args in calls of sit-for.
6281
6282 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * vc-svn.el (vc-svn-program): Fix typo in docstring.
6285 (vc-svn-checkin): Fix typo in error message.
6286
6287 * help-mode.el: Require easymenu when compiling.
6288
6289 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
6290
6291 * help-mode.el (help-mode-menu): New menu.
6292
6293 2008-02-20 Glenn Morris <rgm@gnu.org>
6294
6295 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6296 on Windows.
6297
6298 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
6299
6300 * ps-mule.el (ps-mule-encode-region): Return a single string.
6301 (ps-mule-plot-string): Adjust for the above change.
6302 (ps-mule-encode-header-string): Likewise.
6303
6304 * international/latin1-disp.el (latin1-display): Don't use
6305 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
6306 standard-display-table.
6307 (latin1-display-identities): Adjust for the change of what is
6308 returned by (get-language-info charset 'charset).
6309
6310 * international/mule-util.el (char-displayable-p): Fix for Latin-1
6311 characters and terminal case.
6312
6313 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
6314
6315 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6316
6317 * progmodes/python.el: Also require comint when loading.
6318 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6319 Replace python-shell with run-python on menu bar.
6320 (python-shell-map): New map.
6321 (python-default-interpreter, python-python-command-args)
6322 (python-jython-command-args, python-pdbtrack-do-tracking-p):
6323 New options.
6324 (python-which-shell, python-which-args, python-which-bufname):
6325 New buffer local variables.
6326 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6327
6328 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6329 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6330 New constants.
6331
6332 Pdbtrack features:
6333
6334 (python-point, python-end-of-def-or-class)
6335 (python-beginning-of-def-or-class, python-goto-initial-line)
6336 (python-comint-output-filter-function)
6337 (python-pdbtrack-overlay-arrow)
6338 (python-pdbtrack-track-stack-file, python-toggle-shells)
6339 (python-shell, python-pdbtrack-toggle-stack-tracking)
6340 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6341 New functions.
6342
6343 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6346 when the argument is nil.
6347
6348 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6349
6350 * vc.el (dir-status): Add a brief description.
6351
6352 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
6353
6354 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6355 If non-nil, reverse the sense of the check.
6356
6357 * vc-rcs.el (vc-rcs-root): New func.
6358 * vc-cvs.el (vc-cvs-root): New func.
6359 * vc-svn.el (vc-svn-root): New func.
6360 * vc-sccs.el (vc-sccs-root): New func.
6361
6362 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
6363
6364 * language/japan-util.el (setup-japanese-environment-internal):
6365 Call use-cjk-char-width-table.
6366
6367 * language/japanese.el ("Japanese"): Set exit-function to
6368 use-default-char-width-table.
6369
6370 * international/characters.el: Delete occurrences of non-Unicode
6371 tibetan and ethiopic characters.
6372 (cjk-char-width-table): New variable.
6373 (use-cjk-char-width-table, use-default-char-width-table):
6374 New functions.
6375
6376 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6377
6378 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6379 (vc-status-mode-menu): Add a :filter.
6380 (vc-status-printer): Add faces.
6381
6382 * vc-hg.el (vc-hg-extra-status-menu): New function.
6383 (vc-hg-dir-status): Clean up the buffer before using it.
6384
6385 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6388 (gdb): Initialize it here instead.
6389
6390 * files.el (locate-dominating-file): Fix thinko in last change.
6391 Reported by Bruce Stephens <bruce.stephens@isode.com>.
6392
6393 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6394
6395 * vc.el (vc-status-mode-menu): New menu for vc-status.
6396
6397 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
6398
6399 * progmodes/verilog-mode.el (customize): Fix typo in error message.
6400 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6401 (verilog-mode-auto, verilog-indent-level-module)
6402 (verilog-minimum-comment-distance, verilog-library-flags)
6403 (verilog-library-directories, verilog-library-files)
6404 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6405 (verilog-xemacs-menu, verilog-set-compile-command)
6406 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6407 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6408 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6409 (verilog-batch-inject-auto, verilog-batch-indent)
6410 (verilog-continued-line, verilog-type-keywords)
6411 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6412 (verilog-read-inst-pins, verilog-read-arg-pins)
6413 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6414 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6415 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6416 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6417 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6418 (verilog-mode-version, verilog-mode-release-date)
6419 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6420 (verilog-simulator, verilog-compiler)
6421 (verilog-auto-sense-defines-constant, verilog-company)
6422 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6423 Fix typos in docstrings.
6424 (verilog-set-auto-endcomments, verilog-calculate-indent)
6425 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6426 Reflow docstrings.
6427 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6428 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6429 (electric-verilog-forward-sexp, verilog-in-case-region-p)
6430 (verilog-in-struct-region-p, verilog-in-generate-region-p)
6431 (verilog-leap-to-head, verilog-current-indent-level)
6432 (verilog-case-indent-level, verilog-cpp-keywords)
6433 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6434 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6435 (verilog-signals-not-in, verilog-symbol-detick-text)
6436 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6437 (verilog-forward-close-paren, verilog-backward-open-paren)
6438 (verilog-backward-open-bracket): Doc fixes.
6439
6440 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6441 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6442 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6443 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6444 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6445 Fix typos in docstrings.
6446
6447 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6448
6449 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
6450
6451 * info.el (Info-read-node-name): Removed unused `default' arg.
6452
6453 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6454
6455 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6456
6457 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6458
6459 * image-mode.el (image-get-display-property): New fun.
6460 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6461 (image-mode, image-minor-mode, image-toggle-display-text)
6462 (image-toggle-display): Use it.
6463
6464 2008-02-18 Jason Rumney <jasonr@gnu.org>
6465
6466 * international/mule.el (xml-find-file-coding-system): Don't warn
6467 about utf-16 with BOM.
6468
6469 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6470
6471 * international/mule.el (sgml-xml-auto-coding-function): Detect and
6472 warn if file encoding is not utf-8 and encoding not specified.
6473 (xml-find-file-coding-system): New function.
6474 * international/mule-conf.el (file-coding-system-alist): Use it.
6475
6476 2008-02-17 Glenn Morris <rgm@gnu.org>
6477
6478 * international/mule-cmds.el (set-locale-environment):
6479 Pass `frame' to getenv for LC_MESSAGES.
6480
6481 2008-02-17 Juri Linkov <juri@jurta.org>
6482
6483 * time.el (emacs-init-time): Use format instead of format-seconds.
6484
6485 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6486
6487 * textmodes/bibtex.el (bibtex-search-entry): Rename from
6488 bibtex-find-entry. Add autoload cookie.
6489 (bibtex-find-entry): Alias for bibtex-search-entry.
6490 (bibtex-search-crossref): Rename from bibtex-find-crossref.
6491 (bibtex-find-crossref): Alias for bibtex-search-crossref.
6492 (bibtex-clean-entry): atomic-change-group removed.
6493 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
6494 to locate buffer location where error occurred.
6495 Make error messages more specific.
6496 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6497
6498 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6499
6500 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6501 top level.
6502
6503 * simple.el (transient-mark-mode): Add an :init-value.
6504
6505 * startup.el (command-line): Use custom-reevaluate-setting for
6506 transient-mark-mode.
6507
6508 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
6509
6510 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6511
6512 2008-02-16 Juri Linkov <juri@jurta.org>
6513
6514 * startup.el (after-init-time): New variable.
6515 (command-line): Set `after-init-time' to the current time.
6516
6517 * time.el (emacs-init-time): New function.
6518
6519 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * files.el (locate-dominating-file): Remove initial loop because it's
6522 not careful enough. Detect the uid-change all within the main loop.
6523
6524 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
6525
6526 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6527
6528 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6529
6530 * vc.el (vc-annotate): Add new argument.
6531 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6532
6533 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6534 Move make-variable-buffer-local code after the corresponding defvar.
6535 (hs-minor-mode-map): Define and initialize in one step.
6536 (hs-minor-mode): Change from defun to define-minor-mode.
6537
6538 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
6539
6540 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6541 (gdb-ready): Move declaration...
6542
6543 * progmodes/gdb-ui.el (gdb-ready): ...to here.
6544 (gdb-early-user-input): New variable.
6545 (gdb): Reset gdb-flush-pending-output to nil and set
6546 comint-input-sender here (before gdb-prompt), instead of...
6547 (gdb-init-1): ...here.
6548 (gdb-send): If Emacs is not ready, defer user input to...
6549 (gdb-prompt): ...here.
6550
6551 2008-02-16 Glenn Morris <rgm@gnu.org>
6552
6553 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6554
6555 * startup.el (emacs-startup-time): Rename to `before-init-time'.
6556 (before-init-time): New name for `emacs-startup-time'.
6557 (command-line): Use before-init-time rather than emacs-startup-time.
6558 * time.el (emacs-uptime): Use before-init-time rather than
6559 emacs-startup-time.
6560
6561 * composite.el (composition-function-table): Doc fix.
6562
6563 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6564 in favor of `%z' specifier.
6565 (emacs-uptime): Move to time.el.
6566 * time.el (emacs-uptime): Move here from time-date.el. Add optional
6567 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
6568 argument of format-seconds.
6569
6570 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6571
6572 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6573
6574 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
6575
6576 * ielm.el (ielm-is-whitespace): Remove.
6577 (ielm-is-whitespace-or-comment): New function.
6578 (ielm-eval-input): Use it.
6579
6580 2008-02-15 Jason Rumney <jasonr@gnu.org>
6581
6582 * term/mac-win.el: Fix coding tag.
6583
6584 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6585
6586 * vc-hooks.el (vc-menu-map):
6587 * bindings.el (mode-line-mode-menu): Add tooltips.
6588
6589 * bindings.el (help-echo): Add more tooltips. Use a less
6590 telegraphic style for existing tooltips.
6591
6592 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6595 from the auto-generated one.
6596
6597 2008-02-14 Glenn Morris <rgm@gnu.org>
6598
6599 * mail/rmail-spam-filter.el (rmail-spam-filter):
6600 Let-bind message-spam-status.
6601
6602 * mail/smtpmail.el (password-cache-add): Declare as function.
6603
6604 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
6605
6606 * mail/smtpmail.el: Use password-cache.
6607
6608 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
6609
6610 * uniquify.el (uniquify-buffer-base-name): New function.
6611 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6612
6613 * desktop.el (uniquify-managed): Don't defvar.
6614 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6615 `uniquify-managed'. Return also the buffer's base name.
6616 (desktop-save): When saving the buffer info, filter out the base name,
6617 and save it as buffer name if the buffer is managed by uniquify.
6618 (uniquify-item-base): Don't declare; not called anymore.
6619
6620 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
6621
6622 * vc.el (vc-annotate-find-revision-at-line): New function.
6623 (vc-annotate-mode-map): Bind it.
6624 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
6625 some entries.
6626
6627 2008-02-14 Glenn Morris <rgm@gnu.org>
6628
6629 * calendar/time-date.el (format-seconds): New function.
6630 (emacs-uptime): Use format-seconds.
6631
6632 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6633 Remove `LC_ALL=C', since it's included in $(emacs) now.
6634
6635 2008-02-14 Zhang Wei <id.brep@gmail.com>
6636
6637 * textmodes/org-publish.el (org-publish-timestamp-filename):
6638 Replace colon characters in filename too.
6639
6640 2008-02-13 Bastien Guerry <bzg@altern.org>
6641
6642 * mail/rmail.el (rmail-header-name): New face.
6643 (rmail-font-lock-keywords): Use rmail-header-name.
6644
6645 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6646 against X-Spam-Status header field.
6647 (rmail-spam-filter): Also check X-Spam-Status header field.
6648
6649 2008-02-14 Mark A. Hershberger <mah@everybody.org>
6650
6651 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6652 Add support for .pm files and .php files.
6653 (flymake-err-line-patterns): Add pattern for PHP errors.
6654 (flymake-php-init): New function. PHP support for flymake.
6655
6656 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6657 Add regular expression for PHP errors.
6658
6659 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
6660
6661 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6662 This DTRT even on w32 machines.
6663 (ange-ftp-cf1): Quote FILENAME.
6664
6665 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6668 (smerge-auto-combine): New fun.
6669
6670 2008-02-12 Juri Linkov <juri@jurta.org>
6671
6672 * startup.el (fancy-startup-screen, normal-splash-screen):
6673 Set default-directory to command-line-default-directory.
6674
6675 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6676 after reading the desktop.
6677
6678 * progmodes/compile.el (compilation-auto-jump):
6679 Call compile-goto-error only when compilation-auto-jump-to-first-error
6680 is non-nil.
6681 (compilation-scroll-output): Replace :type 'boolean with a choice
6682 that has three options including a third option `first-error'.
6683 Doc fix.
6684 (compilation-start, compilation-forget-errors): Add an alternate
6685 condition comparing compilation-scroll-output with `first-error'
6686 in addition to compilation-auto-jump-to-first-error (to call
6687 compilation-auto-jump in the proper place).
6688
6689 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * international/mule.el (sgml-html-meta-auto-coding-function):
6692 Make sure the search limit is ahead.
6693
6694 * tar-mode.el: Fix broken indentation.
6695 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6696 Use with-current-buffer.
6697
6698 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6701 it is already automatically buffer-local.
6702
6703 2008-02-11 Drew Adams <drew.adams@oracle.com>
6704
6705 * help.el (describe-key): Join some split lines to facilitate filling.
6706 * help-fns.el (describe-function-1): Fill text of overlong lines.
6707
6708 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
6709
6710 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6711 Use unibyte-string instead of string-make-unibyte.
6712
6713 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6714
6715 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6718 works also for buffers w/o buffer-file-name. Update callers.
6719 (doc-view-clone-buffer-hook): New fun.
6720 (doc-view-mode): Use it for indirect clones. Mark the overlays with
6721 the `doc-view' property so they can be recognized.
6722
6723 * simple.el (clone-indirect-buffer-hook): New hook.
6724 (clone-indirect-buffer): Run it.
6725
6726 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6727
6728 * epa.el (epa-menu-mode): Merge into epa-mode.
6729 (epa-menu-items): Rename the label "EasyPG Assistant" to
6730 "Encryption/Decryption".
6731
6732 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6733 (epa-dired-mode-map): Rename from epa-dired-map.
6734 (epa-global-dired-mode): Rename the global minor mode.
6735
6736 2008-02-11 Drew Adams <drew.adams@oracle.com>
6737
6738 * isearch.el (isearch-fail): New face.
6739 (isearch-message): Highlight failure part of input.
6740
6741 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * ibuffer.el (ibuffer-header-line-format): New var.
6744 (ibuffer-mode): Set it instead of header-line-format.
6745 (ibuffer-update): Use it to set header-line-format.
6746
6747 * international/mule-cmds.el (ucs-insert): Inherit surrounding
6748 properties like self-insert-command.
6749
6750 2008-02-11 Drew Adams <drew.adams@oracle.com>
6751
6752 * progmodes/etags.el: Add many doc strings.
6753
6754 2008-02-11 Jason Rumney <jasonr@gnu.org>
6755
6756 * ldefs-boot.el: Regenerated.
6757
6758 2008-02-11 Glenn Morris <rgm@gnu.org>
6759
6760 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6761 Shorten some names.
6762
6763 * ffap.el (ffap-rfc-directories): Add :version.
6764
6765 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
6766
6767 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6768 files, and backup files of same.
6769
6770 2008-02-11 Kevin Ryde <user42@zip.com.au>
6771
6772 * ffap.el (ffap-rfc-directories): New variable.
6773 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6774
6775 * info.el (Info-next-reference, Info-prev-reference)
6776 (Info-try-follow-nearest-node): Move to and follow https:// links too.
6777
6778 * simple.el (completion-list-mode): Show full completion-list-mode-map
6779 in the docstring.
6780
6781 2008-02-11 Sam Steingold <sds@gnu.org>
6782
6783 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6784
6785 2008-02-11 Glenn Morris <rgm@gnu.org>
6786
6787 * startup.el (emacs-startup-time): New variable.
6788 (command-line): Set emacs-startup-time.
6789
6790 * calendar/time-date.el (emacs-uptime): New function.
6791
6792 2008-02-10 Bastien Guerry <bzg@altern.org>
6793
6794 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6795 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6796 it is nil.
6797
6798 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6799
6800 * epg-config.el: Expand the contents of epg-package-info.el.
6801 (epg-package-name): New constant.
6802 (epg-version-number): New constant.
6803 (epg-bug-report-address): New constant.
6804
6805 * epa-mail.el (epa-mail-mode): Add autoload cookie.
6806 (epa-global-mail-mode): New global minor mode.
6807
6808 * epa-file.el (epa-file-mode): New global minor mode.
6809
6810 * epa-dired.el (epa-dired-mode): New global minor mode.
6811
6812 * epa.el (epa-menu): New variable.
6813 (epa-menu-items): New variable.
6814 (epa-menu-mode): New global minor mode.
6815 (epa-global-minor-modes): New user option.
6816 (epa-mode): New global minor mode.
6817
6818 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
6819
6820 * net/dbus.el: Remove `no-byte-compile' cookie.
6821 (dbus-call-method, dbus-register-signal, dbus-debug)
6822 (dbus-registered-functions-table): Declare them with
6823 `declare-function' or `defvar', respectively.
6824 (top): Don't assert any longer. Require 'cl when compiling.
6825 Apply `ignore-errors' but `dbus-ignore-errors'.
6826
6827 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6828
6829 * diff-mode.el (diff-add-change-log-entries-other-window):
6830 Use add-change-log-entry.
6831
6832 2008-02-09 Jason Rumney <jasonr@gnu.org>
6833
6834 * button.el (button-map):
6835 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6836 * ldefs-boot.el: Regenerate.
6837
6838 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6839
6840 * epa.el (epa-faces, epa):
6841 * epa-file.el (epa-file):
6842 * epg-config.el (epg): Add :version.
6843
6844 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
6845
6846 * vc.el (vc-exec-after): Append CODE to previous fragments.
6847 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6848 take MESSAGES instead of VERBOSE; use it when non-nil.
6849 (vc-diff-internal): Compute messages once; use them;
6850 update call to vc-diff-finish.
6851
6852 2008-02-09 Michael Olson <mwolson@gnu.org>
6853
6854 * net/tramp.el (tramp-process-sentinel): Avoid error when process
6855 buffer has been killed, such as by
6856 `tramp-cleanup-all-connections'.
6857
6858 2008-02-09 Miles Bader <miles@gnu.org>
6859
6860 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6861
6862 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6865 splitter in context hunks.
6866
6867 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
6868
6869 * international/fontset.el (setup-default-fontset): Fix arabic otf
6870 font specification.
6871
6872 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6873
6874 * epa-dired.el:
6875 * epa-file.el:
6876 * epa-mail.el:
6877 * epa-setup.el:
6878 * epa.el:
6879 * epg-config.el:
6880 * epg-package-info.el:
6881 * epg.el: Initial check-in of EasyPG.
6882
6883 2008-02-08 Glenn Morris <rgm@gnu.org>
6884
6885 * woman.el (woman-locale): New defcustom.
6886 (woman-expand-locale, woman-manpath-add-locales): New functions.
6887 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
6888
6889 * international/mule-cmds.el (locale-translate): New function,
6890 with old code extracted from set-locale-environment.
6891 (set-locale-environment): Use locale-translate. Set woman-locale.
6892
6893 * cus-start.el (selection-coding-system): Remove, since it's now
6894 defined in select.el rather than in xselect.c.
6895 * select.el (selection-coding-system): Make it a defcustom, and
6896 add the properties from cus-start.el. Bump :version.
6897
6898 * custom.el (custom-theme-set-variables): Sort symbols that are
6899 dependencies before symbols that depend on them.
6900 (custom-enabled-themes): Set after custom-theme-directory.
6901
6902 * pcmpl-unix.el (top-level): Move provide statement to end.
6903 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6904 `*' from doc-string. Allow to be nil.
6905 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6906 Allow to be nil. Add :version.
6907 (pcmpl-ssh-hosts): Move definition before use. Handle lines
6908 without hostnames, and multiple hostnames per line.
6909
6910 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6911
6912 2008-02-08 Phil Hagelberg <phil@evri.com>
6913
6914 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6915 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6916
6917 2008-02-07 Timo Savola <timo.savola@iki.fi>
6918
6919 * startup.el (command-line-x-option-alist): Add --parent-id.
6920
6921 * term/x-win.el (x-handle-parent-id): New function.
6922
6923 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
6924
6925 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6926 "Font Menu".
6927
6928 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6929
6930 * net/dbus.el (dbus-interface-peer): New defconst.
6931 (dbus-ping): New defun.
6932
6933 2008-02-06 Sam Steingold <sds@gnu.org>
6934
6935 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6936
6937 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6940 Just return nil and let the C code provide a fallback.
6941
6942 2008-02-05 Glenn Morris <rgm@gnu.org>
6943
6944 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6945 tramp-flush-connection-property for removed 2nd argument.
6946
6947 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * diff-mode.el (diff-add-change-log-entries-other-window):
6950 Rename from diff-create-changelog. Change users.
6951 Minor change to hopefully work with plain diffs.
6952 (diff-mode-map): Add binding for it.
6953
6954 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6955
6956 * diff-mode.el: Add new TODO entry.
6957 (diff-create-changelog): New function.
6958 (diff-mode-menu): Bind it.
6959
6960 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6961
6962 * international/mule-diag.el (print-fontset-element): Handle the
6963 case of inhibiting the fallback fonts.
6964
6965 2008-02-04 Kim F. Storm <storm@cua.dk>
6966
6967 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6968 (ido-magic-delete-char): Use prefix arg.
6969
6970 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
6971
6972 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6973 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6974 of today, the most recent libpng is 1.2.24).
6975
6976 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
6977
6978 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6979
6980 * net/dbus.el (top): Check (featurep 'dbusbind).
6981
6982 * net/tramp.el (tramp-process-sentinel): New defun.
6983 (tramp-do-copy-or-rename-file-out-of-band)
6984 (tramp-maybe-open-connection): Use it as process sentinel.
6985 (tramp-handle-delete-directory): Don't use the "-f" option; it
6986 isn't portable.
6987 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6988 after the command.
6989 (tramp-handle-shell-command): Set `mode-line-process' in the
6990 asynchronous case.
6991
6992 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6993
6994 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6995 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6996 Use `tramp-process-sentinel' as process sentinel.
6997
6998 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
6999
7000 * whitespace.el (global-whitespace-mode): Revert last change.
7001 (whitespace-unload-function): Force `global-whitespace-mode'
7002 to deactivate local modes in a slightly less intrusive way.
7003
7004 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7005
7006 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
7007
7008 2008-02-02 Glenn Morris <rgm@gnu.org>
7009
7010 * international/latin1-disp.el (latin1-display):
7011 * progmodes/fortran.el (fortran-comment-indent-char):
7012 * progmodes/idlw-shell.el (top-level):
7013 * term/mac-win.el (mac-keyboard-translate-char):
7014 * whitespace.el (whitespace-char-valid-p):
7015 * wid-edit.el (widget-key-sequence-read-event):
7016 Use characterp rather than char-valid-p.
7017
7018 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
7019 to capitalized-find-word-boundary. Doc fix. Update callers.
7020 (capitalized-next-word-boundary-function-table): Rename to
7021 capitalized-find-word-boundary-function-table. Doc fix. Update users.
7022
7023 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
7024 string-to-int.
7025
7026 * ps-def.el (declare-function): Add compatibility definition.
7027 (ps-plot-with-face, ps-plot-string): Declare as functions.
7028 (ps-bold-faces, ps-italic-faces): Declare variables.
7029
7030 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
7031 (ps-mule-end-job): Declare as functions.
7032
7033 * wid-edit.el (widget-string-complete): Use assoc-string rather
7034 than assoc-ignore-case.
7035
7036 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * progmodes/etags.el (next-file): Improve revert message.
7039
7040 2008-02-01 Andreas Schwab <schwab@suse.de>
7041
7042 * loadup.el: Load language/burmese instead of language/myanmar.
7043
7044 2008-02-01 Richard Stallman <rms@gnu.org>
7045
7046 * language/burmese.el: Rename from myanmar.el.
7047 ("Burmese"): Rename from "Myanmar".
7048
7049 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7050
7051 * international/fontset.el (script-representative-chars): Add cham
7052 and tai-viet.
7053 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
7054 Add fontconfig spec for cjk-misc. Explicitly specify font font
7055 for U+E000..U+F8FF.
7056
7057 * international/characters.el (script-list): Add cham.
7058
7059 * language/cham.el: New file.
7060
7061 2008-02-01 Mark A. Hershberger <mah@everybody.org>
7062
7063 * xml.el (xml-escape-string): Don't do any encoding changes on the
7064 string.
7065
7066 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7067
7068 * language/ind-util.el (in-is13194-post-read-conversion):
7069 Delete unnecessary call of indian-compose-region.
7070
7071 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7072
7073 * ps-print.el: Some face attributes (like :strike-through) were not
7074 being recognised. Reported by Leo <sdl.web@gmail.com>.
7075 (ps-print-version): New version 7.3.2.
7076 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
7077 ps-face-overline-p and ps-face-box-p functions.
7078
7079 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
7080 New functions.
7081
7082 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7083
7084 * international/fontset.el (font-encoding-alist): Add an entry for
7085 iso8859-16.
7086 (setup-default-fontset): Add iso8859-16 to latin.
7087
7088 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
7089 hexadigit string.
7090 (describe-char): Adjust for the above change.
7091
7092 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7093
7094 * international/fontset.el (font-encoding-alist): Don't set the
7095 repertory of GB18030 fonts.
7096
7097 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7098
7099 * language/indian.el: Set font-shape-text for all Indic characters
7100 in composition-function-table.
7101
7102 * language/khmer.el: New file.
7103
7104 * language/myanmar.el: New file.
7105
7106 * loadup.el: Load "language/khmer" and "language/myanmar".
7107
7108 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7109
7110 * international/fontset.el (setup-default-fontset): Fix lao OTF
7111 script name.
7112
7113 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7114
7115 * composite.el (terminal-composition-modification): Delete it.
7116
7117 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7118
7119 * international/fontset.el (x-complement-fontset-spec):
7120 Complement size too.
7121
7122 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7123
7124 * international/fontset.el (font-encoding-charset-alist):
7125 Initialize it.
7126 (otf-script-alist): Fix typo of canadian-aboriginal.
7127 (setup-default-fontset): Specify font-specs for many more scripts.
7128 (x-complement-fontset-spec): Change the first argument to a
7129 font-spec object.
7130 (create-fontset-from-fontset-spec): Adjust for the above change.
7131
7132 2008-02-01 Kenichi Handa <handa@m17n.org>
7133
7134 * language/devanagari.el: Register font-shape-text in
7135 composition-function-table.
7136
7137 * language/tibetan.el: Register font-shape-text in
7138 composition-function-table.
7139
7140 * language/thai-util.el (thai-composition-function): Fix arguments.
7141
7142 * language/tamil.el: Register font-shape-text in
7143 composition-function-table.
7144
7145 * language/malayalam.el: Register font-shape-text in
7146 composition-function-table.
7147
7148 * language/lao.el: Register font-shape-text in
7149 composition-function-table.
7150
7151 * language/kannada.el: Register font-shape-text in
7152 composition-function-table.
7153
7154 * language/european.el (diacritic-composition-function): Fix arguments.
7155
7156 * language/ethio-util.el (ethio-composition-function): Fix arguments.
7157
7158 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
7159
7160 * composite.el (composition-function-table): Fix docstring.
7161 (terminal-composition-function): Fix arguments.
7162 (auto-compose-current-font): Delete it.
7163 (auto-compose-chars): Adjust for the change of
7164 composition-function-table.
7165
7166 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7167
7168 * international/fontset.el (font-encoding-alist): Add the entry of
7169 "unicode-bmp".
7170
7171 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7172
7173 * composite.el (auto-compose-chars): Be sure to calculate
7174 composition at least at POS.
7175
7176 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7177
7178 * printing.el: Fix pr-interface-map initialization code.
7179 (pr-version): New version 6.9.3.
7180 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
7181 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
7182 (pr-f-read-string): Replace by pr-read-string.
7183 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
7184 New function name.
7185 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
7186
7187 2008-02-01 Kenichi Handa <handa@m17n.org>
7188
7189 * language/tv-util.el (tai-viet-re): Include '-'.
7190 (tai-viet-glyph-info): Handle '-'.
7191
7192 2008-02-01 Kenichi Handa <handa@m17n.org>
7193
7194 * descr-text.el (describe-char): Handle a composition of the new
7195 format. Show font name.
7196
7197 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7198
7199 * language/tibet-util.el (tibetan-composition-function): Use
7200 font-shape-text if auto-compose-current-font is non-nil.
7201
7202 * language/tibetan.el: Fix the range for recording
7203 tibetan-composition-function in composition-function-table.
7204
7205 * language/mlm-util.el (malayalam-composition-function): Use
7206 font-shape-text if auto-compose-current-font is non-nil.
7207
7208 * international/mule-conf.el: Flag many charsets as supplementary.
7209
7210 * international/mule.el (define-charset): Update the docstring for
7211 :supplementary-p.
7212
7213 * international/fontset.el (setup-default-fontset): Add OpenType
7214 fonts for malayalam and tibetan.
7215
7216 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7217
7218 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
7219
7220 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7221
7222 * international/fontset.el (otf-script-alist): Make all otf tags
7223 4-letters.
7224 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
7225
7226 * language/tml-util.el (tamil-composition-function): Use
7227 font-shape-text if auto-compose-current-font is non-nil.
7228
7229 * language/devan-util.el (devanagari-composition-function): Use
7230 font-shape-text if auto-compose-current-font is non-nil.
7231
7232 * composite.el (auto-compose-chars): Change argument font-object
7233 to window.
7234
7235 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7236
7237 * ps-print.el (ps-lpr-switches): Docstring fix.
7238 (ps-string-list): New function.
7239 (ps-do-despool): Code fix.
7240
7241 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7242
7243 * international/utf-7.el (utf-7-imap-post-read-conversion)
7244 (utf-7-imap-pre-write-conversion): New functions.
7245
7246 * international/mule-conf.el (utf-7-imap): New coding system.
7247
7248 2008-02-01 Kenichi Handa <handa@m17n.org>
7249
7250 * term/x-win.el (x-selection-value): If x-select-request-type is
7251 nil, try also STRING at last.
7252 (x-select-request-type): Doc fix for the change of x-selection-value.
7253
7254 * select.el (selection-coding-system, next-selection-coding-system):
7255 Move declarations from xselect.c.
7256 (x-get-selection): Decode by selection-coding-system if it is non-nil.
7257 If it is nil, decode by a proper coding system. Handle C_STRING.
7258 (ccl-check-utf-8, string-utf-8-p): Delete them.
7259 (xselect-convert-to-string): Fix determining data-type in the case
7260 that TEXT is requested. Don't use selection-coding-system if it's
7261 not proper for the data-type.
7262
7263 2008-02-01 Kenichi Handa <handa@m17n.org>
7264
7265 * term/x-win.el (x-selection-value): If x-select-request-type is
7266 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
7267
7268 2008-02-01 Jason Rumney <jasonr@gnu.org>
7269
7270 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
7271 to signify default fontset.
7272
7273 2008-02-01 Kenichi Handa <handa@m17n.org>
7274
7275 * international/mule-cmds.el (describe-language-environment):
7276 Check if the specified input method exists or not.
7277
7278 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7279
7280 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7281 (ps-face-background-name): Remove this function. It's already defined
7282 in ps-def.el file.
7283
7284 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7285
7286 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7287 Epoch emacsen.
7288
7289 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7290
7291 * ps-print.el: Now detect if text foreground and background colors are
7292 equals and replace the foreground color by another color, so the text
7293 becomes visible. Doc fix.
7294 (ps-print-version): New version 7.3.
7295 (ps-default-fg, ps-default-bg): Docstring fix.
7296 (ps-fg-list, ps-fg-validate-p): New options.
7297 (ps-foreground-list): New variable.
7298 (ps-generate-header-line): Replace fboundp by functionp.
7299 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7300
7301 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7302
7303 * printing.el: Pacify byte compiler, that is, no compiler warnings.
7304 Move (again) some variable definitions before use, define some
7305 function aliases, no code change.
7306 (pr-version): New version 6.9.2.
7307 (pr-path-style, pr-auto-region, pr-menu-char-height)
7308 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7309 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7310 via (defvar VAR).
7311 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7312 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7313 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7314 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7315 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7316 (pr-menu-print-item, pr-ps-printer-menu-modified)
7317 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7318 (pr-even-or-odd-alist): Move variable definitions.
7319
7320 2008-02-01 Kenichi Handa <handa@m17n.org>
7321
7322 * language/chinese.el (cp936): Delete duplicated alias.
7323
7324 * international/mule-diag.el (list-block-of-chars): Don't insert
7325 non-Unicode characters.
7326
7327 2008-02-01 Jason Rumney <jasonr@gnu.org>
7328
7329 * loadup.el [windows-nt]: Don't load code-pages and ccl.
7330 * term/w32-win.el: Don't require code-pages.
7331
7332 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 Fix up multi-tty merge.
7335
7336 * version.el (emacs-version): Bump to 23.0.60.
7337
7338 * term/x-win.el (x-initialize-window-system): Don't try to create
7339 a fontset from a font-specification anymore. This was removed on the
7340 unicode branch and mistakenly re-added by the multi-tty merge.
7341
7342 * term/w32-win.el: Remove duplicate code that's now in
7343 w32-initialize-window-system.
7344 (w32-initialize-window-system): Don't try to create a fontset from
7345 a font-specification anymore. This was removed on the unicode branch
7346 and mistakenly re-added by the multi-tty merge.
7347
7348 * term/mac-win.el: Remove duplicate top-level code.
7349
7350 * language/ethio-util.el:
7351 * international/characters.el: Use utf-8 rather than utf-8-emacs
7352 since it works as well and has the advantage of working with
7353 non-unicode versions of Emacs.
7354
7355 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7356 multi-tty code, which includes the previous local change.
7357
7358 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7359
7360 * ps-print.el (ps-print-version): New version 7.2.5.
7361 (ps-background, ps-begin-file, ps-build-reference-face-lists):
7362 Use `mapc' rather than `mapcar'.
7363
7364 2008-02-01 Kenichi Handa <handa@m17n.org>
7365
7366 * skeleton.el (skeleton-internal-1): Use integerp and stringp
7367 instead of char-or-string-p to catch -1.
7368
7369 2008-02-01 Kenichi Handa <handa@m17n.org>
7370
7371 * international/mule-cmds.el (inactivate-input-method):
7372 Set input-method-function to nil before calling
7373 inactivate-current-input-method-function.
7374
7375 2008-02-01 Kenichi Handa <handa@m17n.org>
7376
7377 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7378 height that doesn't exceed the requested height by rounding off.
7379
7380 2008-02-01 Andreas Schwab <schwab@suse.de>
7381
7382 * international/mule-diag.el (print-fontset-element):
7383 Use fontp only if defined.
7384
7385 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7386
7387 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7388 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7389 (ps-mule-prologue-generated): Code fix.
7390
7391 2008-02-01 Kenichi Handa <handa@m17n.org>
7392
7393 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7394 with FIXEDCASE t.
7395
7396 2008-02-01 Kenichi Handa <handa@m17n.org>
7397
7398 * international/mule-diag.el (print-fontset-element): Fix for the
7399 format change of a fontset element for font-backend feature.
7400
7401 2008-02-01 Kenichi Handa <handa@m17n.org>
7402
7403 * descr-text.el (describe-char): Fix for the case that a component
7404 character is TAB.
7405
7406 2008-02-01 Kenichi Handa <handa@m17n.org>
7407
7408 * international/mule-cmds.el (select-safe-coding-system-interactively):
7409 Fix printing of rejected and unsafe coding-systems.
7410
7411 * international/fontset.el (setup-default-fontset): Add tai-viet.
7412
7413 * international/characters.el: Setup syntax/category table for Tai Viet.
7414 (script-list): Add tai-viet.
7415
7416 * loadup.el: Load "language/tai-viet".
7417
7418 * language/tai-viet.el: New file.
7419
7420 * language/tv-util.el: New file.
7421
7422 2008-02-01 Jason Rumney <jasonr@gnu.org>
7423
7424 * faces.el (font-weight-table): Use defaults on w32 that match
7425 LOGFONT.lfWeight.
7426
7427 * term/w32-win.el: Don't create fontset from command-line font.
7428
7429 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7430
7431 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7432 (sort-coding-systems, search-unencodable-char): Doc fixes.
7433 (default-input-method, input-method-verbose-flag)
7434 (input-method-highlight-flag): Remove * in defcustom's docstrings.
7435 (exit-language-environment-hook, set-default-coding-systems)
7436 (coding-system-change-eol-conversion, prefer-coding-system)
7437 (find-multibyte-characters, leim-list-entry-regexp)
7438 (set-input-method, input-method-exit-on-first-char, princ-list)
7439 (locale-language-names, locale-charset-language-names)
7440 (define-char-code-property): Fix typos in docstrings.
7441
7442 2008-02-01 Kenichi Handa <handa@m17n.org>
7443
7444 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7445 Fix for a new character code space (22-bit).
7446
7447 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7450
7451 2008-02-01 Kenichi Handa <handa@m17n.org>
7452
7453 * international/characters.el: Add more cases/syntaxes from Latin
7454 characters.
7455
7456 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7457
7458 * ps-def.el (installation-directory): Must be initialized when defining
7459 it in XEmacs.
7460 (coding-system-for-read): Eliminate duplicated definition.
7461
7462 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7463
7464 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7465
7466 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7467
7468 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7469 (ps-print-emacs-type): Eliminate variable.
7470 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
7471 running ps-print package.
7472
7473 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7474 (ps-frame-parameter): Replace defun by defalias.
7475 (mark-active): Eliminate defvar.
7476
7477 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7478 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7479 (ps-jts-ps-setup): Replace macros by vector key definition.
7480
7481 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7482
7483 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7484 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7485 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7486 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7487 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7488 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7489 New command actions for EPS header and EPS footer.
7490
7491 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7492 footer. Fix some problems with one-or-more, zero-or-more and
7493 alternative constructions generation. Some implementation of log
7494 messages. Doc fix.
7495 (ebnf-version): New version 4.4.
7496 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7497 (ebnf-eps-footer, ebnf-log): New options.
7498 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7499 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7500 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7501 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7502 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7503 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7504 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7505 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7506 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7507 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7508 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7509 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7510 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7511 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7512 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7513 (ebnf-except-dimension, ebnf-alternative-dimension)
7514 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7515 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7516 Insert log message function.
7517 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7518 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7519 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7520 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7521 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7522 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7523 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7524 compatibility with Emacs 20 & 21.
7525 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7526 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7527 (ebnf-basic-empty-height): New variables.
7528 (ebnf-prologue): Fix PostScript code.
7529 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7530 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7531 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7532 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7533
7534 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7535
7536 * printing.el: Group together all XEmacs/Emacs definitions.
7537 (pr-version): New version 6.9.
7538 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7539 New functions.
7540 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7541 (pr-menu-bind): Fix code.
7542 (pr-e-frame-char-height, pr-e-frame-char-width)
7543 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7544 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7545 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7546 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7547 (pr-x-event-y-pixel): Eliminate aliases.
7548 (pr-xemacs-global-menubar): Move macro.
7549 (current-menubar, current-mouse-event, zmacs-region-stays)
7550 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7551 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7552 Move variables.
7553 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7554 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7555 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7556 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7557 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7558 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7559 Move functions.
7560
7561 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7562
7563 * ps-print.el: The ps-print commands without face printing should not
7564 print background color. Reported by Leo <sdl.web@gmail.com>.
7565 (ps-print-version): New version 7.2.2.
7566 (ps-begin-job): New arg. Fix ps-default-background and
7567 ps-default-foreground initialization.
7568 (ps-face-attributes): Fix doc string.
7569 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7570
7571 * printing.el: Fix ps-print link.
7572
7573 2008-02-01 Kenichi Handa <handa@m17n.org>
7574
7575 * international/mule-diag.el (list-character-sets-2): Don't print width.
7576
7577 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7578
7579 * ps-print.ps: Fix background height.
7580 (ps-print-version): New version 7.2.1.
7581
7582 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7583
7584 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7585 into separate files.
7586 (ps-print-version): New version 7.2.
7587 (ps-postscript-code-directory): Fix XEmacs initialization.
7588 (ps-generate-postscript-with-faces):
7589 Call ps-generate-postscript-with-faces1 (new function).
7590 (ps-color-format, ps-float-format): Move variables to ps-def.el.
7591 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7592 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7593 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7594 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7595 Move functions to ps-def.el.
7596 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7597 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7598 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7599 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7600 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7601 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7602 Move functions to ps-samp.el.
7603
7604 * ps-bdf.el (installation-directory, coding-system-for-read):
7605 Move variables to ps-def.el.
7606
7607 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7608 (charset-bytes, charset-dimension, charset-id, charset-width)
7609 (find-charset-region, char-width, chars-in-region, forward-point)
7610 (decompose-composite-char, encode-coding-string, coding-system-p)
7611 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7612 (string-make-multibyte, encode-char): Move functions to ps-def.el.
7613
7614 * ps-def.el: New file. XEmacs/Emacs definitions.
7615 (ps-generate-postscript-with-faces1): New function.
7616 (ps-color-format, ps-float-format): Move variables from ps-print.el.
7617 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7618 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7619 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7620 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7621 Move functions from ps-print.el.
7622 (installation-directory, coding-system-for-read):
7623 Move variables from ps-bdf.el.
7624 (leading-code-private-22): Move variable from ps-mule.el.
7625 (charset-bytes, charset-dimension, charset-id, charset-width)
7626 (find-charset-region, char-width, chars-in-region, forward-point)
7627 (decompose-composite-char, encode-coding-string, coding-system-p)
7628 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7629 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7630
7631 * ps-samp.el: New file. Sample setup code.
7632 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7633 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7634 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7635 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7636 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7637 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7638 Move functions from ps-print.el.
7639
7640 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7641
7642 * ps-print.el: Handle frame parameters (background and/or foreground
7643 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7644 (ps-print-version): New version 7.1.
7645 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7646 (ps-frame-parameter): New function.
7647 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7648 Fix doc and customization.
7649 (ps-begin-job): Get frame parameters (background and/or foreground
7650 colors).
7651 (ps-do-despool): Ensure ps-printer-name has a valid value.
7652
7653 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7654
7655 * progmodes/ebnf-abn.el:
7656 * progmodes/ebnf-bnf.el:
7657 * progmodes/ebnf-dtd.el:
7658 * progmodes/ebnf-ebx.el:
7659 * progmodes/ebnf-iso.el:
7660 * progmodes/ebnf-otz.el:
7661 * progmodes/ebnf-yac.el:
7662 * progmodes/ebnf2ps.el:
7663 * delim-col.el:
7664 * printing.el:
7665 * ps-bdf.el:
7666 * ps-mule.el:
7667 * ps-print.el: Remove 'Time-stamp' comment mark.
7668
7669 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7670 'easy-menu-add-item' when called in Emacs 21 or higher.
7671
7672 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7673
7674 * ps-print.el : Fix doc.
7675 (ps-print-version): New version 7.0.
7676
7677 2008-02-01 Kenichi Handa <handa@m17n.org>
7678
7679 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7680 XMODIFIERS.
7681
7682 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7683
7684 * ps-print.el: Fix maintainer email. Eliminate function declaration
7685 that kept compatibility with older Emacs version.
7686 (ps-print-version): New version 6.7.
7687
7688 2008-02-01 Kenichi Handa <handa@m17n.org>
7689
7690 * international/quail.el (quail-get-translations):
7691 Make quail-current-key multibyte if not yet done.
7692
7693 2008-02-01 Zhang Wei <id.brep@gmail.com>
7694
7695 * language/chinese.el ("Chinese-GBK"): Add tutorial.
7696 ("Chinese-GB18030"): Add sample-text and tutorial.
7697
7698 * international/fontset.el (font-encoding-alist)
7699 (setup-default-fontset): Add gb18030.
7700 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7701 (charset-script-alist): Add gbk and gb18030.
7702
7703 * international/characters.el: Put property
7704 preferred-coding-system on gbk and gb18030.
7705
7706 * international/mule-cmds.el (locale-language-names): Add an entry
7707 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7708
7709 * faces.el (face-font-registry-alternatives): Add gb18030.
7710
7711 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7712
7713 * ps-mule.el: Fix maintainer email.
7714
7715 2008-02-01 Kenichi Handa <handa@m17n.org>
7716
7717 * international/quail.el (quail-insert-kbd-layout): Check the
7718 length of (cdr translation).
7719 (quail-get-current-str): Check the length of (cdr def).
7720
7721 2008-02-01 Kenichi Handa <handa@m17n.org>
7722
7723 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7724
7725 2008-02-01 Kenichi Handa <handa@m17n.org>
7726
7727 * international/mule-cmds.el (ucs-insert): Re-implement.
7728
7729 2008-02-01 Kenichi Handa <handa@m17n.org>
7730
7731 * composite.el (terminal-composition-modification): New function.
7732 (terminal-composition-function): Create composition with the above
7733 modification function.
7734
7735 2008-02-01 Zhang Wei <id.brep@gmail.com>
7736
7737 * international/characters.el: Add more full-width characters in
7738 char-width-table.
7739
7740 2008-02-01 Kenichi Handa <handa@m17n.org>
7741
7742 * international/fontset.el (create-fontset-from-fontset-spec):
7743 Fix script name handling.
7744
7745 2008-02-01 Kenichi Handa <handa@m17n.org>
7746
7747 * composite.el (terminal-composition-function): New function.
7748 (terminal-composition-function-table): New variable.
7749 (auto-compose-chars): If running on a terminal, use
7750 terminal-composition-function-table.
7751
7752 * loadup.el: Load "composite" after "international/characters".
7753
7754 * international/characters.el: Delete codes for setting up charset
7755 property nospace-between-words. Fix setting up of
7756 char-width-table. Don't make ethiopic and tibetan double column.
7757
7758 * textmodes/fill.el (fill-find-break-point-function-table):
7759 Don't set it up in defvar.
7760 (fill-nospace-between-words-table): New variable.
7761 (fill-delete-newlines): Check fill-nospace-between-words-table
7762 instead of charset property nospcae-between-words.
7763
7764 2008-02-01 Kenichi Handa <handa@m17n.org>
7765
7766 * composite.el (global-auto-composition-mode): Make the initial
7767 value not depend on emacs-basic-display.
7768
7769 * textmodes/fill.el: Don't use charset property
7770 `fill-find-break-point-function'.
7771 (fill-find-break-point-function-table): New variable.
7772 (fill-find-break-point): Lookup fill-find-break-point-function-table.
7773
7774 2008-02-01 Kenichi Handa <handa@m17n.org>
7775
7776 * international/mule.el (coding-system-list): Be sure to exclude
7777 subsidiary coding systems.
7778
7779 2008-02-01 Kenichi Handa <handa@m17n.org>
7780
7781 * composite.el (auto-composition-after-change)
7782 (toggle-auto-composition): Remove `auto-composed' property instead
7783 of setting it to nil.
7784
7785 2008-02-01 Kenichi Handa <handa@m17n.org>
7786
7787 * language/misc-lang.el (iso-8859-6): New coding system.
7788
7789 2008-02-01 Kenichi Handa <handa@m17n.org>
7790
7791 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7792 replace-regexp-in-string as replacement.
7793
7794 2008-02-01 Kenichi Handa <handa@m17n.org>
7795
7796 * international/fontset.el (otf-script-alist): Add byzm, math,
7797 musc, and nko.
7798
7799 * international/characters.el (script-list): Add nko,
7800 byzantine-musical-symbol, musical-symbol, and mathematical.
7801
7802 2008-02-01 Kenichi Handa <handa@m17n.org>
7803
7804 * composite.el (auto-compose-current-font): New variable.
7805 (auto-compose-chars): New arg FONT-OBJECT.
7806
7807 2008-02-01 Kenichi Handa <handa@m17n.org>
7808
7809 * international/characters.el: Modify category-table and
7810 script-table for new Ethiopic character range.
7811
7812 2008-02-01 Kenichi Handa <handa@m17n.org>
7813
7814 * international/mule-cmds.el (set-language-environment-fontset):
7815 Delete it.
7816
7817 2008-02-01 Kenichi Handa <handa@m17n.org>
7818
7819 * international/fontset.el (otf-script-alist): Set it.
7820
7821 2008-02-01 Kenichi Handa <handa@m17n.org>
7822
7823 * international/fontset.el (font-encoding-alist):
7824 Fix for "ethiopic-unicode".
7825
7826 2008-02-01 Kenichi Handa <handa@m17n.org>
7827
7828 * international/fontset.el (script-representative-chars):
7829 Add an entry for latin script.
7830
7831 2008-02-01 Kenichi Handa <handa@m17n.org>
7832
7833 * faces.el (font-weight-table): Treat regular and normal as the
7834 same as medium.
7835 (font-slant-table): Add (roman . 100).
7836
7837 2008-02-01 Kenichi Handa <handa@m17n.org>
7838
7839 These changes are for the new font handling codes.
7840
7841 * faces.el (font-weight-table, font-slant-table)
7842 (font-swidth-table): New customizable variables.
7843
7844 * international/fontset.el (font-encoding-alist): Add koi8-4.
7845 (script-representative-chars): Set the default value.
7846 (create-fontset-from-x-resource): Delete `message'.
7847
7848 2008-02-01 Kenichi Handa <handa@m17n.org>
7849
7850 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7851 Call set-buffer-multibyte with arg `to'.
7852
7853 2008-02-01 Kenichi Handa <handa@m17n.org>
7854
7855 * info.el (Info-fontify-node): Check if already fontified or not
7856 by next-single-property-change.
7857
7858 2008-02-01 Kenichi Handa <handa@m17n.org>
7859
7860 * international/mule.el (ctext-pre-write-conversion): Produce
7861 extra designation sequence for ASCII at the end off extended segment.
7862
7863 2008-02-01 Kenichi Handa <handa@m17n.org>
7864
7865 * international/mule.el (ctext-non-standard-encodings-table):
7866 Reverse the returning list.
7867 (ctext-pre-write-conversion): Fix encoding with extended segments.
7868
7869 * international/mule-conf.el (compound-text)
7870 (compound-text-with-extensions): Add long-form in :flags.
7871
7872 2008-02-01 Kenichi Handa <handa@m17n.org>
7873
7874 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7875 regexp for paring FONTSET-SPEC (allow spaces after `:').
7876
7877 2008-02-01 Kenichi Handa <handa@m17n.org>
7878
7879 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7880 for the case that a charset is specified as target.
7881
7882 2008-02-01 Kenichi Handa <handa@m17n.org>
7883
7884 * international/ccl.el (ccl-embed-string): Check string length.
7885 Set special flag for multibyte character sequence.
7886 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7887 str unibyte.
7888 (ccl-compile-write): If the character code doesn't fit in 22-bit
7889 (ccl-dump-write-const-string): Check special flag for multibyte
7890 character sequence.
7891
7892 2008-02-01 Kenichi Handa <handa@m17n.org>
7893
7894 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7895 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7896 ps-mule-eight-bit-char.
7897
7898 2008-02-01 Kenichi Handa <handa@m17n.org>
7899
7900 * language/chinese.el ("Chinese-BIG5"):
7901 Set ctext-non-standard-encodings property to "big5-0".
7902
7903 * international/mule.el (ctext-non-standard-encodings):
7904 Initialize to nil.
7905 (ctext-non-standard-encodings-alist): Set charset `big5' in the
7906 entry for "big5-0".
7907 (ctext-non-standard-encodings-table): Return a list instead of
7908 char-table.
7909 (ctext-pre-write-conversion): Adjust for the above change.
7910
7911 2008-02-01 Zhang Wei <id.brep@gmail.com>
7912
7913 * international/mule.el (ctext-non-standard-encodings-alist):
7914 Add an entry for gbk-0.
7915 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7916 a row 8-bit.
7917
7918 * language/chinese.el ("Chinese-GBK"):
7919 Set ctext-non-standard-encodings property to "gbk-0".
7920 Add sample-text property.
7921
7922 2008-02-01 Kenichi Handa <handa@m17n.org>
7923
7924 * international/kkc.el (kkc-region): Use
7925 this-single-command-raw-keys on pushing back an unhandled key sequence.
7926
7927 2008-02-01 Kenichi Handa <handa@m17n.org>
7928
7929 * international/encoded-kb.el (encoded-kbd-mode):
7930 Check saved-input-mode on turning off Encoded Kbd mode.
7931
7932 * composite.el (auto-composition-after-change): Use save-buffer-state.
7933 (turn-on-auto-composition-if-enabled): Don't turn on
7934 auto-composition-mode in a unibyte buffer.
7935
7936 2008-02-01 Kenichi Handa <handa@m17n.org>
7937
7938 * startup.el (command-line): Use custom-reevaluate-setting for
7939 global-auto-composition-mode.
7940
7941 * composite.el (auto-composition-function): Make it buffer local.
7942 (auto-composition-mode): New minor mode.
7943 (turn-on-auto-composition-if-enabled): New function.
7944 (global-auto-composition-mode): New global minor mode.
7945
7946 2008-02-01 Kenichi Handa <handa@m17n.org>
7947
7948 * descr-text.el (describe-char): Use insert-text-button instead of
7949 widget-create for "customize what to show" button.
7950
7951 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7952
7953 * language/ethiopic.el: Fix copyright.
7954 (composition-function-table): Support a new character in Unicode 4.1.
7955
7956 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7957 (ethio-tex-to-fidel-buffer, ethio-composition-function)
7958 ("ethiopic-tex"): Support new characters in Unicode 4.1.
7959
7960 2008-02-01 Kenichi Handa <handa@m17n.org>
7961
7962 * international/characters.el: Register characters in
7963 auto-fill-chars. Put nospace-between-words to more charsets.
7964
7965 2008-02-01 Zhang Wei <id.brep@gmail.com>
7966
7967 * international/mule-cmds.el (locale-language-names): Add entries
7968 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7969 (locale-preferred-coding-systems): Fix entries for Chinese locales.
7970
7971 2008-02-01 Kenichi Handa <handa@etlken>
7972
7973 * international/utf-7.el: Delete the definition of utf-7.
7974 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7975 Add autoload cookies.
7976
7977 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7978
7979 * term/mac-win.el: Delete the code to create a fontset from the X
7980 resource "Font".
7981
7982 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7983
7984 * international/robin.el (robin-define-package): Be sure to call
7985 put-char-code-property.
7986
7987 2008-02-01 Kenichi Handa <handa@m17n.org>
7988
7989 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7990 property to 1.
7991
7992 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7993 property to t.
7994
7995 * international/mule.el (coding-system-get):
7996 Check `ascii-incompatible' for backward compatiblity.
7997 (set-file-name-coding-system): Signal an error for a coding system
7998 not suitable for file name.
7999 (set-keyboard-coding-system): Signal an error for a coding system
8000 not suitable for keyboard.
8001
8002 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
8003 Set :suitable-for-keyboard property to 1.
8004
8005 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8006 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
8007
8008 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
8009 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
8010
8011 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8012
8013 * international/robin.el (robin-define-package): Delete redundant code.
8014 (robin-add-rule): Allow N-1 reverse conversion.
8015
8016 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8017
8018 * international/robin.el (robin-define-package): Make the
8019 expanded form shorter.
8020
8021 2008-02-01 Zhang Wei <id.brep@gmail.com>
8022
8023 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
8024 chiense-iso-8bit.
8025
8026 2008-02-01 Kenichi Handa <handa@m17n.org>
8027
8028 * loadup.el: If we are byte-compiling unidata-gen.el or running
8029 unidata-ge-files, set purify-flag to nil.
8030
8031 2008-02-01 Kenichi Handa <handa@m17n.org>
8032
8033 * loadup.el: Load international/charprop.el with NOERROR t.
8034
8035 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
8036
8037 2008-02-01 Kenichi Handa <handa@m17n.org>
8038
8039 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
8040 New charsets and coding systems.
8041 (mac-symbol, mac-dingbats): New charsets.
8042
8043 2008-02-01 Kenichi Handa <handa@m17n.org>
8044
8045 * international/characters.el: Set syntax of NBSP to punctuation.
8046
8047 2008-02-01 Kenichi Handa <handa@m17n.org>
8048
8049 * international/mule-cmds.el: Don't require wid-edit.
8050
8051 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
8052
8053 * international/robin.el: New file.
8054
8055 * language/ethiopic.el: Change encoding to utf-8-emacs.
8056 Register ethio-composition-function in composition-function-table.
8057 ("Ethiopic"): Change coding-systems to utf-8-emacs.
8058
8059 * language/ethio-util.el: Change encoding to utf-8-emacs.
8060 Rewrite all transliteration functions to use robin.el.
8061 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
8062 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
8063 (ethio-prefer-ascii-punctuation): Delete variables.
8064 (ethio-char-to-ethiocode, ethio-convert-digit)
8065 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
8066 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
8067 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
8068 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
8069 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
8070 (ethio-adjust-robin, ethio-composition-function)
8071 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
8072 (ethio-sera-to-fidel-region-ethio)
8073 (ethio-sera-to-fidel-region-noethio)
8074 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
8075 New functions.
8076
8077 2008-02-01 Miles Bader <miles@gnu.org>
8078
8079 * international/mule.el (auto-coding-regexp-alist)
8080 (ctext-pre-write-conversion): Replace embedded control characters
8081 with octal escapes; this prevents diff from thinking the file is binary.
8082
8083 2008-02-01 Miles Bader <miles@gnu.org>
8084
8085 * descr-text.el (describe-char-unidata-list):
8086 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
8087 (byte-compile-insert-header):
8088 * international/mule.el (charset-list, set-coding-priority)
8089 (ignore-relative-composition):
8090 * international/mule-util.el (detect-coding-with-priority):
8091 * international/mule-diag.el:
8092 * international/mule-cmds.el (language-info-custom-alist):
8093 * international/codepage.el (codepage-setup):
8094 Replace references to Emacs version "22" with "23".
8095
8096 2008-02-01 Kenichi Handa <handa@m17n.org>
8097
8098 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
8099
8100 * international/fontset.el (font-encoding-alist): Add an entry for
8101 microsoft-cp1251.
8102 (setup-default-fontset): Add entries for microsoft-cp1251 and
8103 koi8-r for cyrillic.
8104
8105 * international/mule-cmds.el (char-code-property-alist): New variable.
8106 (define-char-code-property): New function.
8107 (get-char-code-property, put-char-code-property): Handle a
8108 char-table registerd in char-code-property-alist.
8109 (set-language-environment): Check :ascii-compatible-p property of
8110 nonascii charset instead of its dimension.
8111
8112 * international/uni-bidi.el, international/uni-category.el:
8113 * international/uni-combining.el, international/uni-comment.el:
8114 * international/uni-decimal.el, international/uni-decomposition.el:
8115 * international/uni-digit.el, international/uni-lowercase.el:
8116 * international/uni-mirrored.el, international/uni-name.el:
8117 * international/uni-numeric.el, international/uni-old-name.el:
8118 * international/uni-titlecase.el, international/uni-uppercase.el:
8119 * international/charprop.el: New files automatically generated by
8120 admin/unidata/Makefile.
8121
8122 * loadup.el: Load internationnal/charprop.el.
8123
8124 * descr-text.el (describe-char-unidata-list): New variable.
8125 (describe-char-unicode-data): Use char-code-property-description.
8126 (describe-char): Add lines for describing Unicode-based character
8127 properties.
8128
8129 2008-02-01 Kenichi Handa <handa@m17n.org>
8130
8131 * textmodes/ispell.el: These changes are to fix the code merged
8132 from trunk for the change on 2008-02-01.
8133 (ispell-unified-chars-table): Delete it.
8134 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
8135
8136 2008-02-01 Kenichi Handa <handa@m17n.org>
8137
8138 * international/mule-util.el (char-displayable-p): Check
8139 :charset-list property of CODING.
8140
8141 2008-02-01 Kenichi Handa <handa@m17n.org>
8142
8143 * international/mule-cmds.el (select-safe-coding-system-interactively):
8144 Change 'mime-charset to :mime-charset.
8145 (select-safe-coding-system): Use above.
8146 (set-language-environment): Delete unnecessary code for handling
8147 overriding-fontspec.
8148
8149 2008-02-01 Kenichi Handa <handa@m17n.org>
8150
8151 * international/mule-conf.el: New coding system aliases unix, dos,
8152 and mac.
8153
8154 2008-02-01 Kenichi Handa <handa@m17n.org>
8155
8156 * international/titdic-cnv.el (tit-process-header): Fix embedded
8157 coding tag.
8158 (titdic-convert): Bind coding-system-for-write to the coding
8159 system specfied in the map file. Remove `charset' property after
8160 decoding.
8161 (miscdic-convert): Bind coding-system-for-write to the coding
8162 system specfied for the map file. Fix LANGUAGE arg to
8163 quail-define-package.
8164 (batch-miscdic-convert): Check if a file is directory or not.
8165
8166 2008-02-01 Kenichi Handa <handa@m17n.org>
8167
8168 * international/mule.el (coding-system-equal): Move from mule-util.el.
8169
8170 * international/mule-util.el (coding-system-equal): Move to mule.el.
8171
8172 2008-02-01 Kenichi Handa <handa@m17n.org>
8173
8174 * international/encoded-kb.el (encoded-kbd-decode-code-list):
8175 New function.
8176 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
8177 Support multibyte charsets.
8178
8179 2008-02-01 Kenichi Handa <handa@m17n.org>
8180
8181 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
8182 to eight-bit chars.
8183
8184 * international/mule-conf.el: Don't define coding system
8185 `undecided' here.
8186
8187 2008-02-01 Kenichi Handa <handa@m17n.org>
8188
8189 * international/mule-cmds.el (locale-language-names): Fix for
8190 gb18030 and gdk.
8191
8192 2008-02-01 Kenichi Handa <handa@m17n.org>
8193
8194 * international/fontset.el (font-encoding-alist): Add gbk.
8195 (charset-script-alist): Add chinese-gbk.
8196
8197 2008-02-01 Kenichi Handa <handa@m17n.org>
8198
8199 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
8200
8201 2008-02-01 Kenichi Handa <handa@m17n.org>
8202
8203 * language/japanese.el ("Japanese"): Fix ordering of charsets.
8204
8205 2008-02-01 Kenichi Handa <handa@m17n.org>
8206
8207 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
8208 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
8209 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
8210
8211 2008-02-01 Kenichi Handa <handa@m17n.org>
8212
8213 * descr-text.el (describe-char): Fix for the case CODE is a cons
8214 of integers.
8215
8216 2008-02-01 Steven Tamm <steventamm@mac.com>
8217
8218 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
8219 (mac-standard-fontset-spec): Create.
8220
8221 2008-02-01 Kenichi Handa <handa@m17n.org>
8222
8223 * international/mule-diag.el (unicode-data):
8224 Call find-file-noselect with NOWARN t.
8225
8226 2008-02-01 Kenichi Handa <handa@m17n.org>
8227
8228 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
8229
8230 2008-02-01 Kenichi Handa <handa@m17n.org>
8231
8232 * international/characters.el: Give more CJK characters the
8233 category `|'.
8234
8235 * descr-text.el (describe-char): Make it work on *Help* buffer.
8236 Suppress auto-composition on a region describing about composition.
8237
8238 * language/european.el (diacritic-compose-region)
8239 (diacritic-compose-string, diacritic-composition-function):
8240 Compose diacritical marks only with a character whose syntax is
8241 word constituent.
8242 (diacritic-post-read-conversion): Delete it.
8243
8244 2008-02-01 Kenichi Handa <handa@m17n.org>
8245
8246 * composite.el (auto-compose-chars): Execute the main code in
8247 condition-case.
8248
8249 2008-02-01 Kenichi Handa <handa@m17n.org>
8250
8251 * international/fontset.el (x-complement-fontset-spec):
8252 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
8253
8254 2008-02-01 Kenichi Handa <handa@m17n.org>
8255
8256 * international/characters.el (next-word-boundary-kana):
8257 Handle half-width kana.
8258
8259 2008-02-01 Kenichi Handa <handa@m17n.org>
8260
8261 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
8262
8263 2008-02-01 Kenichi Handa <handa@m17n.org>
8264
8265 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
8266
8267 * mail/rmail.el (rmail-decode-babyl-format):
8268 Use with-coding-priority instead of detect-coding-with-priority.
8269
8270 2008-02-01 Kenichi Handa <handa@m17n.org>
8271
8272 * international/mule.el (make-translation-table)
8273 (make-translation-table-from-vector): Set the second extra slot of
8274 the char table to 1.
8275 (make-translation-table-from-alist): Fix handling of multiple entries.
8276
8277 2008-02-01 Kenichi Handa <handa@m17n.org>
8278
8279 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8280 New translation tables.
8281
8282 * international/mule.el (make-translation-table-from-alist):
8283 New function.
8284
8285 2008-02-01 Kenichi Handa <handa@m17n.org>
8286
8287 * international/mule.el (translate-region): Re-implement it here.
8288 Make it interactive.
8289
8290 2008-02-01 Kenichi Handa <handa@m17n.org>
8291
8292 * ps-mule.el (ps-mule-font-info-database): Doc fix.
8293
8294 2008-02-01 Kenichi Handa <handa@m17n.org>
8295
8296 * international/mule-conf.el (chinese-cns11643-15): New charset.
8297
8298 2008-02-01 Kenichi Handa <handa@m17n.org>
8299
8300 * international/fontset.el (font-encoding-alist): Add entries for
8301 variations of cns11643 fonts.
8302 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8303
8304 2008-02-01 Kenichi Handa <handa@m17n.org>
8305
8306 * international/mule-diag.el (list-charset-chars): Put charset
8307 text property.
8308
8309 * international/fontset.el (setup-default-fontset): Delete the
8310 entry for symbol script, add JISX0213 to kana script, specify
8311 fallback fonts.
8312
8313 2008-02-01 Kenichi Handa <handa@m17n.org>
8314
8315 * international/fontset.el (setup-default-fontset)
8316 (font-encoding-alist): Register "JISX0213.2004-1".
8317
8318 * international/mule-diag.el (list-character-sets): Fix the first
8319 line message.
8320 (sort-listed-character-sets): Adjust for the change of
8321 list-characters-sets-1.
8322 (list-character-sets-1): List supplementary character sets in a
8323 different section.
8324 (list-charset-chars): Validate charset at early stage.
8325
8326 * international/characters.el: Fix `han' script range.
8327
8328 * international/mule-conf.el (japanese-jisx0213.2004-1):
8329 Specify :code-space.
8330 (cp932-2-byte): Fix :code-space.
8331 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8332
8333 2008-02-01 Kenichi Handa <handa@m17n.org>
8334
8335 * international/mule-conf.el (japanese-jisx0213.2004-1):
8336 Specify :dimension 2.
8337
8338 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8339 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8340 New coding systems.
8341 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8342 aliases.
8343 ("Japanese"): Add new charsets and coding systems.
8344
8345 2008-02-01 Kenichi Handa <handa@m17n.org>
8346
8347 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8348 Rename from japanese-ucs-cp932-map.
8349 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8350 (japanese-ucs-glibc-map): Delete this translation table.
8351 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8352 New translation tables.
8353
8354 2008-02-01 Kenichi Handa <handa@m17n.org>
8355
8356 * cus-start.el: Handle charset-map-path, not charset-map-directory.
8357
8358 2008-02-01 Kenichi Handa <handa@m17n.org>
8359
8360 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8361
8362 2008-02-01 Kenichi Handa <handa@m17n.org>
8363
8364 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8365 tables japanese-ucs-*-map.
8366
8367 2008-02-01 Kenichi Handa <handa@m17n.org>
8368
8369 * international/eucjp-ms.el: New file (automatically generated by
8370 admin/charsets/Makefile).
8371
8372 * international/cp51932.el: New file (automatically generated by
8373 admin/charsets/Makefile).
8374
8375 * language/japanese.el: Load cp51932 and eucjp-ms.
8376 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8377 (japanese-ucs-glibc-map): New translation tables.
8378 (eucjp-ms): New coding system.
8379
8380 * international/mule.el (coding-system-put): Delete it.
8381 It's implemented in C now.
8382
8383 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8384 (japanese-jisx0213-a): New supplementary charset.
8385 (japanese-jisx0213.2004-1): New charset.
8386
8387 2008-02-01 Kenichi Handa <handa@m17n.org>
8388
8389 * language/japanese.el (japanese-cp932): New coding system.
8390 (cp932): New alias of it.
8391
8392 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8393 (cp932): New charsets.
8394
8395 * international/mule.el (define-charset): If :code-space is not
8396 given, generate it from :dimension.
8397
8398 2008-02-01 Kenichi Handa <handa@m17n.org>
8399
8400 * composite.el (reference-point-alist): Doc fix.
8401 (encode-composition-rule, decode-composition-rule):
8402 Handle a rule (GREF NREF XOFF YOFF).
8403
8404 2008-02-01 Kenichi Handa <handa@m17n.org>
8405
8406 * language/european.el (diacritic-composition-function): Fix for
8407 the case that POS is at the head. Allow combining with more characters.
8408
8409 2008-02-01 Kenichi Handa <handa@m17n.org>
8410
8411 * descr-text.el (describe-char): Check `charset' property.
8412 Show the code point in the charset in hexadigits.
8413
8414 * international/mule-diag.el (stretches-for-character-list):
8415 Delete it.
8416 (list-block-of-chars): Use tabs instead of `display' property for
8417 aligning characters.
8418 (print-fontset-element): Fix the printing of XLFD.
8419
8420 2008-02-01 Kenichi Handa <handa@m17n.org>
8421
8422 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8423 New function.
8424 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8425 handling utf-8.
8426
8427 2008-02-01 Kenichi Handa <handa@m17n.org>
8428
8429 * faces.el (read-face-font): Include fontsets in the completion list.
8430
8431 * international/mule-cmds.el (set-locale-environment):
8432 Insert locale-translation-file-name in a unibyte buffer.
8433
8434 * international/characters.el: Fix setting of category `|'.
8435
8436 2008-02-01 Kenichi Handa <handa@m17n.org>
8437
8438 * language/chinese.el (chinese-gb18030): Fix :charset-list.
8439
8440 2008-02-01 Kenichi Handa <handa@m17n.org>
8441
8442 * international/mule-cmds.el (select-safe-coding-system): Fix for
8443 the case that the first element of default-coding-system is t.
8444 Fix a message when some coding systems are rejected.
8445
8446 2008-02-01 Kenichi Handa <handa@m17n.org>
8447
8448 * international/mule-cmds.el (set-language-environment): Put
8449 higher priority to charsets listed in `charset' property of the
8450 language environment.
8451
8452 2008-02-01 Kenichi Handa <handa@m17n.org>
8453
8454 * composite.el (auto-compose-chars): Don't do unnecessary
8455 save-exclusion and save-restriction.
8456
8457 2008-02-01 Kenichi Handa <handa@m17n.org>
8458
8459 * international/mule-conf.el (ctext-no-compositions):
8460 Remove garbage arguments.
8461
8462 * international/mule.el (make-coding-system): Fix generation of
8463 properties.
8464
8465 * international/fontset.el (setup-default-fontset): Specify fonts
8466 for `symbol' script.
8467
8468 * international/characters.el (script-list): Include `currency'
8469 in `symbol'.
8470
8471 2008-02-01 Alex Schroeder <alex@gnu.org>
8472
8473 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8474 8601 format (a capital T between the date and the time).
8475
8476 2008-02-01 Kenichi Handa <handa@m17n.org>
8477
8478 * international/mule.el (private-char-area-1-min)
8479 (private-char-area-1-max, private-char-area-2-min)
8480 (private-char-area-2-max, emacs-mule-charset-table): New variables.
8481 (convert-define-charset-argument): New function.
8482 (define-charset): Handle the old calling style.
8483 Update emacs-mule-charset-table.
8484 (make-char-internal): New function.
8485
8486 2008-02-01 Jason Rumney <jasonr@gnu.org>
8487
8488 * w32-charset-info-alist: Define iso10646-1 always.
8489
8490 2008-02-01 Kenichi Handa <handa@m17n.org>
8491
8492 * composite.el (compose-region): Doc fix (delete duplicated line).
8493
8494 2008-02-01 Kenichi Handa <handa@m17n.org>
8495
8496 * international/characters.el: Fix syntax for Ethiopic.
8497
8498 2008-02-01 Jason Rumney <jasonr@gnu.org>
8499
8500 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8501
8502 * makefile.w32-in (DONTCOMPILE): Remove old languages.
8503 Add international/latin1-disp.el.
8504 (LC_ALL): Define as C.
8505
8506 2008-02-01 Jason Rumney <jasonr@gnu.org>
8507
8508 * term/w32-win.el: Don't set fontsets to use sjis.
8509
8510 2008-02-01 Kenichi Handa <handa@m17n.org>
8511
8512 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8513 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8514
8515 2008-02-01 Kenichi Handa <handa@m17n.org>
8516
8517 * composite.el (auto-composition-chunk-size): Delete variable.
8518 (auto-compose-chars): Always stop after processing a newline.
8519
8520 2008-02-01 Kenichi Handa <handa@m17n.org>
8521
8522 * international/mule.el (define-coding-system): Fix attribute
8523 name :for-unibyte.
8524
8525 2008-02-01 Kenichi Handa <handa@m17n.org>
8526
8527 * ps-bdf.el: Largely re-write.
8528
8529 * ps-mule.el: Largely re-write.
8530
8531 * ps-print.el (ps-generate-string-list): Delete function.
8532 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8533 (ps-header-footer-string): Delete function.
8534 (ps-encode-header-string-function): New variable.
8535 (ps-generate-header-line): Call ps-encode-header-string-function.
8536 (ps-basic-plot-string-function): New variable
8537 (ps-begin-job): Set ps-basic-plot-string-function and
8538 ps-encode-header-string-function. For setting up headers and
8539 footers, don't use caches such as ps-rh-cache. Don't call
8540 ps-mule-begin-page.
8541 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8542 Don't call ps-mule-prepare-ascii-font.
8543 (ps-plot-region): Don't pay attention to composition and
8544 non-ASCII characters.
8545 (ps-generate): Call ps-mule-end-job.
8546 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8547 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8548 (ps-mule-end-job): Declare autoload.
8549
8550 * composite.el (auto-compose-region): New function.
8551
8552 2008-02-01 Dave Love <fx@gnu.org>
8553
8554 * international/mule-util.el
8555 (detect-coding-with-language-environment): Doc fix.
8556
8557 * composite.el: Doc fixes.
8558 (auto-compose-chars): Use functionp, not fboundp.
8559
8560 * international/mule-diag.el (list-charset-chars): Set buffer file
8561 coding system.
8562
8563 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8564 cookie. Doc fix.
8565
8566 2008-02-01 Dave Love <fx@gnu.org>
8567
8568 * international/mule-diag.el (list-charset-chars): Set buffer file
8569 coding system.
8570
8571 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8572 cookie. Doc fix.
8573
8574 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8575 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8576 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8577 * eshell/esh-opt.el (eshell-process-option):
8578 * emulation/keypad.el (keypad-setup):
8579 * emacs-lisp/lisp-mode.el (prin1-char):
8580 * emacs-lisp/generic.el (generic-mode-set-comments):
8581 * edmacro.el (edmacro-parse-keys):
8582 * disp-table.el (standard-display-default): Use characterp.
8583
8584 2008-02-01 Kenichi Handa <handa@m17n.org>
8585
8586 * international/mule-conf.el (utf-16-be): Make it an alias of
8587 utf-16be-with-signature.
8588 (utf-16-le): Make it an alias of utf-16le-with-signature.
8589 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8590 coding system aliases.
8591
8592 * international/utf-7.el (utf-7-decode, utf-7-encode):
8593 Use utf-16be, not utf-16-be.
8594
8595 2008-02-01 Kenichi Handa <handa@m17n.org>
8596
8597 * international/mule.el (coding-system-category): New function.
8598 (set-coding-priority): Re-write.
8599 (make-translation-table): Re-write.
8600
8601 * international/mule-cmds.el (universal-coding-system-argument):
8602 Check the coding system type `undecided', not `t'.
8603 (sort-coding-systems): Fix for iso-2022 coding systems.
8604 (find-multibyte-characters): Fix for eight-bit chars.
8605 (set-language-environment): Set charset priorities according to
8606 the charsets supported by the coding systems of higher priorities.
8607
8608 2008-02-01 Kenichi Handa <handa@m17n.org>
8609
8610 * font-lock.el
8611 (font-lock-match-c-style-declaration-item-and-skip-to-next):
8612 Check (match-end 2) before going there.
8613
8614 2008-02-01 Kenichi Handa <handa@m17n.org>
8615
8616 * international/mule.el (ctext-non-standard-designations-alist):
8617 Exclude entries for iso8859-1[03456]. Fix docstring.
8618 (ctext-pre-write-conversion): Make it work for the case that FROM
8619 is a string. Don't do unnecessary save-restriction and
8620 narrow-to-region.
8621
8622 2008-02-01 Kenichi Handa <handa@m17n.org>
8623
8624 * international/mule.el (ctext-non-standard-encodings-alist):
8625 Rename from non-standard-icccm-encodings-alist.
8626 (ctext-non-standard-encodings-regexp): New variable
8627 (ctext-post-read-conversion): Full rewrite.
8628 (ctext-non-standard-designations-alist): Rename from
8629 non-standard-designations-alist.
8630 (ctext-pre-write-conversion): Full rewrite.
8631 (define-coding-system): Doc fix (escape '"' by '\').
8632
8633 2008-02-01 Dave Love <fx@gnu.org>
8634
8635 * international/mule-conf.el (utf-16le, utf-16be-16be)
8636 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8637 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
8638 `-16-{b,l}e-' and define aliases for the old names.
8639
8640 * international/mule.el (define-coding-system): Doc fix.
8641
8642 2008-02-01 Dave Love <fx@gnu.org>
8643
8644 * international/utf-7.el: New file.
8645
8646 * international/mule-conf.el (utf-7): New.
8647
8648 2008-02-01 Kenichi Handa <handa@m17n.org>
8649
8650 * international/mule-conf.el (utf-16): Add :endian 'big.
8651
8652 * international/mule.el (define-coding-system): Fix docstring
8653 about :bom and :endian.
8654
8655 2008-02-01 Dave Love <fx@gnu.org>
8656
8657 * international/mule-diag.el (describe-character-set):
8658 Fix printing dimensions. Use `×', not `x'.
8659
8660 2008-02-01 Kenichi Handa <handa@m17n.org>
8661
8662 * international/fontset.el: Register CDAC fonts in
8663 face-font-rescale-alist instead of face-resizing-fonts.
8664
8665 2008-02-01 Kenichi Handa <handa@m17n.org>
8666
8667 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8668 (utf-16-be): Rename from utf-16-be-nosig.
8669 (utf-16-le-with-signature): Rename from utf-16-le.
8670 (utf-16-be-with-signature): Rename from utf-16-be.
8671 (utf-16): Set :bom to (utf-16-le-with-signature .
8672 utf-16-be-with-signature).
8673
8674 2008-02-01 Dave Love <fx@gnu.org>
8675
8676 * language/georgian.el (georgian-ps, georgian-academy): New coding
8677 system.
8678
8679 * language/chinese.el (chinese-big5-hkscs): New coding system.
8680 (big5-hkscs, cn-big5-hkscs): New aliases.
8681
8682 * international/mule-conf.el (big5-hkscs, georgian-academy):
8683 New charset.
8684 (ibm1047): Doc fix.
8685 (pt154): Add mime-charset.
8686 (ptcp154, cp154): New aliases.
8687
8688 2008-02-01 Dave Love <fx@gnu.org>
8689
8690 * international/mule.el (charset-iso-final-char, define-coding-system):
8691 Doc fix.
8692
8693 2008-02-01 Kenichi Handa <handa@m17n.org>
8694
8695 * international/ccl.el (define-ccl-program): Fset charset-id
8696 to charset-id-internal temporarily.
8697
8698 2008-02-01 Kenichi Handa <handa@m17n.org>
8699
8700 * international/mule-diag.el (list-block-of-chars):
8701 Use decode-char instead of make-char.
8702
8703 2008-02-01 Kenichi Handa <handa@m17n.org>
8704
8705 * international/fontset.el: Enable the default fontset to use
8706 unicode fonts for ASCII characters.
8707 (x-decompose-font-name): Don't try to resolve PATTERN by
8708 x-resolve-font-name.
8709 (x-complement-fontset-spec): Never prepend an ASCII font.
8710 (create-fontset-from-fontset-spec): If a fontset of the same name
8711 already exists, override it instead of signalling an error. Don't
8712 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
8713
8714 * international/mule-conf.el (unicode-bmp): Delete duplicated
8715 definition. Give it :code-offset 0.
8716
8717 * international/mule-diag.el (print-fontset-element): New function.
8718 (print-fontset): Use print-fontset-element to print the elements
8719 of a fontset. Use it also to print fonts fallen back to the
8720 default fontsets.
8721
8722 * term/x-win.el: Delete the code to create a fontset from the X
8723 resource "Font".
8724
8725 2008-02-01 Kenichi Handa <handa@m17n.org>
8726
8727 * international/mule-diag.el (print-fontset): Insert proper
8728 newline and indentation spaces.
8729
8730 2008-02-01 Dave Love <fx@gnu.org>
8731
8732 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8733 multibyte-char-to-unibyte.
8734
8735 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8736
8737 * international/mule-cmds.el (find-coding-systems-for-charsets):
8738 Use coding-system-type, coding-system-charset-list.
8739 (standard-keyboard-coding-systems): Delete.
8740 (set-locale-environment): Maybe set keyboard coding system.
8741 Avoid typical warning about codeset in C locale.
8742
8743 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8744
8745 * international/fontset.el (x-complement-fontset-spec): If a
8746 fontname doesn't conform to XLFD format, try to get XLFD name by
8747 x-list-fonts.
8748
8749 2008-02-01 Dave Love <fx@gnu.org>
8750
8751 * international/mule-conf.el (mik, pt154): New charsets.
8752
8753 * language/cyrillic.el (mik, pt154): New coding systems.
8754
8755 2008-02-01 Dave Love <fx@gnu.org>
8756
8757 * international/characters.el: Move parts around so that syntax
8758 definitions aren't overwritten wrongly.
8759
8760 * international/mule-diag.el (unicode-data): Fix treatment of
8761 numeric-value fields.
8762
8763 2008-02-01 Dave Love <fx@gnu.org>
8764
8765 * progmodes/cap-words.el: New file.
8766
8767 2008-02-01 Kenichi Handa <handa@m17n.org>
8768
8769 The following changes are to make character composition happen
8770 automatically on displaying.
8771
8772 * composite.el: Remove all autoload cookies.
8773 (composition-function-table): Move variable declaration from
8774 composite.c. Change format.
8775 (save-buffer-state): Copy from font-lock.el.
8776 (auto-composition-chunk-size): New variable.
8777 (auto-compose-chars): New function. Set
8778 auto-composition-function to it.
8779 (toggle-auto-composition): New function.
8780
8781 * international/characters.el: Make all chararacters in the
8782 charset tibetan to tibetan script.
8783
8784 * international/mule-conf.el (tibetan): Fix :code-space property.
8785 (tibetan-1-column): Delete :superset property, add :code-offset
8786 property.
8787
8788 * international/quail.el (quail-input-string-to-events): Don't
8789 generate compose-chars-after events.
8790
8791 * language/devanagari.el: Register devanagari-composable-function
8792 in composition-function-table for Devanagari characters.
8793
8794 * language/devan-util.el: Register devanagari-composable-pattern
8795 in indian-composable-pattern.
8796 (devanagari-composition-function): Add autoload cookie. Change
8797 arguments to conform to composition-function-table.
8798
8799 * language/european.el: Register combining characters in
8800 composition-function-table.
8801 (diacritic-composition-function): Change arguments to conform to
8802 composition-function-table.
8803
8804 * language/indian.el (indian-composable-pattern): New variable.
8805
8806 * language/ind-util.el (indian-compose-region): Don't call
8807 compose-chars-after, instead call a function registered in
8808 composition-function-table.
8809
8810 * language/lao.el: Register lao-composition-function in
8811 composition-function-table for Lao vowels and tones.
8812 (lao): Don't use lao-post-read-conversion.
8813
8814 * language/lao-util.el (lao-post-read-conversion): Delete this function.
8815 (lao-composition-function): Change arguments to conform to
8816 composition-function-table.
8817
8818 * language/thai.el: Register thai-composition-function in
8819 composition-function-table for Thai vowels and tones.
8820 (thai-tis620): Don't use thai-post-read-conversion.
8821
8822 * language/thai-util.el (thai-post-read-conversion): Delete function.
8823 (thai-composition-function): Change arguments to conform to
8824 composition-function-table.
8825
8826 * language/tibetan.el: Register tibetan-composition-function in
8827 composition-function-table for Tibetan characters.
8828
8829 * language/tibet-util.el (tibetan-composition-function):
8830 Change arguments to conform to composition-function-table.
8831
8832 * loadup.el: Load composite.
8833
8834 2008-02-01 Dave Love <fx@gnu.org>
8835
8836 * international/mule-diag.el (unicode-data): Find unicodedata-file
8837 literally.
8838
8839 2008-02-01 Dave Love <fx@gnu.org>
8840
8841 * international/fontset.el: Doc fixes.
8842 ("fontset-default"): Add iso8859-15.
8843
8844 2008-02-01 Kenichi Handa <handa@m17n.org>
8845
8846 * international/fontset.el ("fontset-default"): Add an entry for
8847 `indian-is13194' charset.
8848
8849 * international/mule-conf.el (indian-is13194): Delete :unify-map
8850 property. Don't unify this charset.
8851 (indian-2-column): Delete :superset property, add :code-offset property.
8852
8853 * language/devan-util.el: Delete the superfluous autoload cookie
8854 near the head of the file.
8855 (devanagari-compose-region): Add autoload cookie.
8856
8857 * language/ind-util.el (indian-2-column-to-ucs-region):
8858 Add autoload cookie.
8859
8860 2008-02-01 Kenichi Handa <handa@m17n.org>
8861
8862 * international/fontset.el ("fontset-default"): Add an entry for
8863 `devanagari' script and `malayalam-glyph' charset.
8864 (face-resizing-fonts): Register CDAC fonts.
8865
8866 * international/mule-conf.el (malayalam-glyph): New charset.
8867
8868 2008-02-01 Dave Love <fx@gnu.org>
8869
8870 * term/x-win.el: Fix typo in loop setting x-keysym-table.
8871
8872 2008-02-01 Dave Love <fx@gnu.org>
8873
8874 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8875
8876 * term/x-win.el: Remove some ancient compatibility code. Populate
8877 x-keysym-table.
8878
8879 * international/mule-cmds.el (wid-edit): Require when compiling.
8880 (set-locale-environment): Check locale against coding system
8881 aliases too.
8882
8883 2008-02-01 Kenichi Handa <handa@m17n.org>
8884
8885 * language/indian.el (in-is13194-devanagari):
8886 Fix :post-read-conversion and :pre-write-conversion.
8887
8888 2008-02-01 Dave Love <fx@gnu.org>
8889
8890 * international/mule-cmds.el (charset): Supply doc, :tag.
8891
8892 2008-02-01 Kenichi Handa <handa@m17n.org>
8893
8894 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8895 return a unibyte string.
8896
8897 2008-02-01 Kenichi Handa <handa@m17n.org>
8898
8899 * international/mule-cmds.el (set-locale-environment):
8900 Delete superfluous ')'s at the tail.
8901
8902 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8903
8904 * international/mule.el (define-coding-system): Fix typo;
8905 "docode" -> "decode".
8906
8907 2008-02-01 Dave Love <fx@gnu.org>
8908
8909 * emacs-lisp/byte-opt.el (side-effect-free-fns):
8910 Add string-make-unibyte string-make-multibyte string-to-multibyte
8911 string-as-multibyte string-as-unibyte.
8912
8913 2008-02-01 Dave Love <fx@gnu.org>
8914
8915 * language/english.el (ibm1047, cp1047): New.
8916
8917 * international/mule-conf.el (alternativnyj): Use new table.
8918 (cp866): Define standalone, not as alias.
8919 (ibm866): Change alias.
8920 (ibm1047): New.
8921
8922 * language/cyrillic.el (cyrillic-alternativnyj):
8923 Remove mime-charset. Use alternativnj charset.
8924 (cp866): Remove alias. Define standalone.
8925
8926 2008-02-01 Dave Love <fx@gnu.org>
8927
8928 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8929
8930 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8931 ("Tajik", "Belarusian"): Fix charset.
8932
8933 * international/mule-cmds.el (describe-language-environment):
8934 Be case-insensitive when looking for input methods.
8935 (locale-name-match): Doc fix.
8936 (locale-charset-match-p): New.
8937 (set-locale-environment): Warn if coding system doesn't agree
8938 with system locale.
8939
8940 2008-02-01 Kenichi Handa <handa@m17n.org>
8941
8942 * international/mule-cmds.el (select-safe-coding-system): If
8943 :mime-charset property of a coding system is not equal to that
8944 coding system, don't show that :mime-charset name.
8945
8946 2008-02-01 Dave Love <fx@gnu.org>
8947
8948 * international/quail.el (quail-help): Fix underlining.
8949
8950 * language/chinese.el (chinese-gb18030, gb18030)
8951 ("Chinese-GB18030"): New.
8952
8953 * international/mule-cmds.el (locale-language-names): Add GB18030.
8954
8955 * international/swedish.el: Don't require latin-1.
8956
8957 2008-02-01 Dave Love <fx@gnu.org>
8958
8959 * language/czech.el ("Czech"):
8960 * language/slovak.el ("Slovak"):
8961 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8962
8963 * language/greek.el ("Greek"): Remove unibyte-syntax property.
8964 (cp737): New coding system.
8965
8966 * language/european.el: Remove unibyte-syntax properties.
8967 Augment some coding-system properties.
8968
8969 * international/mule-cmds.el (set-language-environment):
8970 Check for charset property of environment.
8971 (language-info-alist): Doc fix.
8972
8973 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8974
8975 * international/characters.el: Add Latin-1.
8976
8977 * international/latin-1.el, international/latin-2.el,
8978 * international/latin-3.el, international/latin-4.el,
8979 * international/latin-5.el, international/latin-8.el,
8980 * international/latin-9.el: Delete.
8981
8982 * loadup.el: Remove international/latin-N.el.
8983
8984 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8985 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8986 Undo last changes.
8987
8988 * international/mule-diag.el (unicode-data): Check that
8989 `unicodedata-file' exists.
8990
8991 2008-02-01 Kenichi Handa <handa@m17n.org>
8992
8993 * international/fontset.el (charset-script-alist): Fix script names.
8994
8995 2008-02-01 Kenichi Handa <handa@m17n.org>
8996
8997 * international/latin-1.el: Bind set-case-syntax-charset to
8998 iso-8859-1. Never provide latin-1.
8999
9000 * international/latin-2.el: Bind set-case-syntax-charset to
9001 iso-8859-2. Never provide latin-2.
9002
9003 * international/latin-3.el: Bind set-case-syntax-charset to
9004 iso-8859-3. Never provide latin-3.
9005
9006 * international/latin-4.el: Bind set-case-syntax-charset to
9007 iso-8859-4. Never provide latin-4.
9008
9009 * international/latin-5.el: Bind set-case-syntax-charset to
9010 iso-8859-9. Never provide latin-5.
9011
9012 * international/latin-8.el: Bind set-case-syntax-charset to
9013 iso-8859-14. Never provide latin-8.
9014
9015 * international/latin-9.el: Bind set-case-syntax-charset to
9016 iso-8859-15. Never provide latin-9.
9017
9018 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
9019 (set-case-syntax-charset): New variable.
9020 (set-case-syntax-1): New function.
9021 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
9022 Call set-case-syntax-1 on arguments.
9023
9024 * international/mule-cmds.el (set-language-environment): Delete
9025 unnecessary setup of syntax/case for unibyte case.
9026
9027 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9028
9029 * international/fontset.el (generate-fontset-menu): Exclude the
9030 default fontset.
9031
9032 * faces.el (describe-face): Describe :fontset property too.
9033
9034 2008-02-01 Dave Love <fx@gnu.org>
9035
9036 * international/characters.el: Don't set char width of CJK
9037 charsets generally. Add some non-word syntax cases.
9038 (korean-ksc5601): Fix ranges with symbol syntax.
9039
9040 2008-02-01 Dave Love <fx@gnu.org>
9041
9042 * Makefile.in (DONTCOMPILE): Add indian.el.
9043
9044 * language/ind-util.el:
9045 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
9046 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
9047 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
9048 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
9049 Remove declarations and let-bind them in re-written top-level loop
9050 over scripts, including ucs-devanagari-to-is13194-alist.
9051
9052 2008-02-01 Dave Love <fx@gnu.org>
9053
9054 * international/mule-cmds.el (charset): Move.
9055 (language-info-custom-alist): Move. Alter :set.
9056 (find-coding-systems-for-charsets): Check charset type before
9057 getting :charset-list.
9058
9059 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
9060
9061 2008-02-01 Dave Love <fx@gnu.org>
9062
9063 * wid-edit.el (widget-string-complete): New.
9064 (widget-coding-system-prompt-value-history): Delete.
9065 (coding-system): Use coding-system-value-history.
9066
9067 * international/mule-cmds.el (charset): New widget.
9068 (language-info-custom-alist): Use it.
9069 (default-input-method): Modify :type.
9070
9071 2008-02-01 Dave Love <fx@gnu.org>
9072
9073 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
9074 (indian-glyph-char, indian-char-glyph): Delete.
9075 (is13194-default-repertory): Rename from is13194-default-repartory.
9076 (iscii-to-ucs-region): Hoist evals from loop.
9077
9078 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
9079
9080 * language/indian.el (indian-script-table)
9081 (ccl-encode-indian-glyph-font): Delete.
9082
9083 * international/mule-cmds.el (language-info-custom-alist): New.
9084 (input-method-activate-hook, input-method-inactivate-hook)
9085 (input-method-after-insert-chunk-hook)
9086 (input-method-use-echo-area, set-language-environment-hook)
9087 (exit-language-environment-hook): Customize.
9088 (find-coding-systems-for-charsets): Rewrite.
9089 (default-input-method): Add :link.
9090
9091 2008-02-01 Dave Love <fx@gnu.org>
9092
9093 * international/mule-conf.el (eight-bit): Add :docstring,
9094 :short-name properties.
9095 (cp851): Doc fix.
9096 (unicode-bmp): New.
9097
9098 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
9099
9100 * language/european.el (cp858): New.
9101 ("Turkish"): Add special case rules.
9102
9103 2008-02-01 Dave Love <fx@gnu.org>
9104
9105 * international/characters.el: Make Ÿ and ÿ a case pair.
9106
9107 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9108
9109 * international/mule-conf.el: Don't define the charset iso-8859-1
9110 here, just setup its properties.
9111
9112 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9113
9114 * international/mule-conf.el (utf-8): Give :mime-charset property.
9115
9116 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9117
9118 * international/characters.el: Remove duplicated case setting for
9119 Cyrillic and Greek letters. Don't setup printable-chars here.
9120
9121 * case-table.el (describe-buffer-case-table): Handle the case
9122 that KEY is a cons within map-char-table.
9123
9124 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9125
9126 * international/characters.el: Fix categories ?A and ?C.
9127 Treat ASCII characters as `latin' script.
9128
9129 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9130
9131 * international/fontset.el (fontset-plain-name): If the fontset
9132 name doesn't ends with "-fontset-*", use family name as the first
9133 part of the plain name.
9134 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
9135 created, use that name for the fontset. Fix arguments to
9136 subst-char-in-string.
9137
9138 2008-02-01 Dave Love <fx@gnu.org>
9139
9140 * term.el (term-char-mode): Remove generic-character-list code.
9141
9142 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
9143
9144 * wid-edit.el (character): Use characterp.
9145
9146 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
9147
9148 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
9149
9150 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9151 Add charset.
9152 ("Ukrainian"): New.
9153
9154 * language/georgian.el (georgian-ps): New coding system.
9155
9156 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9157
9158 * international/mule-cmds.el (reset-language-environment):
9159 Don't set nonascii-translation-table and nonascii-insert-offset.
9160 Call set-unibyte-charset, not set-primary-charset.
9161 (nonascii-translation-table, nonascii-insert-offset):
9162 Declare these variable as obsolete ones.
9163 (set-language-environment): Call set-unibyte-charset, not
9164 set-primary-charset. Call set-charset-priority with `charset'
9165 info of the language environment.
9166
9167 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9168
9169 * international/characters.el (next-word-boundary-han):
9170 Don't treat katakana following han characters as a part of a word.
9171
9172 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9173
9174 * international/characters.el: Call map-charset-chars on big5 (not
9175 chinese-big5-1/2) to set categories `c', `C', and `|'.
9176 (next-word-boundary-han, next-word-boundary-kana): New function.
9177 Register it in next-word-boundary-function-table.
9178
9179 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9180
9181 * arc-mode.el (archive-file-name-coding-system): New variable.
9182 Make it permanent-local.
9183 (byte-after, bref, insert-unibyte): New function. Change most of
9184 char-after, aref, insert to them respectively.
9185 (archive-mode): Set archive-file-name-coding-system.
9186 (archive-summarize): Don't change the buffer's multibyteness.
9187 (archive-extract): Inherit archive-file-name-coding-system from
9188 archive-superior-buffer. Bind coding-system-for-write to
9189 archive-file-name-coding-system.
9190 (archive-*-write-file-member): Encode ENAME by
9191 archive-file-name-coding-system. Bind coding-system-for-write to
9192 no-conversion.
9193 (archive-rename-entry): Encode the filename by
9194 archive-file-name-coding-system.
9195 (archive-mode-revert): Don't change the buffer's multibyteness.
9196 (archive-arc-summarize, archive-lzh-summarize)
9197 (archive-zoo-summarize): Don't change the buffer's multibyteness.
9198 Decode filenames by archive-file-name-coding-system.
9199 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
9200 the buffer's multibyteness.
9201
9202 * tar-mode.el (tar-file-name-coding-system): New variable.
9203 Make it permanent-local.
9204 (tar-header-block-tokenize): Decode filename and linkname by
9205 tar-file-name-coding-system.
9206 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
9207 the byte value of eight-bit chars.
9208 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
9209 `to'. Delete unnecessary call of position-bytes.
9210 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
9211 call of position-bytes.
9212 (tar-extract): Simplify by calling decode-coding-region with
9213 DESTINATION argument. Don't toggle multibyteness of tar buffer.
9214 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
9215 (tar-clear-modification-flags): Delete unnecessary call of
9216 position-bytes.
9217 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
9218 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
9219 Convert new-data-string by string-to-multibyte before inserting it.
9220 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
9221 buffer. Simplify by calling encoding-coding-region with
9222 DESTINATION argument.
9223 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
9224
9225 2008-02-01 Dave Love <fx@gnu.org>
9226
9227 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
9228
9229 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
9230
9231 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9232
9233 * international/characters.el: Setup char-script-table.
9234
9235 * international/fontset.el: Setup the default fontset by the new
9236 script-based way.
9237 (x-complement-fontset-spec): Change the format of arg FONTLIST to
9238 an alist of charsets vs font name lists.
9239 (charset-script-alist): New variable.
9240 (create-fontset-from-fontset-spec): Allow script name in
9241 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
9242 to the corresponding script name.
9243 (create-fontset-from-ascii-font): Slight tuning.
9244
9245 * international/mule-conf.el (devanagari-glyph): New charset.
9246 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
9247 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
9248 japanese-jisx0213-2.
9249
9250 * international/mule-diag.el (print-fontset): Use describe-vector
9251 to handle a char table returned by fontset-info.
9252
9253 * language/indian.el: Don't register ccl-encode-indian-glyph-font
9254 and ccl-encode-unicode-font in font-ccl-encoder-alist.
9255
9256 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9257
9258 * international/mule-util.el (detect-coding-with-priority):
9259 Fix the place of using `,' marker in backquote form.
9260
9261 2008-02-01 Dave Love <fx@gnu.org>
9262
9263 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
9264
9265 * international/mule-util.el (with-coding-priority): Fix.
9266
9267 * international/mule.el (set-coding-priority): Fix obsolete spec.
9268
9269 2008-02-01 Dave Love <fx@gnu.org>
9270
9271 * international/mule-cmds.el (leim-list-header): Add coding tag.
9272
9273 2008-02-01 Dave Love <fx@gnu.org>
9274
9275 * international/mule-cmds.el (find-coding-systems-region)
9276 (language-info-alist, reset-language-environment, princ-list): Doc fix.
9277 (input-method-verbose-flag): Fix :type.
9278
9279 2008-02-01 Dave Love <fx@gnu.org>
9280
9281 * international/mule.el (set-char-table-default): Make obsolete.
9282
9283 2008-02-01 Dave Love <fx@gnu.org>
9284
9285 * language/devanagari.el ("Devanagari"): Fix coding-system,
9286 coding-priority.
9287
9288 * international/mule-diag.el (describe-char-after): Modify display
9289 list processing.
9290 (unicodedata-file, unicodedata-find): New.
9291
9292 2008-02-01 Dave Love <fx@gnu.org>
9293
9294 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9295 autoload cookie.
9296
9297 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9298
9299 2008-02-01 Dave Love <fx@gnu.org>
9300
9301 * international/mule-util.el (detect-coding-with-priority): Rewrite.
9302
9303 2008-02-01 Dave Love <fx@gnu.org>
9304
9305 * composite.el (compose-string): Doc fix.
9306
9307 * language/georgian.el ("Georgian"): Delete code-pages feature,
9308 add nonascii-translation.
9309
9310 * language/european.el ("German", "French", "Spanish"):
9311 Add latin-9 as alternative coding system.
9312 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9313 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
9314 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9315 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9316 system.
9317
9318 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9319 encode-coding-char.
9320 (side-effect-and-error-free-fns): Add charsetp, max-char,
9321 primary-charset.
9322
9323 * simple.el: Don't require cl when compiling.
9324
9325 * Makefile.in (DONTCOMPILE): Fix duplicates.
9326
9327 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9328
9329 * international/mule.el: Doc fixes.
9330 (load-with-code-conversion): Fix coding-system-type test.
9331
9332 * international/mule-cmds.el (sort-coding-systems): Comment out
9333 iso-2022 case.
9334 (encoded-string-description): Fix coding-system-type test.
9335
9336 2008-02-01 Dave Love <fx@gnu.org>
9337
9338 * international/characters.el: Make korean-ksc5601 double-width.
9339
9340 * international/mule.el (auto-coding-regexp-alist):
9341 Recognize Emacs 20/1 byte-compiled files.
9342
9343 * international/mule-conf.el (file-coding-system-alist):
9344 Change .elc to utf-8-emacs.
9345
9346 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9347 of utf-8-emacs.
9348 (byte-compile-insert-header): Update magic number. Add ballast.
9349 (map-char-table): Use byte-compile-funarg-2.
9350
9351 2008-02-01 Dave Love <fx@gnu.org>
9352
9353 * language/cyrillic.el ("Belarusian"): Doc fix.
9354 (cp1125, koi8-t): Doc fix.
9355
9356 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9357 (find-multibyte-characters): Don't test for charset `unknown'.
9358 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9359 ru, sr_YU, tg, wa, zh.gbk.
9360 (locale-language-names): Change sp to Cyrillic.
9361 (locale-charset-language-names): Match @euro after utf-8.
9362
9363 2008-02-01 Dave Love <fx@gnu.org>
9364
9365 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9366 New coding systems.
9367 ("Chinese-GBK"): New environment.
9368
9369 * language/thai-util.el: Remove redundant unicodes in category-setting.
9370
9371 * language/lao-util.el: Remove redundant unicodes in category-setting.
9372
9373 * international/mule-conf.el (japanese-jisx0213-1)
9374 (japanese-jisx0213-2): Add unify-map.
9375
9376 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9377
9378 * international/quail.el (quail-update-leim-list-file):
9379 Force writing the file by iso-2022-7bit.
9380
9381 * international/titdic-cnv.el (miscdic-convert): Force writing the
9382 file by iso-2022-7bit.
9383
9384 * international/mule.el (define-charset): Change the attribute
9385 :parents to :subset or :superset.
9386
9387 * international/mule-conf.el: Adjust for the change of
9388 define-charset (:parent -> :subset or :superset).
9389
9390 * international/characters.el: Fix the last change.
9391
9392 2008-02-01 Dave Love <fx@gnu.org>
9393
9394 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9395 (cyrillic-encode-alternativnyj-char): Fix.
9396 (standard-display-cyrillic-translit): Remove redundant unicodes.
9397
9398 2008-02-01 Dave Love <fx@gnu.org>
9399
9400 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9401 New environments.
9402
9403 * international/mule-conf.el (control-1): New charset.
9404 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9405 (korean-ksc5601): Redefine to use code-offset and unify-map.
9406
9407 2008-02-01 Dave Love <fx@gnu.org>
9408
9409 * international/mule-conf.el (tcvn-5712): New charset.
9410
9411 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9412 ("Vietnamese"): Doc fix.
9413
9414 2008-02-01 Dave Love <fx@gnu.org>
9415
9416 * international/mule-conf.el (windows-936): New alias.
9417
9418 * cus-start.el: Add scalable-fonts-allowed.
9419
9420 * international/characters.el: Reinstate various CJK syntax and
9421 category setup. Remove obsolete syntax setting in Greek section.
9422 Optimize the char tables.
9423
9424 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9425
9426 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9427
9428 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9429 coding systems.
9430
9431 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9432
9433 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9434
9435 * international/characters.el (printable-chars): Setup correctly.
9436
9437 2008-02-01 Dave Love <fx@gnu.org>
9438
9439 * cus-start.el: Add selection-coding-system.
9440
9441 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9442
9443 * language/china-util.el (post-read-decode-hz)
9444 (pre-write-encode-hz): Move from chinese.el.
9445 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9446 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9447
9448 * language/chinese.el (post-read-decode-hz)
9449 (pre-write-encode-hz): Move to china-util.el.
9450
9451 * case-table.el (set-case-syntax-pair): Test again for equal byte
9452 lengths of the pair.
9453
9454 * international/characters.el: Add Vietnamese category to
9455 equivalent unicodes.
9456
9457 2008-02-01 Dave Love <fx@gnu.org>
9458
9459 * international/mule-conf.el (chinese-sisheng, ipa)
9460 (indian-is13194, tibetan, ethiopic): Add :unify-map.
9461
9462 * international/mule-diag.el (describe-character-set): Account for
9463 more than two dimensions of possibly different size.
9464 (describe-current-coding-system): Add selection-coding-system.
9465
9466 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9467 (unify-8859-on-decoding-mode): Move from mule.el.
9468
9469 * international/mule.el (unify-8859-on-encoding-mode)
9470 (unify-8859-on-decoding-mode): Remove :init-value.
9471 (charset-chars): Add optional dimension arg.
9472 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9473 Move to mule-cmds.el.
9474
9475 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9476
9477 * international/fontset.el: Change registry for japanese-jisx0208
9478 to "JISX0208*" in the default fontset.
9479 (font-encoding-alist): Add an entry for "JISX0208.1983" and
9480 "ISO10646.indian-1".
9481
9482 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9483
9484 * language/japanese.el (japanese-iso-7bit-1978-irv):
9485 Add `designation' to :flags, `ascii' to :charset-list.
9486
9487 * international/mule.el (define-charset): New args :min-code and
9488 :max-code.
9489 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9490
9491 * international/mule-conf.el (chinese-gbk): Change :code-offset to
9492 #x160000.
9493 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9494 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9495
9496 2008-02-01 Dave Love <fx@gnu.org>
9497
9498 * language/thai.el (iso-8859-11): New coding system.
9499
9500 * international/mule-conf.el: Doc fixes.
9501 (iso-8859-11): New.
9502
9503 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
9504
9505 * cus-start.el (scalable-fonts-allowed): Add.
9506
9507 2008-02-01 Dave Love <fx@gnu.org>
9508
9509 * international/mule.el (unify-8859-on-encoding-mode)
9510 (unify-8859-on-decoding-mode): Dummy versions.
9511
9512 * international/ucs-tables.el: Remove.
9513
9514 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9515 language/japanese.el.
9516
9517 * international/mule-conf.el: Doc fixes.
9518 (cp936): New alias.
9519 (cp720, cp858): New charsets.
9520
9521 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9522 coding system, not emacs-mule.
9523
9524 * files.el (revert-buffer, recover-file): Likewise.
9525
9526 * desktop.el (desktop-save): Likewise.
9527
9528 2008-02-01 Dave Love <fx@gnu.org>
9529
9530 * international/mule.el (with-category-table): Use make-symbol.
9531 (coding-system-list): Use coding-system-aliases.
9532 (make-translation-table): Don't deal with generic characters.
9533
9534 * international/mule-util.el (coding-system-post-read-conversion)
9535 (coding-system-pre-write-conversion)
9536 (coding-system-translation-table-for-decode)
9537 (coding-system-translation-table-for-encode): Get the right properties.
9538 (with-coding-priority): New macro.
9539 (detect-coding-with-language-environment): Use it.
9540 (coding-system-equal): Use coding-system-plist.
9541
9542 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9543 Use :valid property.
9544
9545 * international/mule-cmds.el (encode-coding-char):
9546 Use find-coding-systems-string. Don't use make-char.
9547 (describe-language-environment): Use coding-system-aliases.
9548 (prefer-coding-system): Doc fix.
9549
9550 * international/mule-diag.el (describe-current-coding-system):
9551 Fix aliases listing.
9552 (print-iso-2022-flags): Delete.
9553 (print-designation): Partial re-write.
9554 (describe-coding-system): Deal with iso-2022 designations, flags.
9555 Fix shift_jis case.
9556 (describe-char-after): Use characterp. Print explicit unicode.
9557 Remove some obsolete code.
9558 (print-coding-system-briefly): Fix printing aliases.
9559 (print-coding-system): Use coding-system-aliases.
9560 (mule-diag): Don't list coding categories.
9561
9562 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
9563 Re-order charset priorities.
9564 (binary): New alias.
9565 (iso-8859-16): Fix nickname.
9566 (define-iso-single-byte-charset): Un-define after use.
9567
9568 2008-02-01 Dave Love <fx@gnu.org>
9569
9570 * international/characters.el: Additional double width specifications.
9571
9572 * international/mule-diag.el (print-coding-system): Incomplete updates.
9573 (describe-character-set): List more properties.
9574 (print-fontset): Fix case of vector font-spec.
9575 (describe-current-coding-system): Fix iso-7, iso-7-else.
9576
9577 * international/mule-conf.el (ibm866): Fix alias.
9578 (iso-8859-16): Fix nickname.
9579
9580 2008-02-01 Dave Love <fx@gnu.org>
9581
9582 * language/ind-util.el: Avoid decode-char.
9583 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9584 Use characterp, not char-valid-p.
9585
9586 * language/devan-util.el: Add coding tag, avoid decode-char.
9587
9588 * international/titdic-cnv.el: Add coding tag.
9589 (tit-process-header): Add coding tag to output.
9590
9591 * language/thai.el (cp874, ibm874): New coding systems.
9592
9593 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9594 Add character-p.
9595
9596 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9597 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9598 New coding systems.
9599 <set-language-info-alist>: Avoid decode-char.
9600
9601 * language/hebrew.el (cp862, ibm862): New coding systems.
9602
9603 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9604
9605 * language/cyrillic.el (cp855, ibm855): New coding systems.
9606
9607 * international/mule-conf.el: Avoid decode-char in top-level code
9608 for self-inserting multibyte chars.
9609 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9610 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9611 New charsets.
9612
9613 * international/characters.el: Various simplifications and additions.
9614
9615 2008-02-01 Dave Love <fx@gnu.org>
9616
9617 * international/mule-conf.el (code-pages): Provide, for compatibility.
9618
9619 * international/code-pages.el: Remove.
9620
9621 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9622
9623 * Makefile.in: Cancel the 2008-02-01 change of mine.
9624
9625 * international/fontset.el: Add setting for unicode font at the
9626 end of the default fontset.
9627
9628 2008-02-01 Dave Love <fx@gnu.org>
9629
9630 * international/mule-conf.el (adobe-standard-encoding, symbol):
9631 Adjust :code-space.
9632 (ibm850): Add :ascii-compatible-p.
9633
9634 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9635
9636 * international/mule-conf.el (vietnamese-viscii-lower)
9637 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9638 mapping table.
9639
9640 2008-02-01 Dave Love <fx@gnu.org>
9641
9642 * cus-start.el: Add charset-map-directory.
9643
9644 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9645
9646 * format.el (format-alist): Remove ibm, mac, hp entries (available
9647 natively).
9648
9649 * language/romanian.el (iso-latin-10): Add :mime-charset.
9650 ("Romanian"): Add doc.
9651
9652 * international/mule-conf.el (iso-8859-10, symbol)
9653 (adobe-standard-encoding, ibm850): New charsets.
9654 (iso-8859-13): Fix IR number, final char.
9655 (file-coding-system-alist): Add .xml.
9656
9657 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9658 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9659 (adobe-standard-encoding, cp850, ibm850): New coding systems.
9660 ("Latin-6", "Latin-7"): New language environments.
9661
9662 2008-02-01 Dave Love <fx@gnu.org>
9663
9664 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9665 utf-8-subst; add vietnamese, cyrillic, czech.
9666
9667 * language/romanian.el (iso-latin-10): New coding system.
9668
9669 * international/mule-conf.el (emacs-mule): Set :charset-list,
9670 consistent with coding-system-charset-list doc.
9671 (iso-8859-16): New charset.
9672
9673 * international/mule-diag.el (describe-coding-system): Avoid error
9674 for iso-2022, emacs-mule.
9675
9676 2008-02-01 Dave Love <fx@gnu.org>
9677
9678 * international/codepage.el: Remove or comment out most of code.
9679 (codepage-setup): Re-write as trivial, obsolete function.
9680
9681 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9682 Remove setup function.
9683
9684 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9685
9686 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9687 language/cyrillic.el, language/czech.el.
9688
9689 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9690 (font-ccl-encoder-alist): Remove viscii, vscii.
9691
9692 * language/hebrew.el (windows-1255, cp1255): New coding systems.
9693
9694 * language/european.el (windows-1254, cp1254, windows-1257)
9695 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9696 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9697
9698 * language/greek.el (windows-1253, cp1253): New coding systems.
9699
9700 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9701 file name.
9702 (windows-1253, windows-1254, windows-1255, windows-1256)
9703 (windows-1257, windows-1258, next): New charsets.
9704
9705 * international/utf-8.el, international/utf-8-subst.el: Remove.
9706
9707 * international/mule.el: Doc fixes.
9708 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9709 (coding-system-get): Try to convert old-style symbol to keyword.
9710 (define-charset): Purecopy strings in property list.
9711 (define-coding-system): Purecopy docstring.
9712
9713 * international/mule-diag.el (list-character-sets-2): Avoid
9714 charset-bytes.
9715 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9716 (list-block-of-chars): Re-write.
9717 (describe-character-set): Show more properties.
9718 (describe-char-after): Correct codepoint display.
9719 (print-coding-system): Use symbolic types.
9720
9721 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9722
9723 * Makefile.in: Be sure also to run emacs with LANG=C.
9724
9725 2008-02-01 Dave Love <fx@gnu.org>
9726
9727 * international/mule-diag.el: Doc fixes.
9728 (sort-charset-list, charset-multibyte-form-string): Remove.
9729 (list-character-sets, list-character-sets-1)
9730 (list-character-sets-2): Re-write.
9731 (non-iso-charset-alist): Set to nil and made obsolete.
9732 (decode-codepage-char): Re-write and made obsolete.
9733 (read-charset): Don't use non-iso-charset-alist.
9734 (describe-coding-system): Use keyword properties.
9735 (describe-character-set): Re-write.
9736
9737 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9738 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9739 (ebcdic-uk): New charsets.
9740
9741 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9742 New coding systems.
9743
9744 * language/european.el (windows-1252): New coding system.
9745
9746 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9747
9748 * Makefile.in: By sure to run emacs with LC_ALL=C.
9749
9750 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9751 encoded-kbd-self-insert-iso2022-8bit with argument 1.
9752 (encoded-kbd-self-insert-charset): New function.
9753 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9754 coding-system of type charset.
9755
9756 2008-02-01 Dave Love <fx@gnu.org>
9757
9758 * international/mule-cmds.el (set-locale-environment): Comment out
9759 set-keyboard-coding-system stuff.
9760
9761 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9762
9763 * international/mule.el (define-coding-system): Doc fix;
9764 sjis->shift-jis.
9765
9766 * international/mule-conf.el: Use decode-char instead of make-char.
9767
9768 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9769 New arg ARG. Directly call self-insert-command. This is a
9770 temporary workaround to make it work with latin-1.
9771 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9772
9773 * international/characters.el: Setup char-width-table for CJK
9774 characters.
9775
9776 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9777
9778 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9779 Fix the initial value to specify character range of
9780 japanese-jisx0208, not unicode.
9781
9782 * international/characters.el: Set syntax/category for
9783 japanese-jisx0208.
9784
9785 2008-02-01 Dave Love <fx@gnu.org>
9786
9787 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9788 mime-charset.
9789
9790 * language/vietnamese.el, language/korean.el, language/japanese.el:
9791 * language/hebrew.el, language/greek.el, language/chinese.el:
9792 Fix :mime-charset properties.
9793
9794 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9795 (cyrillic-alternativnyj): Fix :mime-charset.
9796 (cp878, cp866): New alias.
9797
9798 * language/european.el: Fix mime-charset properties.
9799
9800 * international/mule-cmds.el (sort-coding-systems)
9801 (select-safe-coding-system, select-message-coding-system): Use
9802 :mime-charset, not 'mime-charset.
9803
9804 * international/mule-conf.el: Add various :mime-charset properties.
9805
9806 2008-02-01 Dave Love <fx@gnu.org>
9807
9808 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9809 getting decoder.
9810 (encoded-kbd-mode): Fix code for coding system type and designations.
9811
9812 * international/mule-conf.el: Spelling fixes.
9813
9814 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9815
9816 * international/fontset.el (fontset-plain-name): Handle the case
9817 that size, weight, slant are not specified in the fontset name.
9818
9819 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9820
9821 * language/greek.el (greek-iso-8bit): Fix typo.
9822
9823 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9824
9825 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9826
9827 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9828
9829 * international/characters.el: Change encoding to utf-8-emacs.
9830 Remove apparent duplicate codes.
9831
9832 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9833
9834 * international/fontset.el: Change the registry for
9835 chinese-gb2312 and add the registry for chinese-gbk.
9836
9837 * international/mule.el (charset-chars): Fix typo.
9838
9839 * international/mule-conf.el (chinese-gbk): New charset.
9840
9841 * international/titdic-cnv.el (titdic-convert): Read into a
9842 unibyte buffer then make the buffer multibyte.
9843
9844 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9845
9846 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9847 instead of :signature.
9848
9849 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9850
9851 * language/czech.el ("Czech"): Set `iso-8859-2' for
9852 `nonascii-translation'.
9853
9854 * language/romanian.el ("Romanian"): Likewise.
9855
9856 * language/slovak.el ("Slovak"): Likewise.
9857
9858 * international/characters.el: Optimize calls of modify-category-entry.
9859
9860 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9861
9862 * bindings.el: Don't bind multibyte characters to
9863 self-insert-command here. It's done in mule-conf.el.
9864
9865 * case-table.el (set-case-syntax-offset): Delete variable.
9866 (set-case-syntax-1): Delete function. Change callers.
9867 (set-case-syntax-delims): Don't check byte length of characters.
9868
9869 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9870 characters to isearch-printing-char.
9871
9872 * loadup.el: Don't load "international/utf-8". Don't call
9873 update-coding-systems-internal. Bind coding-system-for-write to
9874 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
9875 dumping.
9876
9877 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9878 change of map-char-table.
9879
9880 * eshell/esh-mode.el: Adjust for the change of map-char-table.
9881
9882 * international/characters.el: Adjust for the deletion of
9883 generic characters.
9884
9885 * international/code-pages.el (cp-make-translation-table)
9886 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
9887 (cp-make-coding-system): Call define-coding-system.
9888
9889 * international/fontset.el: Rewrite most code.
9890
9891 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9892 Call encode-char instead of split-char.
9893
9894 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9895 Change value.
9896 (skkdic-lookup-key): Call encode-char instead of split-char.
9897
9898 * international/titdic-cnv.el (titdic-convert): Bind
9899 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
9900 buffer.
9901
9902 * international/latin-1.el: Don't bind set-case-syntax-offset.
9903
9904 * international/latin-2.el: Don't bind set-case-syntax-offset.
9905
9906 * international/latin-3.el: Don't bind set-case-syntax-offset.
9907
9908 * international/latin-4.el: Don't bind set-case-syntax-offset.
9909
9910 * international/latin-5.el: Don't bind set-case-syntax-offset.
9911
9912 * international/latin-8.el: Don't bind set-case-syntax-offset.
9913
9914 * international/latin-9.el: Don't bind set-case-syntax-offset.
9915
9916 * international/mule-cmds.el: Don't use coding category.
9917 Call set-coding-system-priority instead of set-coding-priority.
9918 (sort-coding-systems, select-safe-coding-system):
9919 Call coding-system-priority-list to get the most preferred one.
9920 (reset-language-environment): Order of coding system priority
9921 changed. Set primary charset to iso-8859-1.
9922 (set-language-environment-coding-systems):
9923 Call set-coding-system-priority instead of set-coding-priority.
9924 (get-charset-property, put-charset-property): Move to mule.el.
9925
9926 * international/mule-conf.el: Ful re-write.
9927
9928 * international/mule-diag.el (print-designation): Change arguments.
9929 (print-iso-2022-flags): New function.
9930 (describe-coding-system, describe-current-coding-system):
9931 Adjust for the new structure of coding system.
9932
9933 * international/mule.el (char-valid-p): Make it an alias of characterp.
9934 (define-charset): Full re-design.
9935 (charset-quoted-standard-p): Delete.
9936 (charsetp): Move to charset.c.
9937 (charset-info, charset-id, charset-bytes, charset-width)
9938 (charset-directioin, charset-iso-graphic-plane)
9939 (charset-reverse-charset): Delete.
9940 (charset-dimension, charset-chars, charset-iso-final-char)
9941 (charset-description, charset-short-name, charset-long-name):
9942 Call charset-plist instead of charset-info.
9943 (charset-plist, set-charset-plist): Move to charset.c.
9944 (get-charset-property, put-charset-property): Move from
9945 mule-cmds.el. Call charset-plist and set-charset-plist.
9946 (make-char): Delete.
9947 (generic-char-p): Make it always return nil.
9948 (decode-char, encode-char): Move to charset.c.
9949 (coding-spec-XXX-idx): Delete variables.
9950 (coding-system-iso-2022-flags): New variable.
9951 (define-coding-system): New function.
9952 (transform-make-coding-system-args, make-coding-system): Delete.
9953 (set-coding-priority): Make it obsolete.
9954 (after-insert-file-set-buffer-file-coding-system)
9955 (find-new-buffer-file-coding-system): Adjust for the new coding
9956 system structure.
9957
9958 * language/chinese.el, language/cyrillic.el, language/european.el:
9959 * language/greek.el, language/hebrew.el, language/indian.el:
9960 * language/japanese.el, language/korean.el, language/lao.el:
9961 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9962 Call define-coding-system instead of make-coding-system.
9963 Delete all CCL program.
9964
9965 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9966 of make-char.
9967 (sgml-char-names-table): Fix iteration limit.
9968
9969 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9970 (ccl-encode-mac-roman-font): Delete.
9971
9972 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9973 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9974 currently. This is just a temporary workaround.
9975
9976 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9977
9978 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9979 of `find-file-hooks'.
9980 (global-whitespace-toggle-options): Doc fix.
9981
9982 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9983
9984 * whitespace.el (whitespace): Set :version tag to 23.1.
9985 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9986 (whitespace-style, whitespace-chars, whitespace-space)
9987 (whitespace-hspace, whitespace-tab, whitespace-newline)
9988 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9989 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9990 (whitespace-hspace-regexp, whitespace-space-regexp)
9991 (whitespace-tab-regexp, whitespace-trailing-regexp)
9992 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9993 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9994 (whitespace-space-after-tab-regexp, whitespace-line-column)
9995 (whitespace-display-mappings, global-whitespace-toggle-options)
9996 (whitespace-cleanup, whitespace-cleanup-region)
9997 (whitespace-interactive-char): Doc fixes.
9998
9999 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
10002 When turning off the global mode, turn off the local modes too
10003 if whitespace is being unloaded.
10004 (whitespace-unload-function): New function.
10005
10006 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
10007
10008 * vc.el (vc-update): Fix bug: Specify branch tip as
10009 vc-checkout REVISION. Reported by Dan Nicolaescu.
10010
10011 2008-02-01 Glenn Morris <rgm@gnu.org>
10012
10013 * info.el (bookmark-make-cell-function, bookmark-search-size)
10014 (bookmark-current-bookmark): Declare variables for compiler.
10015 (bookmark-buffer-file-name, bookmark-get-filename)
10016 (bookmark-get-front-context-string)
10017 (bookmark-get-rear-context-string, bookmark-get-position)
10018 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
10019 (bookmark-jump-noselect): Declare functions for compiler.
10020 (Info-bookmark-make-cell): Fix argument list to match example of
10021 `bookmark-make-cell-for-text-file'.
10022 (Info-bookmark-jump): Don't require info inside info.el.
10023
10024 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
10025
10026 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
10027 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
10028 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
10029 (verilog-sk-state-machine): Quote all calls to
10030 "auxiliary skeleton"s to prevent infloops.
10031
10032 2008-02-01 Jason Rumney <jasonr@gnu.org>
10033
10034 * w32-fns.el: Partially revert 2007-11-10 change.
10035
10036 2008-02-01 Martin Rudalics <rudalics@gmx.at>
10037
10038 * mail/rmail.el (rmail-highlight): Fix specification.
10039 Reported by pod <pod@herald.ox.ac.uk>.
10040
10041 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * image-mode.el (image-mode-current-vscroll)
10044 (image-mode-current-hscroll): Make buffer-local.
10045 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
10046 (image-reset-current-vhscroll): Use the latest setting when displaying
10047 for the first time in a window. Apply to all windows in the frame.
10048 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
10049
10050 * progmodes/grep.el (grep-compute-defaults):
10051 Don't mix up defaults for different connections to the same host.
10052
10053 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10054
10055 * blank-mode.el: Rename to whitespace.el.
10056
10057 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
10058
10059 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * net/rcompile.el (remote-compile): Remove broken code.
10062
10063 2008-01-31 Jason Rumney <jasonr@gnu.org>
10064
10065 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
10066
10067 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
10068
10069 * linum.el (linum-unload-function): New function.
10070
10071 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10072
10073 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
10074 (gdb-var-set-format-handler): New function.
10075 (gdb-var-set-format): Use it.
10076
10077 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
10078
10079 * emacs-lisp/check-declare.el (check-declare-directory):
10080 * emacs-lisp/authors.el (authors): Use `find-program' and
10081 `grep-program' instead of hardcoded program names.
10082
10083 * emacs-lisp/cl-loaddefs.el: Update.
10084
10085 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
10086
10087 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
10088 Implement bookmark support the new make-cell/handler way.
10089 (Info-mode): Bind bookmark-make-cell-function to
10090 Info-bookmark-make-cell buffer locally.
10091
10092 2008-01-30 Richard Stallman <rms@gnu.org>
10093
10094 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
10095 Doc fix.
10096
10097 * files.el (hack-local-variables): Don't query about fake variables.
10098
10099 2008-01-30 Markus Triska <markus.triska@gmx.at>
10100
10101 * linum.el: New file.
10102
10103 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
10104
10105 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
10106 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
10107 a single element in "plinkx".
10108 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
10109 "*Shell Command Output*" buffers. Check, whether there is already
10110 an asynchronous process running. Display always the buffer of the
10111 asynchronous process.
10112 (tramp-compute-multi-hops): Adapt error message.
10113
10114 2008-01-29 Alan Mackenzie <acm@muc.de>
10115
10116 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
10117 from this regexp; part of same fix as next change to cc-engine.el.
10118
10119 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
10120 Anchor the "{" of a template function correctly on "template", not the
10121 following "<".
10122
10123 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
10124
10125 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10126
10127 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
10128 and image-mode-current-hscroll being alists now.
10129
10130 * image-mode.el (image-mode-current-vscroll)
10131 (image-mode-current-hscroll): Add doc strings.
10132 (image-set-window-vscroll, image-set-window-hscroll)
10133 (image-reset-current-vhscroll, image-mode): Adapt to
10134 image-mode-current-vscroll and image-mode-current-hscroll being
10135 alists now.
10136
10137 2008-01-29 Martin Rudalics <rudalics@gmx.at>
10138
10139 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10140 Strip extension from .emacs.el to make sure symbol is searched
10141 in .emacs too.
10142
10143 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
10144
10145 * doc-view.el (doc-view-mode): Use facilities below to
10146 restore [vh]scroll when switching buffers.
10147
10148 * image-mode.el (image-mode-current-vscroll)
10149 (image-mode-current-hscroll): New variables.
10150 (image-set-window-hscroll, image-set-window-vscroll): New functions.
10151 (image-forward-hscroll, image-next-line, image-bol, image-eol)
10152 (image-bob, image-eob): Use them.
10153 (image-reset-current-vhscroll): New function.
10154 (image-mode): Make new variables buffer-local and reset [vh]scroll
10155 on window configuration changes.
10156
10157 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
10158
10159 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
10160 gdb-cpp-define-alist-program if file is nil (currently only
10161 " *partial-output-...").
10162
10163 2008-01-27 Richard Stallman <rms@gnu.org>
10164
10165 * allout.el: Many doc fixes.
10166 (allout-encrypt-string): Fix error message.
10167
10168 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10169
10170 * progmodes/etags.el (tags-query-replace): Doc fix.
10171
10172 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * allout.el (allout-unload-function): New function.
10175
10176 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10177
10178 * allout.el (allout-prefix-data): Doc fix.
10179 (allout-show-current-subtree): Reflow docstring.
10180 (allout-use-mode-specific-leader, allout-use-hanging-indents)
10181 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
10182 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
10183 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
10184 (allout-copy-topic-as-kill, allout-listify-exposed)
10185 (allout-process-exposed, allout-encrypted-key-info)
10186 (allout-update-passphrase-mnemonic-aids)
10187 (allout-next-topic-pending-encryption)
10188 (allout-tests-globally-true): Fix typos in docstrings.
10189
10190 2008-01-23 Jason Rumney <jasonr@gnu.org>
10191
10192 * lpr.el (printer-name): Do not set on MS Windows.
10193
10194 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
10195
10196 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
10197 the command.
10198
10199 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10200
10201 * whitespace.el: Moved to obsolete dir.
10202
10203 * blank-mode.el: New version 9.2. Replace whitespace functions by
10204 aliases in blank-mode.
10205 (whitespace-buffer): New fun.
10206 (whitespace-region): Alias for whitespace-buffer, because there is no
10207 blank-region fun.
10208 (whitespace-cleanup): Alias for blank-cleanup.
10209 (whitespace-cleanup-region): Alias for blank-cleanup-region.
10210
10211 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
10212
10213 * server.el (server-log-time-function): Doc fix.
10214 (server-buffer): Fix typo in docstring.
10215
10216 2008-01-27 Martin Rudalics <rudalics@gmx.at>
10217
10218 * view.el (view-buffer): Explain in doc-string why exit-action
10219 should not be set to kill-buffer.
10220
10221 * arc-mode.el (archive-extract):
10222 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
10223 exit-action when viewing the buffer.
10224
10225 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10226
10227 * add-log.el (change-log-search-file-name): Work harder to find
10228 the correct file name.
10229 (change-log-find-file): Fix typo.
10230 (change-log-start-entry-re): Move definition earlier.
10231
10232 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
10233
10234 * add-log.el (change-log-search-file-name, change-log-find-file):
10235 New function.
10236 (change-log-font-lock-keywords): Move file name matching ...
10237 (change-log-file-names-re): ... here. New defconst.
10238 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
10239
10240 2008-01-27 Alan Mackenzie <acm@muc.de>
10241
10242 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
10243 enhance comments.
10244
10245 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
10246
10247 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
10248 methods, the host name must be a local host.
10249
10250 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
10251
10252 * vc.el: Add TODO item about not defaulting to RCS.
10253
10254 * server.el (server-process-filter): Check for non-nil before
10255 calling file-directory-p.
10256
10257 2008-01-27 Alan Mackenzie <acm@muc.de>
10258
10259 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
10260 arglist-cont-nonempty.
10261
10262 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
10263 for a brace with syntax arglist-cont-nonempty.
10264
10265 * progmodes/cc-styles.el (c-style-alist): Add elements for
10266 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
10267
10268 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
10269
10270 * button.el (define-button-type): Clarify type of NAME in docstring.
10271
10272 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10273
10274 * server.el (server-buffer): New const.
10275 (server-log): New var.
10276 (server-log): Use them.
10277 (server-process-filter): (Try to) run the continuation in the same cwd
10278 as the client's.
10279
10280 2008-01-26 Alan Mackenzie <acm@muc.de>
10281
10282 * progmodes/cc-defs.el (c-save-buffer-state):
10283 Bind buffer-file-name and buffer-file-truename to nil, to prevent
10284 primitives generating "buffer is read only" messages.
10285
10286 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
10287
10288 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10289 (icalendar-import-format): Doc fix. Allow function type.
10290 (icalendar--read-element): Doc fix.
10291 (icalendar--parse-summary-and-rest): Doc fix. Handle function
10292 type icalendar-import-format. Make regexps non-greedy.
10293 (icalendar--format-ical-event): Handle function type
10294 icalendar-import-format.
10295 (icalendar-import-format-sample): New function.
10296
10297 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
10298
10299 * vc.el (vc-exec-after): For mode-line-process highlighting, if
10300 `compile' is not available, fall back to font-lock-warning-face.
10301
10302 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
10303
10304 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10305 that the filename end is found even when the filename is empty.
10306 Fixes error and spurious newlines when marking files for deletion.
10307
10308 2008-01-26 Martin Rudalics <rudalics@gmx.at>
10309
10310 * subr.el (find-tag-default): Simplify using exclusively
10311 skip-syntax-backward/-forward.
10312
10313 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
10314
10315 * vc.el (vc-directory, vc-update-change-log): Remove check for
10316 Tramp. Both functions work for it, though pretty slow
10317 (`vc-directory'). Maybe the implementation can be optimized.
10318
10319 * net/tramp.el (tramp-dissect-file-name): Raise an error when
10320 Tramp 2.0 syntax is used.
10321 Suggested by Trent W. Buck <trentbuck@gmail.com>.
10322
10323 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10324
10325 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10326 invoke directory-files-and-attributes with last argument `integer'
10327 instead of `string'.
10328 (insert-directory): Add -n to the list of supported switches
10329 mentioned in the doc string.
10330
10331 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10332
10333 * blank-mode.el: New version 9.1. Handle "long" line tail
10334 visualization. Doc fix.
10335 (blank-line-length): Rename to blank-line-column.
10336 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10337 Initialization fix.
10338 (blank-replace-spaces-by-tabs): New fun.
10339 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10340
10341 2008-01-25 Richard Stallman <rms@gnu.org>
10342
10343 * subr.el (add-hook): Implement `permanent-local-hook' property.
10344
10345 * loadhist.el (file-provides, file-requires): Push the filename right.
10346
10347 2008-01-25 Martin Rudalics <rudalics@gmx.at>
10348
10349 * emacs-lisp/find-func.el (find-library): Wrap search for
10350 library name in condition-case to avoid reporting a scan-error.
10351
10352 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10353
10354 * server.el (server-process-filter): Don't force
10355 the authentication string to be followed by "\n".
10356
10357 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10358
10359 * blank-mode.el: New version 9.0. New commands to clean up some blank
10360 problems like trailing blanks. New faces and regexp for visualizing
10361 the blank problems. Doc fix.
10362 (blank-chars, blank-global-modes, blank-chars-value-list)
10363 (blank-toggle-option-alist, blank-help-text): Initialization fix.
10364 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10365 (blank-indentation, blank-empty, blank-space-after-tab)
10366 (blank-indentation-regexp, blank-empty-at-bob-regexp)
10367 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10368 (blank-cleanup, blank-cleanup-region): New commands.
10369 (blank-color-on): Code fix.
10370
10371 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10374 file name.
10375 (ibuffer-mode-map): Add binding to sort by file name.
10376 (ibuffer-filename/process-header-map): New variable.
10377 (filename-and-process): Add a header that sorts by file name.
10378 (ibuffer-mode): Mention sorting by file name.
10379
10380 * ibuf-ext.el (filename/process): New sorter.
10381
10382 2008-01-25 Sven Joachim <svenjoac@gmx.de>
10383
10384 * view.el (kill-buffer-if-not-modified): Don't pass t to
10385 buffer-modified-p.
10386
10387 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
10388
10389 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10390 the source file in case of `rename'.
10391 Reported by Pete Forman <pete.forman@westerngeco.com>.
10392
10393 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
10394
10395 * allout.el (allout-keybindings-list): In initial setting, express
10396 meta-prefixed allout keys as vectors instead of strings, since the
10397 string form is interpreted in some cases as composed key
10398 modifiers, eg, accented keys.
10399
10400 (allout-line-boundary-regexp): Clarify description.
10401
10402 (set-allout-regexp): Repair the expressions so that the formfeed
10403 part is identified as one of the top-level groups, and is
10404 included in all the forms, not just the -line-boundary-regexp one.
10405
10406 (allout-prefix-data): Incorporate information from the various
10407 allout regexp's formfeed alternative group, when present.
10408
10409 (allout-write-file-hook-handler): Rectify mangling of the error
10410 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10411 condition-case handler was apparently reformatted as if it was a
10412 call to the error function. An apparent repair attempt in version
10413 1.101 situated the original body of the error handling code as
10414 bogus condition-case handlers. I've returned to just about the
10415 working code that was originally there, removing an unnecessary -
10416 but benign - enclosing 'progn'. (Automated or cursory code fixes
10417 often aren't.)
10418
10419 (allout-region-active-p): Fallback to value of mark-active if
10420 neither use-region-p nor region-active-p are present, for
10421 compatability with current and recent emacs major releases.
10422
10423 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10424
10425 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10426 (reftex-toc-restore-region):
10427 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10428 (reftex-index-phrases-apply-to-region):
10429 * textmodes/ispell.el (ispell-word):
10430 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10431 * progmodes/pascal.el (pascal-mark-defun):
10432 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10433 (f90-fill-region):
10434 * emulation/tpu-edt.el (tpu-set-mark):
10435 * emulation/crisp.el (crisp-region-active):
10436 * winner.el (winner-active-region):
10437 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10438 of bound tests in order to resolve conditionals at compile time.
10439
10440 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
10441
10442 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10443 not autoloaded, and we wouldn't want to load CL just to unload
10444 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
10445
10446 2008-01-24 Martin Rudalics <rudalics@gmx.at>
10447
10448 * delsel.el (delete-selection-pre-hook): Avoid clearing out
10449 pre-command-hook when text is read-only.
10450
10451 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10452
10453 * vc.el (vc-process-filter): Do nothing if buffer not live.
10454 (vc-diff-finish): Rename from vc-diff-sentinel.
10455 No longer take REV1-NAME and REV2-NAME.
10456 Instead, take BUFFER-NAME. Do nothing if buffer not live.
10457 Don't do window resize if no window displays buffer.
10458 (vc-diff-internal): Use vc-diff-finish.
10459
10460 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10461 In both cases, convert single call to one wrapped in dolist.
10462
10463 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10464
10465 * vc.el: Add a TODO item about missing files.
10466 (vc-exec-after): Add a tooltip to the new mode-line item.
10467
10468 2008-01-24 Glenn Morris <rgm@gnu.org>
10469
10470 * t-mouse.el (gpm-mouse-start): Declare as a function.
10471
10472 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
10473
10474 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10475 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10476 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10477 Don't send `tramp-rsh-end-of-line' additionally, when setting the
10478 prompt.
10479 (tramp-wait-for-output): Distinguish different prompt formats.
10480 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10481 (tramp-local-host-p): Check whether temp directory is writable.
10482
10483 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10484
10485 * vc.el: Add TODO items.
10486
10487 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
10488
10489 * replace.el (occur-mode-find-occurrence-hook): New hook that can
10490 be used to reveal or highlight the location of a match.
10491 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10492 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10493
10494 2008-01-23 Martin Rudalics <rudalics@gmx.at>
10495
10496 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10497 for defcustom.
10498 (hide-ifdef-shadow): Add version number for defface.
10499
10500 2008-01-23 Glenn Morris <rgm@gnu.org>
10501
10502 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10503
10504 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10505
10506 * progmodes/sh-script.el (sh-basic-offset):
10507 * progmodes/cc-vars.el (c-syntactic-indentation)
10508 (c-syntactic-indentation-in-macros): Mark as safe.
10509
10510 2008-01-23 Richard Stallman <rms@gnu.org>
10511
10512 * icomplete.el (icomplete-get-keys):
10513 Look up KEYS using all maps in proper buffer.
10514
10515 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
10516
10517 * frame.el (display-mm-height, display-mm-width):
10518 * whitespace.el (whitespace-check-leading-whitespace)
10519 (whitespace-check-trailing-whitespace)
10520 (whitespace-check-spacetab-whitespace)
10521 (whitespace-check-indent-whitespace)
10522 (whitespace-check-ateol-whitespace):
10523 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10524
10525 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10526
10527 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10528 after-save-hook so that it is not called multiple times.
10529
10530 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10531
10532 2008-01-23 Eli Zaretskii <eliz@gnu.org>
10533
10534 * view.el (view-file-other-window, view-file-other-frame):
10535 Don't kill the buffer if it is modified. Doc fixes.
10536 (kill-buffer-if-not-modified): New function.
10537 (view-file): Don't kill the buffer if it is modified.
10538
10539 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10540 (ebrowse-view/find-file-and-search-pattern):
10541 Call view-file-other-window instead of ebrowse-view-file-other-window.
10542 (ebrowse-view-file-other-frame): Don't call
10543 current-window-configuration. Fix second argument in the call to
10544 view-mode-enter. Doc fix.
10545
10546 2008-01-23 Richard Stallman <rms@gnu.org>
10547
10548 * subr.el (atomic-change-group): Prevent undo list truncation.
10549
10550 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10551
10552 * files.el (safe-local-eval-forms):
10553 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10554
10555 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10556
10557 * comint.el (comint-insert-input): Set point first.
10558
10559 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10560 session doesn't hang because gdb-pending-triggers is non-nil.
10561 (gdb-frame-handler): Use buffer-file-name instead of
10562 buffer-name in case of duplicate file names.
10563
10564 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10565
10566 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10567 C-M-e and C-M-h for emacs, they work by default.
10568 (verilog-emacs-features): Remove.
10569 (verilog-setup-dual-comments, verilog-populate-syntax-table):
10570 Remove. Move syntax table initialization ...
10571 (verilog-mode-syntax-table): ... here.
10572 (verilog-mode): Don't initialize the syntax table here.
10573 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10574 does not need it.
10575
10576 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10577
10578 * progmodes/verilog-mode.el (verilog-booleanp): New function for
10579 backward compatibility. Replace all uses of booleanp with
10580 verilog-booleanp.
10581
10582 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10583
10584 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10585
10586 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10587
10588 * progmodes/verilog-mode.el (top-level): Fix spacing.
10589 (verilog-mode-version, verilog-mode-release-date):
10590 Update version number.
10591 (verilog-mode-release-emacs): New variable.
10592 (compile-command, reporter-prompt-for-summary-p):
10593 Define for byte compiler.
10594 (verilog-startup-message-lines, verilog-startup-message-displayed)
10595 (verilog-display-startup-message): Remove.
10596 (verilog-highlight-p1800-keywords): Improve docstring.
10597 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10598 (vector-skip-list): Only defvar at compile time.
10599 (verilog-highlight-translate-off, verilog-indent-level)
10600 (verilog-indent-level-module, verilog-indent-level-declaration)
10601 (verilog-indent-declaration-macros, verilog-indent-lists)
10602 (verilog-indent-level-behavioral, verilog-indent-level-directive)
10603 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10604 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10605 (verilog-tab-to-comment, verilog-indent-begin-after-if)
10606 (verilog-align-ifelse, verilog-minimum-comment-distance)
10607 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10608 (verilog-auto-endcomments, verilog-auto-read-includes)
10609 (verilog-auto-star-expand, verilog-auto-star-save)
10610 (verilog-library-flags, verilog-library-directories)
10611 (verilog-library-files, verilog-library-extensions)
10612 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10613 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10614 (verilog-assignment-delay, verilog-auto-inst-vector)
10615 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10616 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10617 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10618 Add safe-local-variable properties.
10619 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10620 (verilog-re-search-backward, verilog-error-regexp-add)
10621 (verilog-end-block-re, verilog-emacs-features)
10622 (verilog-populate-syntax-table, verilog-setup-dual-comments)
10623 (verilog-type-font-keywords, verilog-inside-comment-p)
10624 (electric-verilog-backward-sexp, verilog-backward-sexp)
10625 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10626 (electric-verilog-terminate-line, electric-verilog-semi)
10627 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10628 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10629 (verilog-beg-of-statement, verilog-in-case-region-p)
10630 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10631 (verilog-in-fork-region-p, verilog-backward-case-item)
10632 (verilog-set-auto-endcomments, verilog-get-expr)
10633 (verilog-expand-vector-internal, verilog-surelint-off)
10634 (verilog-batch-execute-func, verilog-calculate-indent)
10635 (verilog-calc-1, verilog-calculate-indent-directive)
10636 (verilog-leap-to-head, verilog-continued-line)
10637 (verilog-backward-token, verilog-backward-syntactic-ws)
10638 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10639 (verilog-forward-ws&directives, verilog-at-constraint-p)
10640 (verilog-skip-backward-comments, verilog-indent-line-relative)
10641 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10642 (verilog-pretty-declarations, verilog-pretty-expr)
10643 (verilog-just-one-space, verilog-indent-declaration)
10644 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10645 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10646 (verilog-read-always-signals-recurse, verilog-read-instants)
10647 (verilog-read-auto-template, verilog-set-define)
10648 (verilog-read-defines, verilog-read-signals, verilog-getopt)
10649 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10650 (verilog-modi-cache-results, verilog-insert-one-definition)
10651 (verilog-make-width-expression, verilog-delete-autos-lined)
10652 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10653 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10654 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10655 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10656 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10657 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10658 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10659 (verilog-load-file-at-mouse, verilog-load-file-at-point)
10660 (verilog-library-files): Cleanup spacing of )'s they should not be
10661 on unique lines. Fix checkdoc warnings.
10662
10663 2008-01-22 Glenn Morris <rgm@gnu.org>
10664
10665 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10666 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10667 from defcustoms.
10668 (hide-ifdef-shadow): Remove autoload cookie from defface.
10669
10670 * vc.el (vc-diff-sentinel): Do not write a footer if there were
10671 differences.
10672
10673 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
10674
10675 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10676 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
10677 manual entry.
10678
10679 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
10680
10681 * net/dbus.el (dbus-ignore-errors): New macro.
10682 (dbus-unregister-object): New defun. Moved from dbusbind.c.
10683 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10684 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10685 (dbus-get-signatures): Apply `dbus-ignore-errors'.
10686
10687 2008-01-21 Martin Rudalics <rudalics@gmx.at>
10688
10689 * outline.el (outline-up-heading): Fix check for top level to
10690 avoid infinite looping in hide-other.
10691
10692 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10693
10694 * vc.el (vc-process-sentinel): After calling the previous
10695 sentinel, do nothing if the process' buffer is not live.
10696
10697 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10698
10699 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10700 blank-mode in some buffers (like *info* buffers). Reported by Juanma
10701 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
10702 blank-mode faces. Doc fix. New version 8.1.
10703 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10704 CONDITION BODY).
10705 (blank-space-face): Face/option name replaced by blank-space.
10706 (blank-hspace-face): Face/option name replaced by blank-hspace.
10707 (blank-tab-face): Face/option name replaced by blank-tab.
10708 (blank-newline-face): Face/option name replaced by blank-newline.
10709 (blank-trailing-face): Face/option name replaced by blank-trailing.
10710 (blank-line-face): Face/option name replaced by blank-line.
10711 (blank-space-before-tab-face): Face/option name replaced by
10712 blank-space-before-tab.
10713 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10714
10715 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10716
10717 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10718 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10719 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10720 (global-blank-mode): Doc fixes.
10721 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10722 (blank-newline-face, blank-trailing-face, blank-line-face)
10723 (blank-space-before-tab-face, blank-display-mappings)
10724 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10725 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10726 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10727 Fix typos in docstrings.
10728
10729 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10730
10731 * server.el (server-log-time-function): New variable.
10732 (server-log): Use it.
10733
10734 2008-01-21 Glenn Morris <rgm@gnu.org>
10735
10736 * progmodes/hideif.el: Move defcustoms and defface to start of file.
10737
10738 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10739
10740 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10741
10742 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10743 (org-descriptive-links, org-link-file-path-type)
10744 (org-remember-use-refile-when-interactive)
10745 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10746 (org-export-ascii-bullets, org-agenda-deadline-faces)
10747 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10748 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10749 (org-kill-note-or-show-branches): Fix typos in docstrings.
10750
10751 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
10752
10753 * vc.el (vc-process-sentinel): Set mode-line-process.
10754 (vc-exec-after): Likewise, for the `run' process status.
10755
10756 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * ibuffer.el (ibuffer-mode): Fix last change.
10759
10760 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
10761
10762 * vc-hg.el (vc-hg-registered):
10763 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10764
10765 2008-01-20 Martin Rudalics <rudalics@gmx.at>
10766
10767 * repeat.el (repeat-undo-count): New variable.
10768 (repeat): For self-insertions make undo boundary only after 20
10769 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
10770
10771 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10772
10773 * net/imap.el (imap-ping-server): New variable.
10774 (imap-opened): On add extra ping if imap-ping-server is non-nil.
10775 (imap-ping-server): Minor doc string fixes.
10776
10777 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10778
10779 * net/imap.el (imap-ping-server): New function.
10780 (imap-opened): Call imap-ping-server.
10781
10782 2008-01-20 Glenn Morris <rgm@gnu.org>
10783
10784 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10785 prevent infloops.
10786
10787 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
10788
10789 * progmodes/python.el (python-imports): Default to "None".
10790
10791 2008-01-19 Tom Tromey <tromey@redhat.com>
10792
10793 * vc-svn.el (vc-svn-after-dir-status): New function.
10794 (vc-svn-dir-status): Run svn asynchronously.
10795
10796 2008-01-19 Martin Rudalics <rudalics@gmx.at>
10797
10798 * progmodes/hideif.el (hide-ifdef-shadow): New option.
10799 (hide-ifdef-shadow): New face.
10800 (hide-ifdef-toggle-shadowing): New function to toggle between
10801 shadowing and making code invisible.
10802 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10803 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10804 (hide-ifdef-region-internal): Give new overlay hide-ifdef
10805 property. Shadow text when hide-ifdef-shadow is non-nil.
10806 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10807 (hif-hide-line): Use when instead of if.
10808 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10809 Remove unneeded * from doc-strings.
10810
10811 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10814 the hscroll behavior was fixed.
10815 (doc-view-mode): Disable auto-hscroll-mode.
10816
10817 2008-01-18 Tom Tromey <tromey@redhat.com>
10818
10819 * vc-svn.el (vc-svn-dir-status): New function.
10820
10821 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10822
10823 * vc.el: Make vc-status asynchronous.
10824 (vc-update-vc-status-buffer): New function broken out of ...
10825 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
10826 the dir-status backend function.
10827
10828 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10829 Move the output processing to ...
10830 (vc-hg-after-dir-status): ... here. Call the function passed as
10831 an argument with the results.
10832
10833 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10834
10835 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10836 (doc-view-insert-image): Do something if the image is missing.
10837 (doc-view-mode): Don't use file-remote-p.
10838
10839 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10840
10841 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10842 (org-export-latex-special-chars): Convert "..." in \ldots
10843 and skip tables.
10844 (org-export-latex-fontify-headline): Change parameter name.
10845 (org-export-as-latex): Handle export of subtrees.
10846 (org-export-latex-make-header): New argument TITLE.
10847 (org-export-latex-content): New argument EXCLUDE-LIST.
10848 (org-list-parse-list): New name for org-export-latex-parse-list.
10849 (org-export-latex-make-header): New name for
10850 org-export-latex-make-preamble.
10851 (org-list-to-generic): New name of org-export-list-to-generic.
10852 (org-list-to-latex): New name of org-export-list-to-latex.
10853 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10854 (org-list-send-list, org-list-to-texinfo)
10855 (org-list-to-html): New functions.
10856 (org-export-latex-tables-column-borders)
10857 (org-export-latex-default-class, org-export-latex-classes)
10858 (org-export-latex-classes-sectioning)
10859 (org-list-radio-list-templates): New options.
10860 (org-export-latex-header): New variable.
10861 (org-latex-entities): New constant.
10862 (org-export-latex-default-sectioning, org-export-latex-preamble)
10863 (org-export-latex-prepare-text-option)
10864 (org-export-latex-get-sectioning): Remove.
10865
10866 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
10867
10868 * textmodes/org-publish.el (org-publish-current-project):
10869 Fix bug with forcing publication.
10870
10871 * textmodes/org.el (org-export-with-special-strings): New option.
10872 (org-export-html-convert-special-strings): New function.
10873 (org-html-do-expand): `org-export-html-convert-special-strings'
10874 added to the list of conversion.
10875 (org-infile-export-plist, org-get-current-options): Add support
10876 for "-" in the #+OPTION line to let user switch on/off special
10877 strings conversion.
10878 (org-export-plist-vars): New :html-table-tag property.
10879 (org-export-as-html, org-format-org-table-html)
10880 (org-format-table-table-html) Use the :html-table-tag property
10881 instead of the `org-export-html-table-tag' global value.
10882 (org-additional-option-like-keywords): Add "TBLFM".
10883 (org-entry-properties): Include the CLOCKSUM special property.
10884 (org-columns-edit-value): Do not allow to edit the special
10885 CLOCKSUM property.
10886 (org-flag-drawer): Use the original value of `outline-regexp'.
10887 (org-remember-handler): Add invisible-ok flag to call to
10888 `org-end-of-subtree'.
10889 (org-agenda-highlight-todo): Respect
10890 `org-agenda-todo-keyword-format'.
10891 (org-agenda-todo-keyword-format): New option.
10892 (org-infile-export-plist): No restriction while searching for options.
10893 (org-remember-handler): Remove comments at the end of the buffer.
10894 (org-remember-use-refile-when-interactive): New option.
10895 (org-table-sort-lines): Make sure sorting works on link
10896 descritions only, and ignores the link.
10897 (org-sort-entries-or-items): Make sure the end of the subtree is
10898 included.
10899 (org-refile-use-outline-path): New allowed values `file' and
10900 `full-file-path'.
10901 (org-get-refile-targets): Respect new values for
10902 `org-refile-use-outline-path'.
10903 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10904 (org-export-as-xoxo): Restore point when done.
10905 (org-open-file): Allow multiple %s in command.
10906 (org-clock-in-switch-to-state): New option.
10907 (org-first-list-item-p): New function.
10908 (org-last-remember-storage-locations): New variable.
10909 (org-get-refile-targets): Interpret the new maxlevel setting.
10910 (org-refile-targets): New option `:maxlevel'.
10911 (org-copy-subtree): Include empty lines before but not after subtree.
10912 (org-back-over-empty-lines, org-skip-whitespace): New functions.
10913 (org-move-item-down, org-move-item-up): Include empty lines before
10914 but not after item.
10915 (org-first-sibling-p): New function.
10916 (org-remember-apply-template): Defaults, completions and history
10917 for template prompts. Also, interpret new `%!' escape.
10918 (org-context-choices): New constant.
10919 (org-bound-and-true-p): New macro.
10920 (org-imenu-depth): New option.
10921 (org-imenu-markers): New variable.
10922 (org-imenu-new-marker, org-imenu-get-tree)
10923 (org-speedbar-set-agenda-restriction): New functions.
10924 (org-agenda-set-restriction-lock)
10925 (org-agenda-remove-restriction-lock)
10926 (org-agenda-maybe-redo): New functions.
10927 (org-agenda-restriction-lock): New face.
10928 (org-agenda-restriction-lock-overlay)
10929 (org-speedbar-restriction-lock-overlay): New variables.
10930 (org-open-at-point): Remove obsolete way to do redirection in
10931 shell links.
10932 (org-imenu-and-speedbar): New customization group.
10933 (org-entry-properties): Return keyword-less time strings.
10934 (org-clock-heading-function): New option.
10935 (org-clock-in): Use `org-clock-heading-function'.
10936 (org-calendar-holiday): Try to use `calendar-check-holidays'
10937 instead of the obsolete `check-calendar-holidays'.
10938 (org-export-html-special-string-regexps): New constant.
10939 (org-massive-special-regexp): New variable.
10940 (org-compute-latex-and-specials-regexp)
10941 (org-do-latex-and-special-faces): New functions.
10942 (org-latex-and-export-specials): New face.
10943 (org-highlight-latex-fragments-and-specials): New option.
10944 (org-link-escape-chars): Use characters instead of strings.
10945 (org-link-escape-chars-browser, org-link-escape)
10946 (org-link-unescape): Use characters instead of strings.
10947 (org-export-html-convert-sub-super, org-html-do-expand): Check for
10948 protected text.
10949 (org-emphasis-alist): Additional `verbatim' flag.
10950 (org-set-emph-re): Handle the verbatim flag and compute
10951 `org-verbatim-re'.
10952 (org-cleaned-string-for-export): Protect verbatim elements.
10953 (org-verbatim-re): New variable.
10954 (org-hide-emphasis-markers): New option.
10955 (org-additional-option-like-keywords): Add new keywords.
10956 (org-get-entry): Rename from `org-get-cleaned-entry'.
10957 (org-icalendar-cleanup-string): New function for quoting icalendar text.
10958 (org-agenda-skip-scheduled-if-done): New option.
10959 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10960 `org-agenda-skip-scheduled-if-done'.
10961 (org-prepare-agenda-buffers): Allow buffers as arguments.
10962 (org-entry-properties): Add CATEGORY as a special property.
10963 (org-use-property-inheritance): Allow a list of properties as a value.
10964 (org-eval-in-calendar): No longer update the prompt.
10965 (org-read-date-popup-calendar): Rename from
10966 `org-popup-calendar-for-date-prompt'.
10967 (org-read-date-display-live): New variable.
10968 (org-read-date-display): New function.
10969 (org-read-date-analyze): New function.
10970 (org-remember-apply-template): Define `remember-finalize' if it is
10971 not yet defined.
10972 (org-remember-insinuate): New function.
10973 (org-read-date-prefer-future): New option.
10974 (org-read-date): Respect the setting of
10975 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
10976 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10977 hardcoded string.
10978 (org-remember-apply-template): Use `remember-finalize' instead of
10979 `remember-buffer'.
10980 (org-columns-compute, org-column-number-to-string)
10981 (org-columns-uncompile-format, org-columns-compile-format)
10982 (org-columns-compile-format): Handle printf format specifier.
10983 (org-columns-new, org-column-number-to-string)
10984 (org-columns-uncompile-format, org-columns-compile-format):
10985 Support for new currency summary type.
10986 (org-tree-to-indirect-buffer): Do not kill old buffer when
10987 `org-indirect-buffer-display' is `new-frame'.
10988 (org-indirect-buffer-display): Document that `new-frame' leads to
10989 indiret buffer proliferation.
10990 (org-agenda-list): Use `org-extend-today-until'.
10991 (org-extend-today-until): New option.
10992 (org-format-org-table-html): Use lower-case for <col> tag.
10993 (org-agenda-execute): New command.
10994 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10995 (org-select-remember-template): New function.
10996 (org-remember-apply-template): Use `org-select-remember-template'.
10997 (org-go-to-remember-target): New function.
10998
10999 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
11000
11001 * vc.el: Add a TODO note about vc-state.
11002 (vc-next-action): Register 'unregistered and 'ignored files.
11003 Use when and unless instead of if where appropriate.
11004 (vc-start-entry): Fix typo.
11005 (vc-status): Autoload it.
11006
11007 2008-01-18 Glenn Morris <rgm@gnu.org>
11008
11009 * ffap.el (ffap-alist): Remove space from RFC regexp.
11010
11011 2008-01-18 Richard Stallman <rms@gnu.org>
11012
11013 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
11014 than face-spec-recalc.
11015
11016 2008-01-18 Glenn Morris <rgm@gnu.org>
11017
11018 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
11019
11020 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11021 Miles Bader <miles@gnu.org>
11022
11023 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
11024 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
11025 for handling display table (via visws.el package), his code was
11026 modified, but the main idea was kept.
11027
11028 2008-01-17 Glenn Morris <rgm@gnu.org>
11029
11030 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
11031 (ibuffer-save-filters): Remove calls to deleted
11032 ibuffer-update-mode-name.
11033
11034 2008-01-16 Martin Rudalics <rudalics@gmx.at>
11035
11036 * longlines.el (longlines-mode, longlines-show-region)
11037 (longlines-unshow-hard-newlines): Bind buffer-file-name and
11038 buffer-file-truename to nil while modifying buffer.
11039
11040 * cus-edit.el (custom-reset-standard-variables-list)
11041 (custom-reset-standard-faces-list): New variables.
11042 (custom-reset-standard-save-and-update): New function.
11043 (Custom-save): Apply custom-mark-to-save before and
11044 custom-state-set-and-redraw after saving options.
11045 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
11046 options and call custom-reset-standard-save-and-update.
11047 (custom-variable, custom-face, custom-group): Provide new
11048 entries for custom-mark-to-save, custom-mark-to-reset-standard,
11049 and custom-state-set-and-redraw.
11050 (custom-variable-mark-to-save)
11051 (custom-variable-state-set-and-redraw)
11052 (custom-variable-mark-to-reset-standard)
11053 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
11054 (custom-face-mark-to-reset-standard)
11055 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
11056 (custom-group-mark-to-reset-standard): New functions.
11057 (custom-variable-save): Move save, state-set, and redraw
11058 functionality to custom-variable-mark-to-save.
11059 (custom-face-save): Move save, state-set, and redraw
11060 functionality to custom-face-mark-to-save.
11061 (custom-group-save): Move save, state-set, and redraw
11062 functionality to custom-group-mark-to-save.
11063 (custom-variable-reset-standard, custom-face-reset-standard)
11064 (custom-group-reset-standard): Move save, state-set, and redraw
11065 functionality to custom-reset-standard-save-and-update.
11066
11067 (custom-buffer-create-internal): Fix text in verbose help.
11068 (custom-face-value-create): Indent doc-strings of faces like
11069 those of variables.
11070
11071 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11072
11073 * server.el (server-process-filter): Replace lineno and columnnno
11074 which defaulted to 1&0 with filepos which defaults to nil.
11075 (server-goto-line-column): Only receive the filepos.
11076 Only move if filepos is non-nil.
11077 (server-visit-files): Slight restructure to consolidate two calls to
11078 server-goto-line-column into just one.
11079
11080 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
11081 the use of degraded mode.
11082 (nxml-degrade): Don't change mode-name.
11083
11084 * nxml/rng-nxml.el (rng-nxml-mode-init):
11085 Don't overwrite mode-line-process.
11086
11087 * ibuffer.el (mode): Pass the buffer to format-mode-line.
11088 (ibuffer-update-mode-name): Remove.
11089 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
11090 (ibuffer-mode): Use mode-line-process instead.
11091
11092 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
11093 Use derived-mode-p.
11094 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
11095
11096 * help.el (describe-mode): Pass the right buffer to format-mode-line.
11097
11098 2008-01-16 Glenn Morris <rgm@gnu.org>
11099
11100 * comint.el (comint-regexp-arg): Fix no-input case.
11101
11102 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
11103
11104 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
11105 * pcvs.el (cvs-revert-if-needed):
11106 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
11107
11108 * vc-svn.el (vc-svn-find-file-hook):
11109 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
11110
11111 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
11112
11113 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
11114 (icalendar-export-file, icalendar-import-file):
11115 Restore significant trailing whitespace in `interactive' prompts.
11116
11117 2008-01-16 Tom Tromey <tromey@redhat.com>
11118
11119 * calendar/icalendar.el (icalendar--convert-tz-offset)
11120 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
11121 (icalendar--find-time-zone): New functions.
11122 (icalendar--decode-isodatetime): Add `zone' argument, passed to
11123 `decode-time'. Doc fix.
11124 (icalendar--convert-ical-to-diary): Compute zone-map.
11125 Pass timezone to icalendar--decode-isodatetime.
11126
11127 2008-01-16 Alan Mackenzie <acm@muc.de>
11128
11129 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
11130 an eval-and-compile, so as to permit byte-compiling (e.g. in
11131 bootstrap).
11132
11133 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
11136 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
11137 using the same key for different menu entries.
11138
11139 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
11140 (smerge-makeup-conflict): New command.
11141
11142 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
11143
11144 * log-edit.el (log-edit): Doc fix.
11145
11146 2008-01-15 Glenn Morris <rgm@gnu.org>
11147
11148 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
11149
11150 2008-01-14 Alan Mackenzie <acm@muc.de>
11151
11152 * progmodes/cc-vars.el (c-constant-symbol): New function which
11153 supersedes c-const-symbol. During a customize-.. call it enables
11154 an element of (e.g.) c-hanging-braces alist to have its name
11155 displayed, even when the default value of c-h-b etc. doesn't
11156 include the elemnt. Replace uses of the old function by the new.
11157
11158 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
11159 obscure non-working fragment ":value c-".
11160
11161 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11162
11163 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
11164
11165 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
11166
11167 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
11168 instead of `tramp-file-name-real-host'.
11169
11170 * net/trampver.el: Update release number.
11171
11172 2008-01-14 Alan Mackenzie <acm@muc.de>
11173
11174 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
11175 call inside a struct being recognised as a K&R argument.
11176
11177 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
11178
11179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11180 Accept "fatal error" from MSFT.
11181 Reported by Jared Finder <jfinder@crypticstudios.com>.
11182
11183 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
11184
11185 * smerge-mode.el (smerge-auto): New function.
11186 * vc-svn.el (vc-svn-find-file-hook):
11187 * vc-arch.el (vc-arch-find-file-hook):
11188 * pcvs.el (cvs-revert-if-needed):
11189 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
11190 (top-level): Add a Todo list.
11191
11192 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
11193
11194 * vc.el (vc-update): Resolve conflicts if necessary instead of
11195 just updating the buffer.
11196
11197 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
11198 update command so that we can parse the output.
11199
11200 2008-01-13 Martin Rudalics <rudalics@gmx.at>
11201
11202 * mail/rmail.el (rmail-convert-to-babyl-format):
11203 Remove save-excursion to avoid infinite looping.
11204 Reported by dnz <dnz@bk.ru>.
11205
11206 2008-01-12 Glenn Morris <rgm@gnu.org>
11207
11208 * woman.el (woman-parse-numeric-arg): Change handling of `==':
11209 can be interned without a function definition.
11210
11211 2008-01-12 Jason Rumney <jasonr@gnu.org>
11212
11213 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
11214 (rng-nxml-mode-init): Declare.
11215
11216 2008-01-11 Jason Rumney <jasonr@gnu.org>
11217
11218 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
11219 (rng-preferred-prefix-alist-default): Remove.
11220
11221 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
11222 Rename from nxml-enable-unicode-char-name-sets-flag.
11223 (nxml-enable-unicode-char-name-sets-1): Merge into
11224 nxml-enable-unicode-char-name-sets.
11225 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
11226 nxml-char-name-ignore-case here.
11227
11228 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
11229 Update doc string and commentary.
11230 (nxml-char-name-ignore-case): Change default value.
11231 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
11232
11233 2008-01-11 Martin Rudalics <rudalics@gmx.at>
11234
11235 * cus-start.el (all): Add missing version entries.
11236
11237 2008-01-11 Glenn Morris <rgm@gnu.org>
11238
11239 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11240 (euc-to-flat-code, flat-code-to-euc):
11241 * textmodes/org.el (elmo-msgdb-overview-get-entity)
11242 (wl-summary-buffer-msgdb): Declare as funtions.
11243
11244 2008-01-10 Martin Rudalics <rudalics@gmx.at>
11245
11246 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
11247 Bind buffer-file-name and buffer-file-truename.
11248
11249 * fringe.el (fringe-mode-explicit): New variable.
11250 (set-fringe-mode): Don't alter default-frame-alist when just
11251 loading this file.
11252
11253 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11254
11255 * doc-view.el (doc-view-buffer-file-name): New variable.
11256 (doc-view-convert-current-doc, doc-view-search)
11257 (doc-view-current-cache-dir, doc-view-initiate-display)
11258 (doc-view-mode): Use it.
11259 (doc-view-bookmark-make-cell): Use variable buffer-file-name
11260 instead of function.
11261
11262 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
11263
11264 * vc-svn.el (vc-svn-registered): Return the correct value for
11265 ignored and unregistered files.
11266
11267 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
11268
11269 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
11270
11271 2008-01-10 Tom Tromey <tromey@redhat.com>
11272
11273 * vc.el (vc-status-unmark-all-files): New function.
11274 (vc-status-unmark-all-files): Likewise.
11275 (vc-status-mode-map): Add bindings.
11276
11277 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
11278
11279 * ediff*.el: Uncomment declare-function.
11280
11281 * emulation/viper*.el: Uncomment declare-function.
11282
11283 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11284
11285 * doc-view.el (doc-view-mode): Support tramp, compressed files and
11286 files inside archives uniformly.
11287
11288 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
11289
11290 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11291 constant with a computation on sgml-specials rather than a literal
11292 list. Without this change the syntax table is generated
11293 incorrectly, and the mode will think it's in a comment following
11294 any instance of the string "--".
11295
11296 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11297
11298 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11299 (doc-view-mode): Support document files inside archives.
11300
11301 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
11302
11303 * vc.el (vc-deduce-fileset): Return the currently selected file if
11304 no files are selected when using vc-status.
11305
11306 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11307
11308 * ediff*.el: Comment out declare-function. "make bootstrap"
11309 stops with an error and Emacs does not compile with those things in.
11310 Besides, declare-function is not defined in XEmacs.
11311
11312 * ediff-util (eqiff-quit): Autoraise minibuffer.
11313
11314 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11315
11316 * emulation/viper*.el: Comment out declare-function -- not defined
11317 in XEmacs.
11318
11319 * emulation/viper-ex.el (viper-info-on-file):
11320 Take care of indirect buffers.
11321
11322 * emulation/viper.el (viper-set-hooks, set-cursor-color):
11323 Set viper-vi-state-cursor-color.
11324
11325 2008-01-09 Tom Tromey <tromey@redhat.com>
11326
11327 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11328 Just return header.
11329 (vc-status-move-to-goal-column): New function.
11330 (vc-status-mode-map): Define more keys.
11331 (vc-status-mode): Use vc-status-refresh. Now 'special.
11332 (vc-status-refresh): New function.
11333 (vc-status-next-line): Likewise.
11334 (vc-status-previous-line): Likewise.
11335 (vc-status-mark-file): Use vc-status-next-line.
11336 (vc-status-unmark-file): Use vc-status-previous-line.
11337 (vc-status-unmark-file-up): New function.
11338 (vc-status-register): Likewise.
11339 (vc-status-find-file): Likewise.
11340 (vc-status-find-file-other-window): Likewise.
11341 (vc-status-current-file): Likewise.
11342 (vc-ensure-vc-buffer): Understand vc-status mode.
11343
11344 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11345
11346 2008-01-09 Glenn Morris <rgm@gnu.org>
11347
11348 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11349 entry, for Windows.
11350
11351 2008-01-09 Tom Tromey <tromey@redhat.com>
11352
11353 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11354
11355 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11358 add a file-name handler.
11359
11360 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11361
11362 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11363 Rename from function bibtex-files-expand. New optional arg select.
11364 (bibtex-flash-head): Allow blink-matching-delay being zero.
11365 (bibtex-clean-entry): Use atomic-change-group.
11366 (bibtex-format-entry): Check presence of required fields only
11367 after formatting of fields. Use member-ignore-case. Do not use
11368 bibtex-parse-entry. Do not use booktitle field to set a missing title.
11369 (bibtex-autofill-entry): Do not call undo-boundary.
11370 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11371 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11372 Parse keys if necessary.
11373
11374 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11375
11376 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11377 quotes in case of spaces, e.g. STL containers (not pretty).
11378
11379 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11380
11381 * progmodes/gdb-ui.el (gud-gdb-command-name):
11382 Explain "--annotate=3" option is necessary for the Graphical Interface.
11383
11384 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11385
11386 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11387 on menu bar.
11388
11389 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11390
11391 * ffap.el (ffap-read-file-or-url): Let-bind
11392 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11393
11394 2008-01-08 Sven Joachim <svenjoac@gmx.de>
11395
11396 * vc-bzr.el: Fix typo in header.
11397
11398 2008-01-08 Eli Zaretskii <eliz@gnu.org>
11399
11400 * Makefile.in (custom-deps, finder-data): Depend on autoloads
11401 instead of loaddefs.el.
11402
11403 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11406 gets inserted out-of-order.
11407
11408 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
11409
11410 * vc-bzr.el: Copyright and version headers update.
11411 Remove some outdated comments through the whole file.
11412 (vc-bzr-program-args): Remove because unused.
11413 (vc-bzr-log-switches): New customization option.
11414 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
11415 use `vc-bzr-program-args'.
11416 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11417 `vc-find-root' (patch by Andreas Hoenen).
11418 (vc-bzr-status): Update regex to match latest Bzr output.
11419 Remove redundant test.
11420 (vc-bzr-init-version): New function.
11421 (vc-bzr-unregister): Must not delete file.
11422 (vc-bzr-find-version): New function.
11423 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11424 a non-empty string, otherwise take head revision.
11425 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11426 (vc-bzr-diff): Simpler build of the revision spec string.
11427 (vc-annotate-convert-time, vc-bzr-annotate-difference):
11428 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11429 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
11430 (vc-bzr-dired-state-info): Only provide custom strings for
11431 overloaded VC state 'edited; otherwise fallback to
11432 `vc-default-dired-state-info'.
11433
11434 2008-01-08 Richard Stallman <rms@gnu.org>
11435
11436 * delsel.el (delete-selection-mode): Doc fix.
11437
11438 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11439
11440 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11441 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11442
11443 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11444 of watch expressions (only works fully with GDB 6.7 or later).
11445
11446 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
11447
11448 * time-stamp.el (time-stamp-time-zone):
11449 * whitespace.el (whitespace-check-buffer-leading)
11450 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11451 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11452 * progmodes/sh-script.el (sh-indentation):
11453 * textmodes/ispell.el (ispell-local-pdict):
11454 Add safe-local-variable properties.
11455
11456 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11457
11458 * vc-git.el (vc-git--call): Apply `process-file' instead of
11459 `call-process'.
11460
11461 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11462 Reported by Pete Forman <pete.forman@westerngeco.com>.
11463 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11464 (tramp-handle-process-file): Handle the case where DESTINATION is
11465 a consp with t as car.
11466 (tramp-wait-for-output): We shall remove exactly what has been
11467 find by the search.
11468
11469 2008-01-08 Kevin Ryde <user42@zip.com.au>
11470
11471 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11472 For perl, allow "during global destruction" at end. Add entry for
11473 two-arg form of the Test module ok() func.
11474
11475 2008-01-08 Glenn Morris <rgm@gnu.org>
11476
11477 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11478 unified format.
11479
11480 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11481
11482 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
11483
11484 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11485 Simplify selection of frame focusing function.
11486
11487 2008-01-08 Michael Olson <mwolson@gnu.org>
11488
11489 * textmodes/remember.el (remember-region): Fix typo in docstring.
11490
11491 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
11492
11493 * textmodes/remember.el (remember): If there is a visible region
11494 [that is, the mark is active and transient mark mode is enabled]
11495 then use this region for the initial contents of the *Remember*
11496 buffer. Use `region-beginning' and `region-end' instead of
11497 `point' and `mark'.
11498
11499 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
11500
11501 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11502 argument to vc-hg-command.
11503 (vc-hg-log-view-mode): Handle the user field better.
11504
11505 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11508
11509 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11510
11511 * vc.el (vc-status-fileinfo): New defstruct.
11512 (vc-status): New defvar.
11513 (vc-status-insert-headers, vc-status-printer, vc-status)
11514 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11515 (vc-status-unmark-file, vc-status-marked-files): New functions.
11516
11517 * vc-hg.el (vc-hg-dir-status): New function.
11518
11519 2008-01-06 Martin Rudalics <rudalics@gmx.at>
11520
11521 * cus-edit.el (custom-tool-bar-map): Move initialization of this
11522 keymap from here ...
11523 (custom-mode): ... to here. Reported by Reiner Steib.
11524
11525 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11526
11527 * obsolete/x-apollo.el: Remove file for unsupported system.
11528
11529 * term/x-win.el (vendor-specific-keysyms): Remove reference to
11530 Apollo.
11531
11532 * progmodes/gud.el (gud-dgux-p): Remove.
11533 (dbx): Remove reference to dgux.
11534
11535 * progmodes/ps-mode.el (ps-mode-print-function):
11536 * ps-print.el (ps-lp-system):
11537 * paths.el (rmail-spool-directory):
11538 * ls-lisp.el (ls-lisp-emulation):
11539 * lpr.el (lpr-lp-system):
11540 * dired.el (dired-chown-program): Remove references to dgux.
11541
11542 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * vc.el (vc-process-sentinel): Fix apparent typo.
11545 (vc-do-command): Forcefully kill any left over process.
11546 Use start-file-process.
11547 (vc-annotate-get-time-set-line-props): Check we don't move backward.
11548
11549 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
11550
11551 * net/dbus.el (dbus-list-hash-table)
11552 (dbus-name-owner-changed-handler): Replace "signal" by "member".
11553 (dbus-check-event): Add serial number to event.
11554 (dbus-handle-event): Apply return message if needed.
11555 (dbus-event-serial-number): New defun.
11556 (dbus-event-service-name, dbus-event-path-name)
11557 (dbus-event-interface-name, dbus-event-member-name):
11558 Adapt implementation to serial number.
11559
11560 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11561
11562 * bs.el (bs--get-mode-name): Fix typo in previous change.
11563
11564 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11565
11566 * mouse.el (mouse-popup-menubar): Fix typo.
11567
11568 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11569 form inside with-current-buffer.
11570
11571 * progmodes/antlr-mode.el (provide): Move to the end of file.
11572 (require): Don't require font-lock and compile.
11573 (outline-level, imenu-use-markers, imenu-create-index-function):
11574 Move declarations to top level.
11575 (cond-emacs-xemacs-macfn): Declare for compiler.
11576
11577 * vc-bzr.el (vc-bzr-root):
11578 * vc-arch.el (vc-arch-root): Only set a property if the file is
11579 managed by this backend.
11580
11581 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11582
11583 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
11584
11585 * doc-view.el (doc-view-scroll-up-or-next-page)
11586 (doc-view-scroll-down-or-previous-page): Don't scroll to the
11587 top/bottom again when on the first/last page.
11588
11589 * doc-view.el (doc-view-scroll-up-or-next-page)
11590 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11591 image-scroll-down instead of the non-image equivalents.
11592 Don't rely on a signalled condition but switch pages when scrolling
11593 doesn't change the vertical position anymore.
11594 (doc-view-mode-map): Remap scroll-{up,down} to
11595 image-scroll-{up,down}.
11596
11597 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
11598
11599 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11600 tpu-mapper command rather than load the tpu-mapper package.
11601
11602 * emulation/tpu-mapper.el (tpu-mapper): New command.
11603 Contains all the code previously at top-level.
11604
11605 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * bs.el (bs--sort-by-mode, bs--get-mode-name):
11608 * imenu.el (imenu-add-to-menubar):
11609 * makesum.el (make-command-summary):
11610 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11611 (mouse-buffer-menu):
11612 * msb.el (msb--mode-menu-cond):
11613 * calc/calc-embed.el (calc-do-embedded):
11614 * emacs-lisp/helper.el (Helper-describe-mode):
11615 * mail/emacsbug.el (report-emacs-bug):
11616 * progmodes/hideshow.el (hs-grok-mode-type):
11617 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11618 * textmodes/table.el (*table--cell-describe-mode):
11619 Pass mode-name through format-mode-line.
11620
11621 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * progmodes/ada-xref.el (ada-prj-find-prj-file):
11624 * progmodes/ada-mode.el (comment-region):
11625 * calendar/todo-mode.el (todo-insert-item):
11626 * bookmark.el (bookmark-buffer-name):
11627 Test major-mode rather than mode-name.
11628
11629 2008-01-04 Richard Stallman <rms@gnu.org>
11630
11631 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11632 Call byte-compile-warn-about-unresolved-functions outside
11633 the with-current-buffer.
11634 (byte-compile-insert-header): Use with-current-buffer.
11635
11636 2008-01-04 Glenn Morris <rgm@gnu.org>
11637
11638 * startup.el (fancy-about-screen): Remove reference to deleted
11639 `fancy-splash-help-echo' variable.
11640
11641 * version.el (emacs-copyright): Update to 2008.
11642
11643 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11644 rather than mapcar.
11645
11646 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11647 change (merge mistake).
11648
11649 * doc-view.el (doc-view-search-internal): Don't use `incf'.
11650
11651 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11652 (bookmark-get-bookmark-record):
11653 * image-mode.el (bookmark-make-cell-function)
11654 (bookmark-get-filename, bookmark-get-bookmark-record)
11655 (bookmark-get-position):
11656 * log-view.el (vc-modify-change-comment):
11657 * progmodes/grep.el (find-name-arg): Declare for compiler.
11658
11659 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11660
11661 * savehist.el (savehist-coding-system): Default to a variant coding
11662 system with explicit unix end-of-line conversion, which is safer.
11663
11664 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11667 * ibuffer.el (mode column): Use format-mode-line.
11668
11669 * server.el (server-create-window-system-frame): Remove workaround for
11670 a bug that has been fixed.
11671
11672 2008-01-03 Magnus Henoch <magnus@zemdatav>
11673
11674 * net/dbus.el (dbus-name-owner-changed-handler):
11675 Use dbus-unregister-object instead of dbus-unregister-signal.
11676
11677 2008-01-03 Drew Adams <drew.adams@oracle.com>
11678
11679 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11680
11681 2008-01-03 Richard Stallman <rms@gnu.org>
11682
11683 * replace.el (occur-context-lines): New subroutine,
11684 broken out of occur-engine.
11685 (occur-engine): Call it.
11686
11687 2008-01-03 Alexandre Julliard <julliard@winehq.org>
11688
11689 * vc-git.el (vc-git--ls-files-state): New function.
11690 (vc-git-dir-state): Use it instead of processing the status
11691 results here.
11692
11693 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11694
11695 * progmodes/grep.el (grep-find-ignored-directories):
11696 Initialize from the value of vc-directory-exclusion-list.
11697
11698 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11699 even though we don't have a back end for darcs yet.
11700
11701 2008-01-02 Karl Fogel <kfogel@red-bean.com>
11702
11703 Change a return type, for greater extensibility.
11704 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11705 and its thread for discussion leading to this change.
11706
11707 * bookmark.el (bookmark-jump-noselect):
11708 Return an alist instead of a dotted pair.
11709 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11710 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11711 (bookmark-bmenu-switch-other-window): Adjust accordingly.
11712 (bookmark-make-cell-function): Adjust documentation accordingly.
11713
11714 * image-mode.el (image-bookmark-jump):
11715 Adjust return type accordingly; document.
11716
11717 * doc-view.el (doc-view-bookmark-jump):
11718 Adjust return type accordingly; document.
11719
11720 2008-01-02 Miles Bader <miles@gnu.org>
11721
11722 * net/rcirc.el (rcirc-log-filename-function): New variable.
11723 (rcirc-log): Use `rcirc-log-filename-function' to generate the
11724 log-file name. Don't log anything if it returns nil.
11725 (rcirc-log-write): Use `expand-file-name' when merging the
11726 log-file name from the alist with rcirc-log-directory; this does
11727 the right thing if the name in the alist already an absolute
11728 filename. Make the log-file directory if necessary.
11729
11730 2007-12-29 Richard Stallman <rms@gnu.org>
11731
11732 * font-lock.el (font-lock-prepend-text-property)
11733 (font-lock-append-text-property): Canonicalize the face and
11734 font-lock-face properties.
11735
11736 * faces.el (facep): Doc fix.
11737
11738 * startup.el (fancy-startup-tail, fancy-about-text)
11739 (fancy-startup-text): Regularize format of face property.
11740
11741 * facemenu.el (list-colors-print): Use :background and :foreground
11742 instead of background-color and foreground-color.
11743
11744 2007-12-29 Drew Adams <drew.adams@oracle.com>
11745
11746 * cus-edit.el (custom-add-parent-links):
11747 Fill the "Parent documentation" text.
11748
11749 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11750
11751 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11752 MS-Windows and MS-DOS.
11753 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11754
11755 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11756
11757 * vc-svn.el (vc-svn-modify-change comment): New function.
11758
11759 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11760
11761 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11762 Do not disable undo, with-temp-buffer does it by default.
11763
11764 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
11765
11766 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11767 correctly.
11768
11769 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
11770 with vc-state.
11771 (vc-next-action): Fix vc-transfer-file call.
11772
11773 2007-12-31 Tom Tromey <tromey@redhat.com>
11774
11775 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11776 Move point to the start of the buffer.
11777
11778 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
11779
11780 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11781
11782 * vc.el: State that dir-state is required to set the vc-state and
11783 vc-backend properties.
11784
11785 2007-12-31 Martin Rudalics <rudalics@gmx.at>
11786
11787 * man.el (Man-default-man-entry): Make this a defun.
11788 Improve guessing mechanism and handling of section numbers.
11789
11790 2007-12-31 Richard Stallman <rms@gnu.org>
11791
11792 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11793
11794 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
11795
11796 * calc/calc-units.el (calc-convert-temperature): Ensure that units
11797 are on the result even when the result is zero.
11798
11799 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
11800
11801 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11802 resistent towards wrong parameters.
11803 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11804
11805 2007-12-30 Richard Stallman <rms@gnu.org>
11806
11807 * faces.el (face-all-attributes): New function.
11808
11809 * faces.el (face-differs-from-default-p): Compute list of attr names
11810 from face-attribute-name-alist.
11811
11812 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11813 (custom-face-save): Likewise.
11814 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11815
11816 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11817 (custom-theme-set-faces): Clear `face-override-spec' property.
11818 Call `face-spec-set' with FOR-DEFFACE.
11819
11820 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11821
11822 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11823 Use of frame as third arg is deprecated.
11824 Handle `face-override-spec' property.
11825 (face-spec-recalc): New function.
11826 (face-spec-set-2): New function.
11827 (frame-set-background-mode): Handle `face-override-spec' property.
11828 Use `face-spec-recalc'.
11829 (face-set-after-frame-default): Use `face-spec-recalc'.
11830
11831 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
11832
11833 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11834
11835 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11836
11837 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11838
11839 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
11840
11841 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11842 'added, 'removed.
11843
11844 * vc.el (header coment): Better description of dir-state.
11845 (vc-compatible-state): New function. Checks whether two states
11846 can be in the same changeset; used with 'edited it can test whether
11847 the next action for a state should be commit.
11848 (vc-default-dired-state-info): Display 'removed state.
11849 (vc-dired-hook): Turn off undo, this is a speed tweak.
11850
11851 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11852
11853 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11854 Cope with the possibility that the 'C' status flag might change
11855 in 0.9,6.
11856
11857 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11858
11859 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11860
11861 * files.el (cd-absolute): Fix omission bug:
11862 Make `list-buffers-directory' buffer-local.
11863
11864 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11865
11866 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11867
11868 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
11869
11870 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11871
11872 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11873 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11874 (math-yacas-compose-deriv, math-yacas-compose-taylor)
11875 (math-maxima-parse-subst, math-maxima-parse-taylor)
11876 (math-maxima-compose-taylor, math-maxima-compose-subst)
11877 (math-maxima-compose-if, math-lang-switch-args)
11878 (math-lang-compose-switch-args, math-read-giac-subscr):
11879 New functions.
11880 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11881 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11882 Add languages.
11883 (math-vector-brackets, math-complex-format, math-variable-table)
11884 (math-parse-table, math-oper-table, math-function-table)
11885 (math-special-function-table, math-compose-subscr):
11886 Add values for new languages.
11887
11888 * calc/calccomp.el (math-compose-expr): Add new languages.
11889
11890 * calc/calc.el (calc-language): Add languages to docstring.
11891
11892 * calc/calc-ext.el (calc-init-extensions): Add keybindings
11893 for new languages. Autoload commands to change languages.
11894
11895 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11896
11897 * calc/calc-menu.el (calc-modes-menu): Add new languages.
11898 (calc-arithmetic-menu, calc-scientific-function-menu)
11899 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11900 (calc-units-menu, calc-variables-menu, calc-stack-menu):
11901 Add :active keywords.
11902
11903 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11904
11905 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11906 returns 'ignored or 'unregistered.
11907 (vc-hg-state): Pass "-A" to the status command and deal with the
11908 output.
11909 (vc-hg-dir-state): Pass "-A" to the status command.
11910
11911 2007-12-29 Richard Stallman <rms@gnu.org>
11912
11913 * progmodes/compile.el (compilation-start): Set initial visible
11914 point properly even when compilation buffer already current.
11915
11916 2007-12-29 Richard Stallman <rms@gnu.org>
11917
11918 * files.el (conf-mode-maybe): New function.
11919 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11920
11921 2007-12-29 Martin Rudalics <rudalics@gmx.at>
11922
11923 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11924
11925 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11926
11927 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11928
11929 2007-12-29 Richard Stallman <rms@gnu.org>
11930
11931 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11932 so they never do EOF.
11933
11934 2007-12-29 Richard Stallman <rms@gnu.org>
11935
11936 * faces.el (copy-face): Create the new face explicitly if it
11937 does not exist already.
11938
11939 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11940
11941 * simple.el (minibuffer-history, shell-command-history)
11942 (set-variable-value-history):
11943 * replace.el (regexp-history):
11944 * international/mule-cmds.el (input-method-history):
11945 * files.el (file-name-history): Add reference to history-length in
11946 the doc string.
11947
11948 2007-12-29 Richard Stallman <rms@gnu.org>
11949
11950 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11951
11952 2007-12-29 Jason Rumney <jasonr@gnu.org>
11953
11954 * find-dired.el (find-name-arg): New custom variable.
11955 (find-name-dired): Use it.
11956 (find-dired-find-program): Remove.
11957 (find-dired): Use find-program.
11958 (find-grep-dired): Use grep-program.
11959
11960 * progmodes/grep.el (rgrep): Use find-name-arg.
11961
11962 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11963
11964 * progmodes/cc-vars.el (defcustom-c-stylevar):
11965 Revert to pre-2007-12-12 version.
11966
11967 2007-12-29 Richard Stallman <rms@gnu.org>
11968
11969 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11970
11971 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11972 Use changed.
11973
11974 * startup.el (fancy-splash-help-echo): Var deleted.
11975 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11976 (fancy-about-screen): Don't display fancy-splash-help-echo.
11977
11978 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11979
11980 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
11981
11982 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11983 to vc-hooks.el so it will be available to other modes, such as
11984 speedbar.el. Also, teach it to recognize monotone state directories.
11985
11986 * speedbar.el: Remove this mode's fragile assumptions about
11987 version-control systems. Instead, make it use logic from
11988 vc-hooks.el so it will become smarter whenever VC mode does.
11989
11990 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11991 Fix the documentation.
11992
11993 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11994 Modify all instances of the dir-state back-end method to suppress
11995 keeping undo lists on the buffers holding status output, which
11996 can get extremely large.
11997
11998 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11999 so they don't do work that the default one can do instead.
12000
12001 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
12002 states, and the new return-value convention. These are not
12003 actually used yet, just set.
12004
12005 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
12006 states when appropriate.
12007
12008 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
12009 'unregistered when appropriate.
12010
12011 * vc-git.el: Document that we don't set the new states yet.
12012
12013 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
12014 'ignored states.
12015
12016 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
12017 appropriate.
12018
12019 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
12020 when appropriate.
12021
12022 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
12023
12024 * thumbs.el (thumbs-call-convert): Use call-process directly
12025 with thumbs-conversion-program instead of through shell-file-name
12026 for better error reporting.
12027
12028 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
12029
12030 * calc/calc-aent.el (math-remove-percentsigns):
12031 * calc/calccomp.el (math-to-percentsigns): Change placeholder
12032 for percent signs.
12033
12034 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12035
12036 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
12037 use completion-ignored-extensions to detect files that should be
12038 ignorted in VC-Dired listings, heading off lots of expensive calls
12039 to (vc-state).
12040
12041 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
12042 non-terse mode.
12043 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
12044 Makefile.in or Makefile.am.
12045
12046 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12047
12048 * ps-print.el (ps-mark-active-p): Fun returned back.
12049 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
12050 `region-active-p' for error checking.
12051
12052 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
12053
12054 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
12055 Put new machinery in place to support editing of change comments
12056 with 'e' in a log-view buffer. Not documented yet as this
12057 only works for SCCS, RCS, and maybe CVS if you have admin
12058 privileges. When we have backend support for Subversion and
12059 more modern systems it will be time to write this up.
12060
12061 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
12062
12063 * international/mule-cmds.el (select-safe-coding-system):
12064 When a buffer is modified, cancel the writing.
12065
12066 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
12067
12068 * log-view.el: Add Subversion and Mercurial log format samples.
12069
12070 * vc.el (vc-dired-hook): Significantly speed up by arranging for
12071 it to call the backend dir-state hook (if it exists)
12072 exactly *once*, rather than once per each subdirectory (with
12073 dired-state-info calls on all toplevel files slowing it down even
12074 further). For this to work, backend dir-state methods have to
12075 recurse to subdirectories. Most of them already did anyway; a few
12076 needed *non*-recursion switches removed. This change mostly
12077 removed code that was perversely bad and should have been shot
12078 through the head years ago.
12079
12080 * vc-bzr.el (vc-bzr-dir-state):
12081 * vc-cvs.el (vc-cvs-dir-state):
12082 * vc-mcvs.el (vc-mcvs-dir-state):
12083 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
12084
12085 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
12086 multiple arguments, so generate logs sequentially when we get them.
12087 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
12088 headers so the various log bindings can do the right thing.
12089 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
12090
12091 2007-12-26 Andreas Schwab <schwab@suse.de>
12092
12093 * font-lock.el (save-buffer-state): Make sure the state of the
12094 buffer is always restored.
12095
12096 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
12097
12098 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
12099
12100 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
12101 a variable.
12102
12103 * calc/calccomp.el (math-to-percentsigns): New function.
12104 (math-compose-var): Handle variables with percent signs.
12105 (math-compose-expr): Handle function names with percent signs.
12106
12107 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
12108 (math-read-exprs): Handle percent signs in languages that
12109 allow them.
12110 (math-restore-underscores): Remove function.
12111 (math-remove-percentsigns, math-restore-placeholders):
12112 New functions.
12113
12114 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12115
12116 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
12117 of `mark' for error checking.
12118
12119 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
12120
12121 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
12122 New functions.
12123 (image-mode): Set bookmark-make-cell-function appropriately.
12124
12125 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
12126
12127 * bookmark.el (bookmark-make-cell-function): New variable.
12128 (bookmark-make): Call bookmark-make-cell-function's function
12129 instead of bookmark-make-cell.
12130 (bookmark-get-handler, bookmark-jump-internal): New functions.
12131 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
12132 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
12133 Use bookmark-jump-internal.
12134 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
12135
12136 * doc-view.el (doc-view-bookmark-make-cell)
12137 (doc-view-bookmark-jump): New functions.
12138 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
12139
12140 2007-12-25 Miles Bader <miles@gnu.org>
12141
12142 * indent.el (indent-for-tab-command): Rigidly indent the following
12143 sexp along with the current line when a prefix arg is given in the
12144 non-active-region case. Specify raw prefix in interactive spec.
12145 Simplify main indentation logic to get rid of the conditional call
12146 to `indent-according-to-mode' (it just ended up calling
12147 `indent-line-function' in all cases anyway, which can be done more
12148 simply here). Remove unnecessary test of ARG in active region case.
12149
12150 2007-12-25 Richard Stallman <rms@gnu.org>
12151
12152 * allout.el (allout-region-active-p): Rename from my-region-active-p.
12153 Use `use-region-p'.
12154 (allout-write-file-hook-handler): Simplify code.
12155
12156 * ps-print.el (ps-mark-active-p): Function deleted.
12157 (ps-print-preprint-region): Use (mark) for the error check.
12158
12159 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
12160
12161 * winner.el (winner-active-region): Use `mark-active' if it's defined.
12162
12163 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
12164
12165 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
12166
12167 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
12168
12169 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
12170
12171 * progmodes/cc-defs.el (c-region-is-active-p):
12172 Use `mark-active' if it's defined.
12173
12174 * progmodes/cc-cmds.el (c-indent-line-or-region):
12175 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
12176
12177 * simple.el (select-active-regions): New option.
12178 (set-mark): Obey it.
12179 (yank-pop-change-selection): New option.
12180 (current-kill): Obey it.
12181
12182 * simple.el (use-region-p): Rename from `region-active-p'.
12183 (region-active-p): New function.
12184
12185 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
12186
12187 * term/x-win.el (x-select-enable-primary): New option.
12188 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
12189
12190 * mouse.el (mouse-yank-primary): New function (almost same
12191 as mouse-yank-secondary).
12192
12193 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
12194
12195 * calculator.el:
12196 * dframe.el:
12197 * iswitchb.el:
12198 * whitespace.el:
12199 * winner.el:
12200 * emacs-lisp/checkdoc.el:
12201 * mail/feedmail.el:
12202 * net/quickurl.el:
12203 * obsolete/fast-lock.el:
12204 * play/5x5.el:
12205 * progmodes/delphi.el:
12206 * progmodes/idlw-shell.el:
12207 * progmodes/idlwave.el:
12208 * textmodes/artist.el:
12209 * textmodes/ispell.el:
12210 * textmodes/texinfmt.el:
12211 * textmodes/texinfo.el: Remove obsolete definitions of backward
12212 compatibility macros for defcustom, defgroup, defface, when,
12213 unless, with-current-buffer and with-temp-message.
12214
12215 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
12216
12217 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
12218
12219 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
12220
12221 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
12222 indeed a process.
12223
12224 2007-12-23 Richard Stallman <rms@gnu.org>
12225
12226 * simple.el (region-active-p): New function.
12227 (use-empty-active-region): New variable.
12228
12229 * dired-aux.el (dired): Load dired.el at run time too.
12230
12231 2007-12-23 Juri Linkov <juri@jurta.org>
12232
12233 * man.el (Man-follow-manual-reference): Fill the minibuffer's
12234 default list with a full list of references.
12235
12236 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
12237
12238 2007-12-23 Andreas Schwab <schwab@suse.de>
12239
12240 * files.el (switch-to-buffer-other-frame): Return the buffer
12241 switched to.
12242
12243 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
12244
12245 Sync with Tramp 2.1.12.
12246
12247 * net/tramp.el: New todo item.
12248
12249 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
12250 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
12251
12252 * net/trampver.el: Update release number.
12253
12254 2007-12-22 Richard Stallman <rms@gnu.org>
12255
12256 * newcomment.el (comment-region-default): Don't triple the
12257 comment starter if the first region line isn't indented enough.
12258
12259 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12260
12261 * net/imap.el (imap-authenticate): Use current-buffer instead of
12262 buffer, for the cases where imap-authenticate is called with a nil
12263 buffer parameter.
12264
12265 2007-12-21 Martin Rudalics <rudalics@gmx.at>
12266
12267 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
12268 specifier from format-string. Reported by Ye Wenbin.
12269
12270 2007-12-20 Jason Rumney <jasonr@gnu.org>
12271
12272 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
12273 Parent group is font-lock-faces.
12274 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
12275 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
12276 (nxml-version): Remove.
12277 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
12278 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
12279 (nxml-processing-instruction-delimiter)
12280 (nxml-processing-instruction-target)
12281 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12282 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12283 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12284 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12285 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12286 (nxml-attribute-prefix, nxml-attribute-colon)
12287 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12288 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12289 (nxml-attribute-value, nxml-attribute-value-delimiter)
12290 (nxml-namespace-attibute-value)
12291 (nxml-namespace-attribure-value-delimiter)
12292 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12293 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12294 (nxml-glyph): Rename, removing -face suffix.
12295 Inherit from existing font-lock faces.
12296 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12297 Use new face names.
12298
12299 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12300 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12301 Rename, removing -face suffix.
12302 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12303 (nxml-highlighted-colon, nxml-highlighted-slash)
12304 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12305 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12306 (nxml-highlighted-qname, nxml-outline-display-heading):
12307 Use new face names.
12308
12309 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12310
12311 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12312
12313 2007-12-19 Martin Rudalics <rudalics@gmx.at>
12314
12315 * cus-start.el (all): Use correct group name for members of
12316 mode-line group.
12317
12318 * man.el (Man-default-man-entry): When looking for default man
12319 entry title search text preceding point. Use when instead of if.
12320
12321 * indent.el (indent-for-tab-command): Fix doc-string typo.
12322
12323 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12324 vc-parent-buffer is the current buffer.
12325
12326 * info-look.el (info-lookup, info-lookup-setup-mode)
12327 (info-lookup-make-completions): Avoid clobbering Info-history and
12328 Info-history-list.
12329
12330 2007-12-19 Glenn Morris <rgm@gnu.org>
12331
12332 * progmodes/verilog-mode.el (top-level): Don't require compile.
12333 (compilation-error-regexp-alist, compilation-last-buffer):
12334 Define for compiler.
12335 (verilog-insert-1): New function.
12336 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12337 Use verilog-insert-1.
12338 (verilog-surelint-off): Use next-error-last-buffer if bound.
12339 Check compile buffer is live.
12340
12341 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12342
12343 * progmodes/compile.el (compilation-start): Don't pass a FRAME
12344 argument to display-buffer.
12345
12346 2007-12-19 Jason Rumney <jasonr@gnu.org>
12347
12348 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12349 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12350 (rng-byte-compile-load, rng-write-version): Remove.
12351
12352 * nxml/rng-loc.el (rng-schema-locating-files-default)
12353 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12354 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12355
12356 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
12357
12358 * files.el (cd-absolute): Set `list-buffers-directory' in order to
12359 show correct path in buffer list.
12360
12361 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12362 (tramp-find-shell): Send only single prompt setting commands, in
12363 order to avoid double-prompt.
12364
12365 * net/tramp-compat.el (top): Require cl only when compiling.
12366 Reported by Glenn Morris <rgm@gnu.org>.
12367
12368 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12369
12370 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12371 (c-comment-continuation-stars): No longer declare with
12372 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12373 (c-block-comment-prefix): Use symbol-value to
12374 access c-comment-continuation-stars.
12375 * progmodes/cc-mode.el (c-initialize-cc-mode):
12376 Use symbol-value to access c-comment-continuation-stars.
12377
12378 2007-12-18 Mark A. Hershberger <mah@everybody.org>
12379
12380 * xml.el (xml-escape-string): New function. Escape string using
12381 xml-entity-alist.
12382 (xml-debug-print-internal): Use xml-escape-string to escape
12383 characters in attributes and in text children of elements.
12384
12385 2007-12-18 Glenn Morris <rgm@gnu.org>
12386
12387 * progmodes/cc-subword.el (c-subword-mode): Drop support for
12388 systems without define-minor-mode.
12389
12390 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12391
12392 * progmodes/verilog-mode.el: Replace all instances of
12393 string-to-int with string-to-number, insert-string with insert,
12394 and read-input with read-string.
12395 (top-level): No need to require imenu, reporter, dinotrace, vc,
12396 font-lock when compiling. Always require compile. Relegate remaining
12397 compatibility cruft to XEmacs. Don't require font-lock.
12398 (verilog-version): Remove superfluous concat.
12399 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12400 No need to define.
12401 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12402 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12403 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12404 (verilog-startup-message-displayed): These are variables, not constants.
12405 (verilog-batch-execute-func, verilog-auto-inst)
12406 (verilog-auto-inst-param): Use mapc rather than mapcar.
12407 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12408 actually defining.
12409 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12410 (verilog-modi-get-outputs, verilog-modi-get-inouts)
12411 (verilog-modi-get-inputs, verilog-modi-get-wires)
12412 (verilog-modi-get-regs, verilog-modi-get-assigns)
12413 (verilog-modi-get-consts, verilog-modi-get-gparams)
12414 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12415 (verilog-modi-get-sub-inputs): Move inline functions earlier in
12416 the file.
12417 (sigs-in, sigs-out): Don't declare multiple times.
12418 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12419 `defvar'.
12420 (verilog-auto): Call dinotrace-unannotate-all only if bound.
12421 (verilog-module-inside-filename-p): No need to wrap fboundp test
12422 in condition-case.
12423 (reporter-submit-bug-report): Autoload it.
12424 (verilog-mark-defun): Call zmacs-activate-region only if bound.
12425 (verilog-font-customize): Call customize-apropos only if bound.
12426 (verilog-getopt-flags, verilog-auto-reeval-locals):
12427 Use make-local-variable rather than make-variable-buffer-local.
12428 (verilog-company, verilog-project, verilog-modi-cache-list):
12429 Move make-variable-buffer-local calls to top-level.
12430 (font-lock-defaults-alist): Don't define it.
12431 (verilog-need-fld): Remove.
12432 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12433 (verilog-mode): Only call make-local-hook on XEmacs.
12434 Set font-lock-defaults rather than using verilog-font-lock-init.
12435
12436 2007-12-17 Andreas Schwab <schwab@suse.de>
12437
12438 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12439 Fix comment typo.
12440
12441 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * net/dbus.el (dbus-name-owner-changed-handler):
12444 Use `dbus-unregister-signal' for removing old rules.
12445 Obey new structure of `dbus-registered-functions-table'.
12446
12447 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
12448
12449 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12450
12451 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12452
12453 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12454 function.
12455 (add-submenu): Only define for XEmacs.
12456 (verilog-regexp-words): Revert previous change, keep the other
12457 definition.
12458
12459 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12460
12461 * progmodes/perl-mode.el (perl-continued-statement-offset)
12462 (perl-continued-brace-offset, perl-brace-offset)
12463 (perl-brace-imaginary-offset, perl-label-offset):
12464 * progmodes/cperl-mode.el (cperl-brace-offset)
12465 (cperl-continued-brace-offset, cperl-label-offset)
12466 (cperl-continued-statement-offset)
12467 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12468 Add safe-local-variable properties.
12469
12470 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12471
12472 * progmodes/verilog-mode.el (verilog-mode-map)
12473 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12474 (verilog-colorize-include-files): Use only overlay functions so
12475 that it can work on both emacs and XEmacs.
12476 (set-extent-keymap): Remove unused defun.
12477 (verilog-kill-existing-comment, verilog-insert-date)
12478 (verilog-insert-year): Rename in order not to pollute the global
12479 namespace from kill-existing-comment, insert-date and
12480 insert-year, respectively.
12481 (verilog-set-auto-endcomments, verilog-header): Update callers.
12482
12483 * files.el (auto-mode-alist): Recognize verilog files.
12484
12485 * progmodes/verilog-mode.el (verilog-string-replace-matches)
12486 (verilog-string-remove-spaces, verilog-re-search-forward)
12487 (verilog-re-search-backward, verilog-re-search-forward-quick)
12488 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12489 (verilog-get-end-of-line, verilog-within-string): Move definitions
12490 before first use. No code changes.
12491
12492 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12493
12494 * progmodes/verilog-mode.el (verilog-mode-version)
12495 (verilog-mode-release-date): Don't use expanding keywords.
12496 (provide): Move to the end of file.
12497 (fboundp): Don't check if eval-when-compile is bound, it is used
12498 later in the file without checking.
12499 (when, unless): Copy definitions from subr.el.
12500 (char-before, defcustom, defface, customize-group)
12501 (verilog-batch-error-wrapper): Don't use old style backquotes.
12502 (verilog-regexp-opt): Avoid using the cl function case.
12503 (verilog-regexp-words): Remove duplicated definition.
12504 (verilog-mode-abbrev-table): Remove, duplicate.
12505 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12506 Declare and initialize in one step.
12507 (verilog-declaration-prefix-re, verilog-declaration-re)
12508 (verilog-end-of-statement, verilog-indent-declaration)
12509 (verilog-get-lineup-indent): Remove trailing whitespace.
12510 (verilog-mode): Fix autoload cookie.
12511 Set beginning-of-defun-function and end-of-defun-function. Use when
12512 instead of if.
12513 (verilog-emacs-features, verilog-auto-ascii-enum)
12514 (verilog-insert-indices): Escape braces in doc strings.
12515
12516 2007-12-08 Michael McNamara <mac@verilog.com>
12517 Wilson Snyder <wsnyder@wsnyder.org>
12518
12519 * progmodes/verilog-mode.el: New file.
12520
12521 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
12522
12523 * international/latexenc.el (latexenc-find-file-coding-system):
12524 If both coding-system-for-write and buffer-file-coding-system of
12525 latex-main-file are nil, use `undecided'.
12526
12527 2007-12-06 Jason Rumney <jasonr@gnu.org>
12528
12529 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12530
12531 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12532
12533 * files.el (revert-buffer): Docstring fix.
12534
12535 2007-12-11 Glenn Morris <rgm@gnu.org>
12536
12537 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12538
12539 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
12540
12541 * calc/calc-aent.el (math-restore-underscores)
12542 (math-string-restore-underscores): New functions.
12543 (math-read-factor): Properly check variable names with underscores
12544 for entries in `math-expr-variable-mapping'.
12545
12546 * calc/calc-lang.el (math-lang-name): New property name.
12547
12548 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12549 to set language name.
12550
12551 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12554
12555 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * server.el (server-select-display): Fix important typo.
12558 (server-process-filter): Turn a "" display into nil.
12559
12560 2007-12-09 Juri Linkov <juri@jurta.org>
12561
12562 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12563 Check search-upper-case before calling isearch-no-upper-case-p
12564 to set case-fold-search.
12565 (occur): Doc fix.
12566 (occur-1, perform-replace): Check search-upper-case before calling
12567 isearch-no-upper-case-p to set case-fold-search.
12568
12569 * isearch.el (search-upper-case): Doc fix.
12570 (isearch-mode-map): Bind `M-s o' to isearch-occur.
12571 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
12572 (isearch-query-replace-regexp): Doc fix.
12573 (isearch-occur): New function.
12574
12575 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12576
12577 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12578 backward compatibility.
12579
12580 * net/imap.el (imap-string-to-integer): New function.
12581
12582 2007-12-09 David Kastrup <dak@gnu.org>
12583
12584 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12585 directories. Not sure anybody uses this anymore, though.
12586
12587 2007-12-09 Glenn Morris <rgm@gnu.org>
12588
12589 * emulation/viper-init.el (top-level): Use dolist rather than mapc
12590 in make-variable-frame-local call.
12591
12592 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12593
12594 * mail/hashcash.el (declare-function):
12595 * net/imap.el (declare-function): New no-op macro for backward
12596 compatibility.
12597
12598 2007-12-08 Eli Zaretskii <eliz@gnu.org>
12599
12600 Sync makefile.w32-in with Makefile.in.
12601
12602 * makefile.w32-in (check-declare): New target.
12603 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12604 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12605 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12606 ($(lisp)/progmodes/cc-mode.elc): Use it.
12607 ($(lisp)/progmodes/cc-mode.elc): New rule.
12608
12609 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12610
12611 * indent.el (tab-stop-list): Mark as safe-local-variable.
12612
12613 * generic-x.el (etc-sudoers-generic-mode): New mode.
12614 (generic-unix-modes): Add it.
12615
12616 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
12617
12618 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
12619 apply wildcards in a hash table key; there is no usable hash code then.
12620 (dbus-registered-functions-table): Use `equal' as test function.
12621 (dbus-name-owner-changed-handler): Rewrite due to new hash table
12622 structure.
12623
12624 2007-12-08 Martin Rudalics <rudalics@gmx.at>
12625
12626 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12627 bound error in block comment branch.
12628
12629 2007-12-08 David Kastrup <dak@gnu.org>
12630
12631 * textmodes/reftex.el (reftex-select-with-char):
12632 * textmodes/reftex-toc.el (reftex-toc-do-promote)
12633 (reftex-toc-visit-location, reftex-toc-find-section):
12634 * textmodes/reftex-index.el (reftex-index-show-entry):
12635 * textmodes/org.el (org-cycle-hide-archived-subtrees)
12636 (org-table-rotate-recalc-marks, org-mark-ring-push)
12637 (org-follow-info-link, org-mhe-get-message-folder-from-index)
12638 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12639 (org-evaluate-time-range, org-edit-agenda-file-list):
12640 * textmodes/artist.el (artist-select-next-op-in-list)
12641 (artist-select-prev-op-in-list):
12642 * term/mac-win.el (mac-service-insert-text):
12643 * startup.el (fancy-about-screen):
12644 * progmodes/vhdl-mode.el (vhdl-decision-query):
12645 * progmodes/idlwave.el (idlwave-template)
12646 (idlwave-scroll-completions, idlwave-display-completion-list):
12647 * progmodes/ebrowse.el (ebrowse-show-progress):
12648 * progmodes/cperl-mode.el (cperl-find-pods-heres):
12649 * progmodes/antlr-mode.el (antlr-insert-option-do):
12650 * play/mpuz.el (mpuz-close-game):
12651 * net/rcirc.el (rcirc-next-active-buffer):
12652 * mail/reporter.el (reporter-update-status):
12653 * kmacro.el (kmacro-display):
12654 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12655 * emulation/viper-util.el (viper-save-setting):
12656 * emacs-lisp/lisp-mnt.el (lm-verify):
12657 * emacs-lisp/edebug.el (edebug-set-mode):
12658 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12659 * calendar/calendar.el (calendar-print-day-of-year):
12660 * calc/calcalg3.el (calc-curve-fit):
12661 * calc/calcalg2.el (math-integral):
12662 * calc/calc.el (calc-read-key-sequence, calc-version):
12663 * calc/calc-mode.el (calc-set-simplify-mode):
12664 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12665
12666 2007-12-07 D. Goel <deego3@gmail.com>
12667
12668 * progmodes/idlw-shell.el (idlwave-shell-display-line)
12669 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12670 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12671 * mail/uce.el (uce-reply-to-uce)
12672 * progmodes/vhdl-mode.el (vhdl-template-modify)
12673 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12674 to `error' (as suggested by RMS.)
12675
12676 2007-12-07 Glenn Morris <rgm@gnu.org>
12677
12678 * allout.el (allout-write-file-hook-handler):
12679 * textmodes/reftex.el (reftex-TeX-master-file):
12680 * textmodes/reftex-parse.el (reftex-short-context):
12681 Revert previous change.
12682
12683 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
12684
12685 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12686 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12687 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12688 (dbus-event-service-name, dbus-event-path-name)
12689 (dbus-event-interface-name, dbus-event-member-name): Fix for new
12690 event structure.
12691 (dbus-list-activatable-names, dbus-list-names)
12692 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12693 Reorder `dbus-call-method' arguments.
12694
12695 2007-12-06 D. Goel <deego3@gmail.com>
12696
12697 * allout.el (allout-write-file-hook-handler):
12698 * textmodes/reftex.el (reftex-TeX-master-file):
12699 * textmodes/org.el (org-paste-subtree):
12700 * progmodes/vhdl-mode.el (vhdl-template-modify):
12701 * progmodes/idlw-shell.el (idlwave-shell-send-command)
12702 (idlwave-shell-display-line):
12703 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12704 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12705 * net/trampver.el (x):
12706 * mail/uce.el (uce-reply-to-uce):
12707 * mail/rmailout.el (rmail-output):
12708 * mail/feedmail.el (feedmail-dump-message-to-queue):
12709 * whitespace.el (whitespace-write-file-hook):
12710 * wdired.el (wdired-check-kill-buffer):
12711 * vc.el (vc-update):
12712 * vc-mcvs.el (vc-mcvs-checkin):
12713 * vc-cvs.el (vc-cvs-checkin):
12714 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12715 * ibuffer.el (ibuffer-current-buffer):
12716 * dired.el (dired-move-to-end-of-filename):
12717 * bindings.el (complete-symbol):
12718 * textmodes/org-publish.el (org-publish-file):
12719 (org-publish-current-project):
12720 * textmodes/reftex-parse.el (reftex-short-context):
12721 * textmodes/texinfmt.el: Fix buggy calls to `error'.
12722
12723 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * doc-view.el (doc-view-dvi->pdf-sentinel)
12726 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12727 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12728 within a sentinel or timer.
12729 (doc-view-display): Don't try to display before the requested page
12730 is available, unless told to do so explicitly.
12731 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12732 Force display even if the requested page is not available.
12733
12734 2007-12-06 Richard Stallman <rms@gnu.org>
12735
12736 * help-fns.el (describe-function-1): Call ad-get-advice-info
12737 only on symbols.
12738
12739 2007-12-06 Glenn Morris <rgm@gnu.org>
12740
12741 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12742 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12743 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12744 faces in non-light-background case.
12745
12746 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12747 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12748 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12749 * emulation/vi.el, emulation/viper-cmd.el:
12750 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12751 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12752 * textmodes/fill.el: Remove directory part from filenames in
12753 function declarations.
12754
12755 * dired-aux.el (mailcap-mime-info): Update declaration.
12756
12757 2007-12-05 Richard Stallman <rms@gnu.org>
12758
12759 * wid-edit.el (widget-type): Doc fix.
12760
12761 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12762
12763 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12764 Don't match "sub { (...) ... }".
12765
12766 2007-12-05 Richard Stallman <rms@gnu.org>
12767
12768 * international/mule-cmds.el (toggle-input-method-active): New var.
12769 (toggle-input-method): Bind toggle-input-method-active to t.
12770 Error if it was already non-nil.
12771
12772 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12773
12774 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12775
12776 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12777
12778 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12779 see if certs should be verified and what is to be done in the
12780 event of a verification failure.
12781
12782 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12783
12784 * net/tls.el (tls-program): Provide more custom choices from
12785 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
12786 (tls-process-connection-type, tls-success): Remove "*" in doc string.
12787 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12788 version. Minor improvement to doc strings.
12789 (tls-program): Add comment.
12790
12791 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12792
12793 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12794 (tls-checktrust): New variable. Check if GNU TLS complained about a
12795 mismatch between the hostname provided in the certificate and the name
12796 of the host connnecting to.
12797 (open-tls-stream): Use them. Check certificates against trusted root
12798 certificates.
12799
12800 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
12801
12802 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12803 (imap-parse-status): Upcase status-att for broken servers that sends
12804 them lower-case (e.g., MS Exchange 2007).
12805
12806 2007-12-05 D. Goel <deego3@gmail.com>
12807
12808 * simple.el (undo):
12809 * image-dired.el (image-dired-display-thumb-properties):
12810 (image-dired-modify-mark-on-thumb-original-file):
12811 (image-dired-dired-display-properties):
12812 * help.el (help-window-display-message):
12813 * files.el (hack-local-variables-confirm):
12814 * ediff.el (ediff-version):
12815 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12816 `message' and `error': Ensure that first arg is a format string.
12817
12818 * emacs-lisp/find-func.el (find-library-name): Prefer files with
12819 ".el" suffix over "".
12820
12821 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
12822
12823 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12824 interface and member fields.
12825
12826 2007-12-05 Glenn Morris <rgm@gnu.org>
12827
12828 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12829 (pcomplete-here): Autoload it.
12830
12831 * eshell/em-basic.el (print-func): No need to define for compiler.
12832
12833 * eshell/esh-cmd.el (eshell-debug-command):
12834 * eshell/esh-io.el (eshell-print): Move definitions before use.
12835
12836 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12837
12838 * eshell/esh-util.el (top-level): Don't require pp.
12839 Use condition-case rather than ignore-errors.
12840
12841 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12842
12843 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12844 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12845 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12846 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12847 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12848 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12849 * eshell/esh-util.el, eshell/eshell.el: Require individual files
12850 if needed when compiling, rather than esh-maint. Collect any
12851 require statements. Move provide statement to end. Move any
12852 commentary to start.
12853
12854 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12855 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12856 * eshell/esh-proc.el, eshell/esh-var.el:
12857 Require individual files if needed when compiling, rather than
12858 esh-maint. Collect any require statements. Leave provide at start.
12859 Move any commentary to start.
12860
12861 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12862 Remove declared function from byte-compile-noruntime-functions.
12863
12864 * ediff-util.el (ediff-version):
12865 * progmodes/python.el (compilation-shell-minor-mode):
12866 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12867 (calendar-bahai-date-string, calendar-check-holidays)
12868 (calendar-chinese-date-string, calendar-coptic-date-string)
12869 (calendar-ethiopic-date-string, calendar-forward-day)
12870 (calendar-french-date-string, calendar-goto-date)
12871 (calendar-goto-today, calendar-hebrew-date-string)
12872 (calendar-islamic-date-string, calendar-iso-date-string)
12873 (calendar-julian-date-string, calendar-mayan-date-string)
12874 (calendar-persian-date-string, gnus-summary-last-subject)
12875 (parse-time-string, rmail-show-message): Declare as functions.
12876
12877 2007-12-05 Michael Olson <mwolson@gnu.org>
12878
12879 * textmodes/remember.el: Merge contents of remember-diary.el here,
12880 updating header. Add autoload cookie so that byte-compilation
12881 works without warning.
12882 (remember-diary-file): Default to nil, since diary might not yet
12883 be loaded at this point, which would deny us access to diary-file.
12884 (remember-diary-extract-entries): If remember-diary-file is nil,
12885 then use diary-file instead.
12886
12887 * textmodes/remember-diary.el: Remove, due to the issue of needing
12888 the first 8 characters of a filename to be unique.
12889
12890 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * net/dbus.el (dbus-hash-table=): New defun.
12893 (dbus-hash-table-test): New hash table test function, used in
12894 `dbus-registered-functions-table'.
12895 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12896 (dbus-event-service-name, dbus-event-path-name)
12897 (dbus-event-interface-name, dbus-event-member-name):
12898 Rewrite, due to new structure of `dbus-event'.
12899
12900 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
12901
12902 * ido.el (ido-save-history): Set the `coding' local
12903 variable in the first line of the file.
12904
12905 2007-12-04 Glenn Morris <rgm@gnu.org>
12906
12907 * password-cache.el: Move here from gnus/password.el.
12908 (top-level): Don't require cl when compiling.
12909 (password-read-and-add): Doc fix. Make obsolete.
12910
12911 * net/tramp.el: Require password-cache or password.
12912
12913 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12914 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
12915 compiling.
12916 (cua-set-rectangle-mark): Add doc string to autoload.
12917 (cua--rectangle, cua--last-killed-rectangle)
12918 (cua--global-mark-active): Always define for compiler.
12919 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12920 (cua--delete-rectangle, cua--insert-rectangle)
12921 (cua--rectangle-corner, cua--rectangle-assert)
12922 (cua--insert-at-global-mark, cua--global-mark-post-command):
12923 Declare as functions.
12924
12925 * emulation/cua-gmrk.el (top-level): Move provide to end.
12926
12927 * emulation/cua-rect.el (top-level): Move provide to end.
12928 Don't require cua-gmrk when compiling.
12929 (cua--cut-rectangle-to-global-mark)
12930 (cua--copy-rectangle-to-global-mark): Declare as functions.
12931
12932 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12933 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12934 (viper-vi-state-cursor-color):
12935 Consolidate make-variable-frame-local calls.
12936
12937 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12938 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12939 than bbdb-address-street1,2,3.
12940
12941 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12942 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
12943
12944 2007-12-03 Karl Fogel <kfogel@red-bean.com>
12945
12946 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12947 (save-place-alist-to-file, load-save-place-alist-from-file):
12948 Don't print non-error messages at all, there's really no need.
12949 Do print if there's a problem, and clarify message in that case.
12950
12951 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12952
12953 * ediff-diff.el (ediff-prepare-error-list):
12954 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12955
12956 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
12957
12958 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12959 (doc-view-current-overlay, doc-view-pending-cache-flush):
12960 Add doc string.
12961
12962 2007-12-03 Richard Stallman <rms@gnu.org>
12963
12964 * subr.el (declare-function): Move from byte-run.el.
12965
12966 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12967
12968 * window.el (recenter-top-bottom): Don't use `ecase'.
12969
12970 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12971
12972 * saveplace.el (save-place-alist-to-file):
12973 Set coding-system-for-write once and refer to it throughout.
12974 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12975
12976 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12977
12978 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12979 system when writing, and set it in the first-line file variables.
12980 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12981 Juanma Barranquero.
12982
12983 2007-12-02 Glenn Morris <rgm@gnu.org>
12984
12985 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12986 Reverse branches of if statement.
12987
12988 * emulation/viper-cmd.el (top-level): Don't require advice.
12989 Don't load viper-util, viper-keym, viper-mous, viper-macs,
12990 viper-ex when compiling.
12991
12992 * emulation/viper-ex.el (top-level): Don't load viper-util,
12993 viper-keym when compiling.
12994
12995 * emulation/viper-init.el (top-level): Move provide statement to end.
12996
12997 * emulation/viper-keym.el (top-level): Don't load viper-util when
12998 compiling. Move provide statement to end.
12999
13000 * emulation/viper-macs.el (top-level): Don't load viper-util,
13001 viper-keym, viper-mous when compiling.
13002
13003 * emulation/viper-mous.el (top-level): Don't load viper-util when
13004 compiling.
13005
13006 * emulation/viper-util.el (top-level): Don't load viper-init when
13007 compiling.
13008
13009 * emulation/viper.el (top-level): Don't require ring.
13010 Don't load viper-init, viper-cmd when compiling.
13011
13012 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
13013 Move here from gnus/.
13014
13015 2007-12-02 Karl Fogel <kfogel@red-bean.com>
13016
13017 Offer option for saveplace to be quiet about loading and saving.
13018 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
13019
13020 * saveplace.el (save-place-quiet): New customizable boolean.
13021 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
13022 to determine whether to print loading/saving messages.
13023
13024 2007-12-02 Glenn Morris <rgm@gnu.org>
13025
13026 * mail/binhex.el: Move here from gnus/.
13027 (binhex): New custom group.
13028 (binhex-decoder-program, binhex-decoder-switches)
13029 (binhex-use-external): Move to the binhex custom group.
13030
13031 * mail/uudecode.el: Move here from gnus/.
13032 (uudecode): New custom group.
13033 (uudecode-decoder-program, uudecode-decoder-switches)
13034 (uudecode-use-external): Move to the uudecode custom group.
13035
13036 * net/netrc.el (top-level): Don't load `encrypt' features.
13037 (netrc-parse): Don't use encrypt.
13038 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13039
13040 * progmodes/python.el (top-level): Don't require cl when compiling.
13041
13042 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
13043
13044 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
13045 encoding for aspell process and for communication with it.
13046 Only add "-d" option if not already present.
13047 Use ispell-current-dictionary and ispell-current-personal-dictionary.
13048 General reorganization.
13049
13050 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
13051 encoding here.
13052 (ispell-start-process): Explicitly set encoding here if using aspell.
13053
13054 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
13055
13056 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
13057 function to log-edit.
13058
13059 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
13060
13061 * net/dbus.el: New file.
13062
13063 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
13064
13065 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
13066 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
13067 (calc-lang-parens-are-subscripts): New variables.
13068 (math-expr-special-function-mapping): Remove variable.
13069 (math-eqn-ignore-words, math-tex-ignore-words)
13070 (math-latex-ignore-words): Move to calc-lang.el.
13071
13072 * calc/calc-lang.el (math-compose-vector, math-compose-var)
13073 (math-tex-expr-is-flat): Declare as functions.
13074 (calc-lang-slash-idiv, calc-lang-allow-underscores)
13075 (math-comp-left-bracket, math-comp-right-bracket)
13076 (math-comp-comma, math-comp-vector-prec): Declare as variables.
13077 (math-var-formatter, math-matrix-formatter)
13078 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
13079 (math-punc-table, math-compose-subscr, math-dots)
13080 (math-func-formatter): New property names to store language
13081 specific information.
13082 (math-compose-tex-var, math-compose-tex-intv)
13083 (math-compose-maple-intv, math-compose-eqn-intv)
13084 (math-compose-tex-sum, math-compose-tex-func)
13085 (math-compose-tex-intv): New functions.
13086 (math-eqn-ignore-words, math-tex-ignore-words)
13087 (math-latex-ignore-words): Move from calc.el.
13088 (math-special-function-table): Add entries for tex.
13089 (calc-lang-slash-idiv, calc-lang-allows-underscores):
13090 New variables.
13091 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
13092 (math-compose-tex-matrix, math-compose-eqn-matrix)
13093 (math-eqn-special-functions): Move from calccomp.el.
13094
13095 * calc/calccomp.el (math-compose-var): New function.
13096 (math-compose-expr): Allow more special functions to be used.
13097 Change test for formatting fractions. Use variables and property
13098 names to help with language specific formatting.
13099 (math-compose-tex-matrix, math-compose-eqn-matrix)
13100 (math-eqn-special-functions): Move to calc-lang.el.
13101 (math-compose-rows): Use property names to help with language
13102 specific formatting.
13103
13104 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
13105 into nested subscripts.
13106 (math-read-token): Use variables and property names to help with
13107 language specific parsing.
13108 (math-read-expression-level): Use variables to help with language
13109 specific parsing.
13110
13111 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13112
13113 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
13114 (archive-rar-summarize): Allow the file name to be passed as argument.
13115 Remove unused vars `header' and `footer'.
13116 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
13117
13118 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13119
13120 * log-edit.el (log-edit-show-diff): New function.
13121 (log-edit-mode-map, log-edit-menu): Bind it.
13122 (log-edit-diff-function): New variable.
13123 (log-edit): Change the 3rd param to be an alist and accept a
13124 function that computes a diff for the files involved.
13125
13126 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
13127
13128 2007-12-01 Martin Rudalics <rudalics@gmx.at>
13129
13130 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
13131 wrap next-/previous-line in with-no-warnings.
13132
13133 2007-12-01 Glenn Morris <rgm@gnu.org>
13134
13135 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
13136
13137 * net/dig.el: Move here from gnus/.
13138 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
13139
13140 * net/dns.el: Move here from gnus/.
13141 (top-level): Don't require mm-util, or cl when compiling.
13142 (dns-write-name, dns-read, dns-read-type, query-dns):
13143 Replace mm-with-unibyte-buffer with its expansion.
13144 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
13145
13146 * progmodes/gdb-ui.el (gud-remove, gud-break):
13147 * progmodes/gud.el (gdb-create-define-alist)
13148 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
13149 (hl-line-highlight, gdb-display-source-buffer)
13150 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
13151 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
13152
13153 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13154
13155 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
13156 Move args on defun line.
13157
13158 * textmodes/org.el (org-calendar-holiday):
13159 Use calendar-check-holidays instead of the obsolete
13160 check-calendar-holidays.
13161 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
13162 (bbdb-company, bbdb-current-record, bbdb-name)
13163 (bbdb-record-getprop, bbdb-record-name)
13164 (bibtex-beginning-of-entry, bibtex-generate-autokey)
13165 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
13166 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
13167 (mh-find-path, mh-get-header-field, mh-get-msg-num)
13168 (mh-header-display, mh-index-previous-folder)
13169 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
13170 (mh-show-buffer-message-number, mh-show-header-display)
13171 (mh-show-msg, mh-show-show, mh-visit-folder)
13172 (org-export-latex-cleaned-string, remember)
13173 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
13174 (rmail-what-message, elmo-folder-exists-p)
13175 (elmo-message-entity-field, elmo-message-field)
13176 (vm-beginning-of-message, vm-follow-summary-cursor)
13177 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
13178 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
13179 (vm-summarize, wl-folder-get-elmo-folder)
13180 (wl-summary-goto-folder-subr)
13181 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
13182 (wl-summary-line-subject, wl-summary-message-number)
13183 (wl-summary-redisplay): Declare as functions.
13184
13185 2007-11-30 Martin Rudalics <rudalics@gmx.at>
13186
13187 * longlines.el (longlines-show-hard-newlines): Remove handling of
13188 buffer-undo-list and buffer-modified status.
13189 (longlines-show-region, longlines-unshow-hard-newlines):
13190 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
13191 inhibit-modification-hooks here to avoid that a buffer appears
13192 modified when toggling visibility of hard newlines.
13193
13194 2007-11-30 Glenn Morris <rgm@gnu.org>
13195
13196 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
13197
13198 * progmodes/idlw-complete-structtag.el
13199 (idlwave-sintern-structtag):
13200 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
13201 (idlwave-sintern-sysvartag):
13202 * progmodes/idlwave.el (idlwave-sintern-class-tag)
13203 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
13204 functions.
13205
13206 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13207
13208 * textmodes/reftex-index.el (texmathp):
13209 * textmodes/reftex-auc.el (TeX-argument-insert)
13210 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
13211 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
13212 (LaTeX-label-list):
13213 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
13214 (rng-clear-conditional-region, rng-do-some-validation): Declare as
13215 functions.
13216 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
13217
13218 2007-11-30 Glenn Morris <rgm@gnu.org>
13219
13220 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
13221 argument and document it.
13222
13223 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13224 Third argument to declare-function must be a list to specify arglist.
13225
13226 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
13227 Handle declare-function third argument `t' and fourth argument.
13228 (check-declare-verify): Doc fix. Handle `fileonly' case.
13229 Use progn rather than prog1.
13230
13231 * desktop.el (uniquify-item-base):
13232 * term/mac-win.el (url-type): Declare as functions.
13233
13234 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
13235 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
13236 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
13237 fourth arg to declare-function.
13238
13239 * play/dunnet.el: Don't require cl when compiling.
13240 (byte-compile-warnings): Set via file local variables.
13241 (dun-parse): Let-bind `beg' and `line'.
13242
13243 2007-11-29 Alexandre Julliard <julliard@winehq.org>
13244
13245 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
13246
13247 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
13248
13249 * calendar/time-date.el (encode-time-value): Doc fix.
13250
13251 2007-11-29 Glenn Morris <rgm@gnu.org>
13252
13253 * calendar/time-date.el (with-decoded-time-value): Doc fix.
13254
13255 * textmodes/css-mode.el (prog-mode): Remove.
13256 (css-mode): Derive from fundamental-mode rather than prog-mode.
13257
13258 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13259
13260 * emacs-lisp/check-declare.el (check-declare-locate)
13261 (check-declare-verify): Handle `external' files.
13262 (check-declare-errmsg): New function.
13263 (check-declare-verify, check-declare-file, check-declare-directory):
13264 Use check-declare-errmsg to report the number of problems.
13265
13266 * ffap.el (w3-view-this-url)
13267 * mail/mspools.el (vm-visit-folder)
13268 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
13269 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
13270 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
13271 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
13272 (bbdb-records)
13273 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
13274 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
13275 (sasl-make-client, sasl-next-step, sasl-step-data)
13276 (sasl-step-set-data)
13277 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
13278 (htmlr-step): Declare as functions.
13279
13280 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13281 Use bbdb-address-zip rather than bbdb-address-zip-string.
13282
13283 2007-11-28 Richard Stallman <rms@gnu.org>
13284
13285 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13286 Move here from gnus/.
13287
13288 2007-11-28 Martin Rudalics <rudalics@gmx.at>
13289
13290 * newcomment.el (comment-region-internal): Fix newline insertion
13291 in `block' case.
13292
13293 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13294
13295 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13296
13297 2007-11-28 Glenn Morris <rgm@gnu.org>
13298
13299 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13300 delete .elc files.
13301
13302 * nxml/char-name/unicode: Move to etc/nxml/.
13303 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13304
13305 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13306 Declare as a function.
13307
13308 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13309 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13310 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13311
13312 * nxml/nxml-outln.el (nxml-token-start-tag-p)
13313 (nxml-token-end-tag-p): Move definitions before use.
13314
13315 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13316
13317 * nxml/nxml-uchnm.el (top-level)
13318 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13319 (nxml-enabled-unicode-blocks): Add custom group.
13320
13321 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13322 Use string-to-number rather than string-to-int.
13323
13324 * dired-x.el (dired-omit-old-add-entry): Declare as function.
13325 Move definition before use.
13326 (dired-old-find-buffer-nocreate): Declare as function.
13327
13328 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13329 (check-declare-verify): Handle fset.
13330
13331 * emulation/edt.el (edt-user-emulation-setup):
13332 Test edt-setup-user-bindings is bound before calling.
13333
13334 * emulation/tpu-edt.el: Don't require cl when compiling.
13335 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13336 (tpu-edt-off): Use condition-case rather than ignore-errors.
13337 Use with-no-warnings.
13338
13339 * eshell/esh-util.el (top-level): Use require rather than load for
13340 ange-ftp.
13341
13342 * mail/supercite.el (sc-version): Redefine as an alias for
13343 emacs-version.
13344 (sc-help-address): Remove.
13345 (sc-version): Use emacs-version rather than sc-version.
13346 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13347
13348 * net/socks.el (socks-original-open-network-stream): Declare as
13349 function. Move definition before use.
13350
13351 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
13352
13353 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13354 (math-make-frac): Declare as functions.
13355
13356 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13357
13358 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13359 Pacify byte compiler.
13360 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13361
13362 * progmodes/idlwave.el (idlwave-shell-get-path-info)
13363 (idlwave-shell-temp-file, idlwave-shell-is-running)
13364 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13365 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13366 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13367 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13368 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13369 (idlwave-completing-read, idlwave-current-routine)
13370 (idlwave-downcase-safe, idlwave-entry-find-keyword)
13371 (idlwave-expand-keyword, idlwave-find-class-definition)
13372 (idlwave-find-inherited-class, idlwave-find-struct-tag)
13373 (idlwave-get-buffer-visiting, idlwave-in-quote)
13374 (idlwave-make-full-name, idlwave-members-only)
13375 (idlwave-popup-select, idlwave-routine-source-file)
13376 (idlwave-routines, idlwave-sintern-class)
13377 (idlwave-sintern-keyword, idlwave-sintern-method)
13378 (idlwave-sintern-routine-or-method)
13379 (idlwave-substitute-link-target, idlwave-sys-dir)
13380 (idlwave-this-word, idlwave-what-module-find-class)
13381 (idlwave-where):
13382 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13383 * mail/uce.el (rmail-msg-is-pruned)
13384 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13385 (rmail-toggle-header):
13386 * mail/sendmail.el (dired-view-file, dired-get-filename):
13387 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13388 (rmail-display-labels, rmail-msgbeg)
13389 (rmail-set-message-deleted-p, rmail-message-labels-p)
13390 (rmail-show-message, mail-comma-list-regexp)
13391 (mail-parse-comma-list):
13392 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13393 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13394 (rfc822-addresses, mail-abbrev-make-syntax-table)
13395 (mail-sendmail-delimit-header, mail-header-end):
13396 * mail/hashcash.el (message-narrow-to-headers-or-head)
13397 (message-fetch-field, message-goto-eoh)
13398 (message-narrow-to-headers):
13399 * vc.el (view-mode-exit): Declare as functions.
13400
13401 * mail/vms-pmail.el:
13402 * vmsproc.el:
13403 * vms-patch.el: Don't byte compile these files, they don't work.
13404
13405 2007-11-27 Glenn Morris <rgm@gnu.org>
13406
13407 * calc/calc-ext.el (math-read-big-rec):
13408 * calc/calc-nlfit.el (math-map-binop):
13409 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13410
13411 * eshell/eshell.el (eshell-report-bug): Add version number of
13412 obsolescence.
13413
13414 * emulation/viper.el, emulation/viper-util.el,
13415 emulation/viper-macs.el, emulation/viper-keym.el,
13416 emulation/viper-ex.el, emulation/viper-cmd.el:
13417 Load viper-*.el files silently.
13418
13419 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13420 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13421 Load ediff-*.el files silently.
13422
13423 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
13424 compiling.
13425 (Info-goto-node): Declare as a function.
13426
13427 * ediff-init.el: Don't load ange-ftp when compiling.
13428 * ediff-util.el: Don't load reporter when compiling.
13429
13430 * ediff-wind.el (ediff-display-pixel-width)
13431 (ediff-display-pixel-height):
13432 * generic-x.el (ini-generic-mode):
13433 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13434 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13435 (ps-mule-initialize, ps-mule-begin-job):
13436 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13437 (mark-calendar-days-named):
13438 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13439 (add-to-diary-list, diary-name-pattern)
13440 (mark-calendar-days-named):
13441 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13442 (mark-calendar-days-named):
13443 * calendar/cal-x.el (make-fancy-diary-buffer):
13444 * calendar/holidays.el (calendar-absolute-from-julian):
13445 * calendar/todo-mode.el (calendar-current-date):
13446 * calendar/cal-menu.el (calendar-increment-month)
13447 (calendar-month-name, extract-calendar-year)
13448 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13449 (calendar-current-date, calendar-cursor-holidays)
13450 (calendar-date-string, insert-diary-entry, calendar-set-mark)
13451 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13452 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13453 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13454 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13455 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13456 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13457 (calendar-day-of-year-string, calendar-iso-date-string)
13458 (calendar-julian-date-string, calendar-astro-date-string)
13459 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13460 (calendar-persian-date-string, calendar-bahai-date-string)
13461 (calendar-islamic-date-string, calendar-chinese-date-string)
13462 (calendar-coptic-date-string, calendar-ethiopic-date-string)
13463 (calendar-french-date-string, calendar-mayan-date-string)
13464 (calendar-print-chinese-date, calendar-goto-date):
13465 Declare as functions.
13466
13467 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13468 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13469
13470 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13471 aliases for report-emacs-bug.
13472 (gnus-summary-select-article, gnus-configure-windows): Declare as
13473 functions.
13474
13475 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13476 compiler.
13477
13478 * pgg.el (pgg-clear-string): Declare as a function.
13479 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13480 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13481
13482 * emacs-lisp/check-declare.el (check-declare-locate):
13483 Handle compressed files.
13484 (check-declare-verify): Handle define-generic-mode,
13485 define-global(ized)-minor-mode, define-obsolete-function-alias.
13486
13487 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
13488
13489 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13490 algebraic modes.
13491
13492 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13493 (math-is-true, calc-explain-why, calc-alg-edit)
13494 (math-composite-inequalities, math-flatten-lands)
13495 (math-multi-subst, calcFunc-vmatches, math-simplify)
13496 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13497 (math-read-string, math-read-brackets, math-read-angle-brackets):
13498 Declare as functions.
13499
13500 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13501 (calc-fit-bell-shaped-logistic-curve)
13502 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13503 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13504 (math-max-list): Declare as functions.
13505 (math-map-binop): New function.
13506 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13507
13508 * calc/calc.el (calc-set-language, calc-edit-finish)
13509 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13510 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13511 (math-lessp, calc-embedded-finish-command)
13512 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13513 (calc-push-list-in-macro, calc-replace-selections)
13514 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13515 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13516 (calc-embedded-stack-change, calc-refresh-evaltos)
13517 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13518 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13519 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13520 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13521 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13522 (math-dimension-error, calc-incomplete-error, math-float-fancy)
13523 (math-neg-fancy, math-zerop, calc-add-fractions)
13524 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13525 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13526 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13527 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13528 (math-compose-expr, math-comp-width, math-composition-to-string)
13529 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13530 (math-adjust-fraction, math-format-binary, math-format-radix)
13531 (math-group-float, math-mod, math-format-number-fancy)
13532 (math-format-bignum-fancy, math-read-number-fancy)
13533 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13534 (calc-do-embedded-activate, math-do-defmath)
13535 (calc-load-everything): Declare as functions.
13536
13537 * calc/calc-ext.el (math-clip, math-round, math-simplify)
13538 (math-simplify-extended, math-simplify-units, calc-set-language)
13539 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13540 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13541 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13542 (math-normalize-hms, math-normalize-mod, math-make-sdev)
13543 (math-make-intv, math-normalize-logical-op, math-possible-signs)
13544 (math-infinite-dir, math-calcFunc-to-var)
13545 (calc-embedded-evaluate-expr, math-known-nonzerop)
13546 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13547 (math-format-date, math-vector-is-string, math-vector-to-string)
13548 (math-format-radix-float, math-compose-expr, math-abs)
13549 (math-format-bignum-binary, math-format-bignum-octal)
13550 (math-format-bignum-hex, math-format-bignum-radix)
13551 (math-compute-max-digits): Declare as functions.
13552 (math-provably-realp): Fix typo.
13553
13554 * calc/calc-forms.el (calendar-current-time-zone)
13555 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13556 functions.
13557
13558 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13559
13560 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13561 Declare as functions.
13562
13563 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13564 (math-posp, math-compare, math-bignum, math-compare-bignum):
13565 Declare as functions.
13566
13567 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13568 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13569 (calc-explain-why, calc-clear-command-flag)
13570 (calc-roll-down-with-selections, calc-roll-up-with-selections)
13571 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13572 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13573 (math-trunc-special, math-trunc-fancy, math-floor-special)
13574 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13575 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13576 (math-pow-zero, math-pow-fancy): Declare as functions.
13577
13578 * calc/calc-mode.el (calc-embedded-save-original-modes):
13579 Declare as a function.
13580
13581 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13582 Declare as functions.
13583 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13584 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13585 Replace `mapcar*' by `math-map-binop'.
13586 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13587
13588 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13589 (math-read-expr-level): Declare as functions.
13590
13591 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13592
13593 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13596 end-of-defun-function is called consistently, even for negative
13597 arguments.
13598 (end-of-defun-function): Default to forward-sexp.
13599
13600 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
13601
13602 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13603
13604 2007-11-26 Glenn Morris <rgm@gnu.org>
13605
13606 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13607 than :suffix.
13608
13609 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13610
13611 2007-11-26 Simon Josefsson <simon@josefsson.org>
13612
13613 * net/imap.el: Move from ../gnus.
13614
13615 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13616
13617 * doc-view.el (doc-view-mode-p): New function.
13618
13619 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
13620
13621 * mail/mspools.el (rmail-get-new-mail):
13622 * mail/reporter.el (mail-position-on-field, mail-text):
13623 * mail/rmail.el (mail-position-on-field, mail-text-start)
13624 (rmail-update-summary):
13625 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13626 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13627 * mail/rmailout.el (rmail-update-summary):
13628 * mail/rmailsort.el (rmail-update-summary):
13629 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13630 (dired-view-file):
13631 * mail/uce.el (mail-strip-quoted-names):
13632 * mail/undigest.el (rmail-update-summary):
13633 * mail/unrmail.el (mail-strip-quoted-names):
13634 * ediff.el (diff-latest-backup-file): Declare as functions.
13635
13636 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13637 (kill-to-end-of-line):
13638 * obsolete/rnews.el (news-set-minor-modes):
13639 Remove non working functions.
13640
13641 2007-11-25 Glenn Morris <rgm@gnu.org>
13642
13643 * eshell/esh-maint.el (top-level): Use require with NOERROR for
13644 pcomplete. Don't mess with load-path.
13645
13646 * eshell/eshell.el (eshell-report-bug-address): Remove.
13647 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13648
13649 2007-11-24 Glenn Morris <rgm@gnu.org>
13650
13651 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13652 (appt-disp-window): Don't require electric.
13653 Simplify minibuffer-avoidance code.
13654 (appt-select-lowest-window): Avoid minibuffer.
13655
13656 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13657 (esh-mode): Require it.
13658 (esh-util): Use require rather than featurep and load.
13659 (eshell): No need to test if eshell-mode is bound; remove obsolete
13660 reference to eshell-auto.
13661 (eshell-command, eshell-command-result): Don't require esh-mode
13662 now that the file does.
13663 (top-level): Move provide statement to the end of the file.
13664 Re-order and update commentary.
13665
13666 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13667
13668 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13669 (vc-annotate-toggle-annotation-visibility): New command.
13670 (vc-annotate-mode-map): Bind "V" to it.
13671 (vc-annotate-mode-menu): Add entry for it.
13672 (vc-annotate-get-time-set-line-props): New func.
13673 (vc-annotate-display-autoscale)
13674 (vc-annotate-display-difference): Use it.
13675
13676 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13677 Also, match one space at end of annotation text, after last paren.
13678
13679 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
13680
13681 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13682 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
13683 `tramp-completion-mode'.
13684
13685 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13686
13687 * vc-git.el (vc-git-show-log-entry): New func.
13688
13689 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13690 (vc-git-state): Use vc-git--call.
13691 (vc-git-registered, vc-git-working-revision)
13692 (vc-git-previous-revision, vc-git-next-revision)
13693 (vc-git--run-command-string, vc-git-symbolic-commit):
13694 Use vc-git--out-ok.
13695
13696 2007-11-24 Glenn Morris <rgm@gnu.org>
13697
13698 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13699
13700 2007-11-24 Kenichi Handa <handa@m17n.org>
13701
13702 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13703
13704 2007-11-23 David Kastrup <dak@gnu.org>
13705
13706 * server.el (server-process-filter): Use `command-line-args-left'.
13707
13708 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13709
13710 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13711
13712 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
13713
13714 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13715 buffer if the parent buffer is in vc-dired-mode.
13716
13717 2007-11-23 Mark A. Hershberger <mah@everybody.org>
13718
13719 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
13720
13721 2007-11-23 Juri Linkov <juri@jurta.org>
13722
13723 * dired.el (dired-read-dir-and-switches): For C-x d, set the
13724 value for M-n to the visited file name of the current buffer.
13725 Use minibuffer-with-setup-hook to set minibuffer-default to
13726 buffer-file-name inside read-file-name.
13727
13728 * man.el (Man-getpage-in-background): Don't disregard user option
13729 `Man-width' on non-window systems. Remove test for `window-system'
13730 around setting envvar "COLUMNS" depending on the value of `Man-width'.
13731
13732 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13733 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
13734 of "--color=always".
13735
13736 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13739 beginning-of-defun-function.
13740
13741 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13742
13743 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
13744
13745 2007-11-22 Glenn Morris <rgm@gnu.org>
13746
13747 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13748
13749 * emacs-lisp/check-declare.el (check-declare-locate): New function.
13750 (check-declare-scan): Use check-declare-locate.
13751 (check-declare-verify): No longer adjust fnfile, now
13752 check-declare-locate does it.
13753
13754 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13755
13756 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13757
13758 * subr.el (posn-col-row): Make the `default-value' use explicit.
13759
13760 * window.el (balance-windows): Remove unused var `counter'.
13761 (bw-balance-sub): Remove unused var `lastchild'.
13762 (split-window-vertically): Remove unused var `switch'.
13763 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13764
13765 * emacs-lisp/bytecomp.el
13766 (byte-compile-file-form-custom-declare-variable): Simplify.
13767
13768 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13769
13770 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13771 Set `show-trailing-whitespace' to nil.
13772
13773 * dired.el (make-symbolic-link):
13774 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13775 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13776 * dired-x.el (make-symbolic-link):
13777 * frame.el (x-initialize-window-system):
13778 * menu-bar.el (x-menu-bar-open):
13779 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13780 (x-store-cut-buffer-internal):
13781 * wdired.el (make-symbolic-link):
13782 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13783 (x-send-client-message):
13784 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13785
13786 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13787
13788 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13789
13790 2007-11-22 Glenn Morris <rgm@gnu.org>
13791
13792 * dos-fns.el (int86):
13793 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13794
13795 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13796
13797 * calendar/holidays.el (holiday-list): Add autoload cookie.
13798
13799 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13800 files relative to src/ directory.
13801 (check-declare-verify): Handle .c files. Warn if could not find
13802 an arglist to check.
13803
13804 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13805
13806 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13807
13808 * replace.el (occur-mode-map): Add a major mode menu with entries
13809 for all occur operations.
13810
13811 * international/titdic-cnv.el (dos-8+3-filename):
13812 * obsolete/fast-lock.el (msdos-long-file-names):
13813 * frame.el (msdos-mouse-p):
13814 * files.el (msdos-long-file-names, w32-long-file-name):
13815 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13816 (mac-resume-apple-event, mac-font-panel-mode)
13817 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13818 (mac-clear-font-name-table):
13819 * term/pc-win.el (msdos-remember-default-colors)
13820 (w16-set-clipboard-data, w16-get-clipboard-data):
13821 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13822 (set-message-beep):
13823 * net/browse-url.el (w32-shell-execute):
13824 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13825 (w32-get-locale-info, w32-get-valid-locale-ids)
13826 (w32-set-clipboard-data):
13827 * dos-fns.el (int86, msdos-long-file-names):
13828 * dos-w32.el (default-printer-name): Declare as functions.
13829
13830 2007-11-21 Jason Rumney <jasonr@gnu.org>
13831
13832 * emacs-lisp/byte-run.el (declare-function): Return nil.
13833
13834 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13835
13836 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13837
13838 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13839
13840 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13841
13842 2007-11-21 Glenn Morris <rgm@gnu.org>
13843
13844 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13845 for now. Handle define-minor-mode, and defalias (with no argument
13846 checking).
13847
13848 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13849
13850 * frame.el (msdos-mouse-p):
13851 * files.el (msdos-long-file-names, w32-long-file-name):
13852 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13853 (mac-resume-apple-event, mac-font-panel-mode)
13854 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13855 (mac-clear-font-name-table):
13856 * term/pc-win.el (msdos-remember-default-colors)
13857 (w16-set-clipboard-data, w16-get-clipboard-data):
13858 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13859 (set-message-beep):
13860 * net/browse-url.el (w32-shell-execute):
13861 * dos-fns.el (int86, msdos-long-file-names):
13862 * dos-w32.el (default-printer-name): Undo previous change.
13863
13864 2007-11-21 Eli Zaretskii <eliz@gnu.org>
13865
13866 * international/mule-cmds.el (set-locale-environment):
13867 Set default-file-name-coding-system _after_ keyboard and terminal
13868 coding systems. This fixes last change.
13869
13870 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13871 one space after "Subject:".
13872
13873 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13876 in order to determine if there's a conflict.
13877
13878 2007-11-21 Richard Stallman <rms@gnu.org>
13879
13880 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13881
13882 * reposition.el (reposition-window):
13883 Binding C-M-l moved to bindings.el.
13884
13885 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13886
13887 * add-log.el (add-change-log-entry-other-window):
13888 Key binding C-x 4 a moved to bindings.el.
13889
13890 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13891 from filecache.el.
13892
13893 * filecache.el: Minibuffer map bindings moved to bindings.el.
13894
13895 2007-11-21 Jason Rumney <jasonr@gnu.org>
13896
13897 * international/mule-cmds.el (set-locale-environment):
13898 Set default-file-name-coding-system from system defaults on Windows.
13899
13900 2007-11-21 Jason Rumney <jasonr@gnu.org>
13901
13902 * term/w32console.el: New term init file for w32 console.
13903
13904 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13905 (x-setup-function-keys): Likewise, replacing top-level key definitions.
13906 (w32-tty-standard-colors): Move to term/w32console.el.
13907
13908 * term/w32-win.el (x-setup-function-keys): Remove.
13909
13910 * term/tty-colors.el (tty-register-default-colors): Remove special
13911 case for w32.
13912
13913 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13914
13915 * frame.el (msdos-mouse-p):
13916 * generic-x.el (w32-shell-name):
13917 * files.el (msdos-long-file-names, w32-long-file-name)
13918 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13919 (dos-8+3-filename, vms-read-directory, view-mode-disable):
13920 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13921 (mac-resume-apple-event, mac-font-panel-mode)
13922 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13923 (mac-clear-font-name-table):
13924 * term/pc-win.el (msdos-remember-default-colors)
13925 (w16-set-clipboard-data, w16-get-clipboard-data):
13926 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13927 (set-message-beep):
13928 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13929 (w32-get-locale-info, w32-get-valid-locale-ids)
13930 (w32-set-clipboard-data):
13931 * help-fns.el (ad-get-advice-info):
13932 * font-lock.el (fast-lock-after-fontify-buffer)
13933 (fast-lock-after-unfontify-buffer, fast-lock-mode)
13934 (lazy-lock-after-fontify-buffer)
13935 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13936 * net/browse-url.el (w32-shell-execute):
13937 * dos-fns.el (int86, msdos-long-file-names):
13938 * dos-w32.el (default-printer-name): Declare as functions.
13939
13940 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13941
13942 * textmodes/paragraphs.el (forward-sentence): Doc fix.
13943 Reported by Drew Adams <drew.adams@oracle.com>.
13944
13945 2007-11-20 Jason Rumney <jasonr@gnu.org>
13946
13947 * term/w32-win.el (x-setup-function-keys): Protect against
13948 multiple calls on the same terminal.
13949
13950 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13951
13952 * term/mac-win.el (x-setup-function-keys): Only setup
13953 local-function-key-map if it has not been setup already for the
13954 current frame. Move the suspend-emacs processing here.
13955
13956 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
13957
13958 * progmodes/grep.el (xargs-program): New variable.
13959 (grep-compute-defaults): Use it.
13960 (grep-default-command): Doc fix.
13961 (grep, lgrep, rgrep): Reflow docstrings.
13962
13963 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13964
13965 * vc.el (vc-find-revision): Set the parent buffer.
13966 Use when instead of if.
13967
13968 * progmodes/python.el (info-lookup-maybe-add-help):
13969 * progmodes/ps-mode.el (doc-view-minor-mode):
13970 * mail/emacsbug.el (Info-menu, Info-goto-node):
13971 * emulation/viper-keym.el (viper-ex)
13972 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13973 * emulation/viper-cmd.el (widget-type, widget-button-press)
13974 (viper-set-hooks):
13975 * emacs-lisp/tcover-unsafep.el (unsafep-function):
13976 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13977 (ses-load, ses-vector-delete, ses-create-header-string)
13978 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13979 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13980
13981 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13982
13983 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13984
13985 2007-11-20 Glenn Morris <rgm@gnu.org>
13986
13987 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13988 for end of function-name. Handle define-derived-mode.
13989
13990 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13991
13992 * progmodes/idlw-help.el: Require browse-url unconditionally, it
13993 is available by default.
13994 (idlwave-help-browse-url-available): Change default to t.
13995
13996 * emulation/edt.el (defgroup, defcustom): Remove definition.
13997 (eval-when-compile): Remove.
13998 (c-mark-function):
13999 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
14000 * textmodes/fill.el (comment-search-forward)
14001 (comment-string-strip):
14002 * progmodes/prolog.el (comint-mode, comint-send-string)
14003 (comint-send-region, comint-send-eof):
14004 * progmodes/dcl-mode.el (imenu-default-create-index-function):
14005 * emulation/viper-util.el (viper-forward-Word):
14006 * emulation/vi.el (c-mark-function):
14007 * emulation/edt-vt100.el (vt100-wide-mode):
14008 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
14009
14010 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
14011
14012 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14013 Still some tuning in case of an echoing shell.
14014 (tramp-send-command): Connection property "remote-echo" is not
14015 persistent; cache key is the process therefore.
14016
14017 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
14018
14019 * replace.el (map-query-replace-regexp): Doc fix (revert part of
14020 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
14021
14022 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
14023
14024 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
14025 * play/yow.el (doctor-ret-or-read):
14026 * vc-hooks.el (vc-dired-resynch-file):
14027 * vc-hg.el (log-view-get-marked):
14028 * smerge-mode.el (ediff-cleanup-mess):
14029 * pcvs.el (vc-editable-p, vc-checkout):
14030 * pcomplete.el (comint-bol):
14031 * informat.el (texinfo-format-refill):
14032 * ido.el (tramp-tramp-file-p):
14033 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
14034 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
14035 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
14036 functions.
14037
14038 * textmodes/ispell.el (ispell-int-char): Make it a defalias
14039 instead of fset.
14040 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
14041
14042 * ido.el (ido-file-internal): Move with-no-warnings to include the
14043 ffap-string-at-point call.
14044
14045 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
14046
14047 * vc-hg.el (vc-hg-revision-table): Fix last change.
14048
14049 2007-11-19 Martin Rudalics <rudalics@gmx.at>
14050
14051 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
14052 clipboard-yank when the buffer is read-only.
14053
14054 * cus-edit.el (custom-field-keymap): Move to other Custom mode
14055 keymaps such that it's before the definition of Custom-mode-menu.
14056 (Custom-mode-menu): Show it for custom-field-keymap too.
14057
14058 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
14059
14060 * progmodes/gdb-ui.el: Update commentary.
14061
14062 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
14063
14064 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
14065
14066 2007-11-19 Glenn Morris <rgm@gnu.org>
14067
14068 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
14069 does not exist, try adding `.el' extension. Also search for defsubsts.
14070
14071 * cus-edit.el (recentf-expand-file-name):
14072 * dired.el (dired-relist-entry):
14073 * subr.el (w32-shell-dos-semantics):
14074 * emacs-lisp/bytecomp.el (compilation-forget-errors):
14075 Declare as functions.
14076
14077 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
14080 (prepare-abbrev-list-buffer): Use dolist.
14081 (clear-abbrev-table): Preserve properties.
14082
14083 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
14084
14085 * textmodes/texinfmt.el (texinfo-format-printindex):
14086 Collect combined indexes using texinfo-short-index-format-cmds-alist.
14087 Reported on <bug-texinfo@gnu.org>.
14088
14089 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
14090
14091 * net/tramp.el (tramp-completion-reread-directory-timeout):
14092 New defcustom.
14093 (tramp-handle-file-name-all-completions): Flush directory contents
14094 from cache regularly.
14095 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14096 (tramp-open-connection-setup-interactive-shell):
14097 Call `tramp-cleanup-connection' via funcall.
14098
14099 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
14100 created when copying.
14101
14102 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
14103
14104 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
14105 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
14106 * eshell/esh-ext.el (eshell-external-command):
14107 * eshell/esh-cmd.el (require):
14108 * eshell/em-unix.el (eshell-plain-locate-behavior):
14109 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14110 Replace eshell-under-xemacs-p with (featurep 'xemacs).
14111 * eshell/esh-mode.el (characterp, char-int): Remove unused
14112 conditional defaliases.
14113
14114 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
14115 Rename from event-matches-key-specifier-p, define unconditionally.
14116 (event-basic-type): Remove unused defalias.
14117 (pcomplete-show-completions):
14118 Use pcomplete-event-matches-key-specifier-p.
14119
14120 2007-11-17 Eli Zaretskii <eliz@gnu.org>
14121
14122 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
14123 when saving esh-groups.el.
14124
14125 2007-11-17 Martin Rudalics <rudalics@gmx.at>
14126
14127 * wid-edit.el (widget-default-complete):
14128 * progmodes/flymake.el (flymake-goto-file-and-line):
14129 Fix typo in (doc-)string.
14130
14131 2007-11-17 Glenn Morris <rgm@gnu.org>
14132
14133 * emacs-lisp/byte-run.el (declare-function): New macro.
14134 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14135 New function, byte-hunk-handler for declare-function.
14136 (byte-compile-callargs-warn): Handle declared functions.
14137
14138 * emacs-lisp/check-declare.el: New file.
14139 * Makefile.in (check-declare): New target.
14140
14141 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
14142
14143 * subr.el (process-lines): Move here from ../admin/admin.el.
14144 * emacs-lisp/authors.el (authors-process-lines): Remove.
14145 (authors): Use process-lines rather than authors-process-lines.
14146
14147 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
14148 Remove these files.
14149
14150 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
14151
14152 * emacs-lisp/backquote.el (backquote):
14153 Improve argument/docstring consistency.
14154
14155 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
14156 (ring-length, ring-empty-p): Use c[ad]dr.
14157 (ring-plus1): Use `1+'.
14158 (ring-minus1): Use `zerop'.
14159 (ring-remove): Use c[ad]dr. Use `when'.
14160 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
14161 (ring-ref): Use `let', not `let*'.
14162 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
14163 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
14164 (ring-member): Simplify. Doc fix.
14165 (ring-convert-sequence-to-ring): Simplify.
14166
14167 2007-11-17 Juri Linkov <juri@jurta.org>
14168
14169 * dired-aux.el (dired-create-directory): Allow creating
14170 a directory of an arbitrary depth. Add a loop to find the topmost
14171 nonexistent parent dir `new', and call `dired-add-file' on it.
14172 Set the `PARENTS' arg of `make-directory' to t.
14173
14174 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14175
14176 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
14177 (math-build-parse-table): Get parse information from math-parse-table.
14178
14179 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * window.el (recenter-last-op): New var.
14182 (recenter-top-bottom): New command.
14183 (global-map): Bind it to C-l.
14184
14185 * abbrev.el (abbrev--write): Fix error in transcription from C.
14186
14187 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
14188 (pc-select-ensure-mark): Set mark-active to a special value instead.
14189 Rename from ensure-mark. Update call callers.
14190 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
14191 Rewrite. Update all callers.
14192 (pc-selection-mode): Remove redundant var declaration.
14193
14194 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
14195
14196 * doc-view.el (doc-view-search-backward, doc-view-search):
14197 Fix assignment to free variable bug.
14198
14199 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
14200
14201 * emulation/pc-select.el (pc-select-shifted-mark): New var.
14202 (ensure-mark): Set it.
14203 (maybe-deactivate-mark): New fun.
14204 Use it everywhere instead of (setq mark-active nil).
14205
14206 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14207
14208 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
14209 Add check for XEmacs.
14210
14211 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
14212
14213 * doc-view.el (doc-view-resolution): Add missing :group.
14214
14215 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
14216
14217 * subr.el (make-variable-frame-local):
14218 Fix typo in obsolescence declaration.
14219
14220 2007-11-16 Werner Lemberg <wl@gnu.org>
14221
14222 * files.el (set-auto-mode-1): Check second line for -*- if file
14223 starts with '\" (which is used by man pages to identify needed
14224 troff preprocessors).
14225
14226 2007-11-16 Glenn Morris <rgm@gnu.org>
14227
14228 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
14229
14230 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14231
14232 * calc/calc-lang.el (math-oper-table): Fix typo.
14233 Reduce precedence of "/" for TeX.
14234
14235 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
14236
14237 2007-11-16 Juri Linkov <juri@jurta.org>
14238
14239 * dired-aux.el (dired-read-shell-command-default): New function.
14240 (dired-read-shell-command): Use its return value for DEFAULT arg.
14241
14242 * replace.el (keep-lines-read-args, occur-read-primary-args):
14243 Use a list of default values for DEFAULT arg of read-from-minibuffer.
14244
14245 * man.el (Man-heading-regexp): Add 0-9.
14246 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
14247
14248 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
14251 (doc-view-resolution): New custom var.
14252 (doc-view-pdf/ps->png): Use it.
14253 (doc-view-shrink-factor): New var.
14254 (doc-view-enlarge, doc-view-shrink): New commands.
14255 (doc-view-mode-map): Use them.
14256
14257 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14258
14259 * ediff-wind.el (ediff-window-setup-function):
14260 * simple.el (normal-erase-is-backspace):
14261 * eshell/em-unix.el (eshell/info):
14262 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
14263 Fix typos in docstrings.
14264
14265 * emulation/cua-base.el (cua--keymaps-initialized):
14266 Rename from `cua--keymaps-initalized'. Callers changed.
14267 (cua-highlight-region-shift-only): Doc fix.
14268 (cua-paste-pop): Fix typo in docstring.
14269
14270 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14271
14272 * emulation/cua-base.el (cua--pre-command-handler-1):
14273 Use input-decode-map instead of function-key-map.
14274 Use event-modifiers now that it works reliably.
14275
14276 * vc.el (vc-diff-internal): Pop-to-buffer later.
14277
14278 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
14279
14280 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14281 did not touch them.
14282
14283 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
14284
14285 * calc/calc-menu.el: New file.
14286 * calc/calc.el (calc-mode): Require calc-menu.
14287
14288 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
14289
14290 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14291
14292 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
14293
14294 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14295 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14296 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14297 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14298 locations.
14299 (gdb-info-breakpoints-custom, gdb-assembler-custom)
14300 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14301 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14302
14303 2007-11-13 Noah Friedman <friedman@splode.com>
14304
14305 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14306 bindings to remap when `calc-scan-for-dels' is non-nil.
14307
14308 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14311 constant forms.
14312 (byte-compile-nilconstp): New function.
14313 (byte-optimize-cond): Kill subsequent branches when a branch is
14314 know to be taken or not taken.
14315 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14316
14317 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14318
14319 * vc.el (vc-register): Allow registering a file passed as a
14320 parameter instead of just the current buffer.
14321
14322 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
14323
14324 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14325 Check whether the output of "uname -sr" has been changed.
14326
14327 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14328
14329 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14330 patterns from compilation-perl.el and compilation-weblint.el files.
14331
14332 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14333
14334 * progmodes/compilation-perl.el:
14335 * progmodes/compilation-weblint.el: Disable autoloads, they cause
14336 a bootstrap failure.
14337
14338 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14339 instead of doing "cvs diff" in order to avoid accessing the repository.
14340
14341 2007-11-12 Kevin Ryde <user42@zip.com.au>
14342
14343 * progmodes/compilation-perl.el:
14344 * progmodes/compilation-weblint.el: New files.
14345
14346 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
14347
14348 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14349 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14350 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14351 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14352 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14353 Rewrite in active voice.
14354
14355 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
14356
14357 * doc-view.el: Add comments about isearch support.
14358
14359 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14360
14361 * vc.el (vc-start-entry): Fix setting the in the case the function
14362 is called from vc-dired. Use when instead of if where appropriate.
14363
14364 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14365
14366 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14367 to be a list.
14368 (ps-begin-job): Error if ps-lpr-switches is not a list.
14369
14370 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14371
14372 * faces.el (face-normalize-spec): Remove function.
14373 (frame-set-background-mode): Undo last change.
14374
14375 2007-11-10 Jason Rumney <jasonr@gnu.org>
14376
14377 * w32-fns.el: Sync charset names with setup-default-fontset.
14378 Append "-1" where second part missing.
14379
14380 2007-11-10 Juri Linkov <juri@jurta.org>
14381
14382 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14383 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
14384
14385 * custom.el (custom-note-var-changed): Remove the `interactive'
14386 spec from this new non-interactive function.
14387
14388 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
14389
14390 * doc-view.el (doc-view-mode-map, doc-view-menu)
14391 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14392 (doc-view-search-backward): New function.
14393 (doc-view-search): Query new regexp if prefix arg is given, else
14394 jump to next/previous match.
14395 (doc-view-mode): Handle compressed files.
14396 (jka-compr): Required for compressed files.
14397
14398 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
14399
14400 * replace.el (query-replace-show-replacement): New defcustom.
14401 (perform-replace): Use `match-substitute-replacement' if
14402 `query-replace-show-replacement' is non-nil.
14403
14404 2007-11-10 David Kastrup <dak@gnu.org>
14405
14406 * subr.el (match-substitute-replacement): New function.
14407
14408 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
14409
14410 * files.el (auto-mode-alist): Select org-mode for files with the
14411 extension ".org".
14412
14413 2007-11-10 Martin Rudalics <rudalics@gmx.at>
14414
14415 * help.el (help-window, help-window-point-marker): New variables.
14416 (help-window-select): New option.
14417 (with-help-window): New macro for displaying help windows.
14418 (help-window-display-message, help-window-setup-finish)
14419 (help-window-setup): New functions used for setting up help windows.
14420 (print-help-return-message): Reset help-window to nil.
14421 (view-lossage): Use with-help-window instead of
14422 with-output-to-temp-buffer and move help-window-point-marker after
14423 inserted text.
14424 (describe-bindings, describe-key, describe-mode): Use
14425 with-help-window instead of with-output-to-temp-buffer.
14426
14427 * help-mode.el (help-mode): Set view-exit-action to bury the
14428 buffer instead of fiddling with windows. Simplify code.
14429 (help-mode-finish): When help-window eqs t set it to the selected
14430 window and have with-help-window set up view-return-to-alist.
14431 (help-buffer): Add autoload cookie.
14432
14433 * view.el (view-remove-frame-by-deleting): Change default value to t.
14434 Add autoload cookie.
14435 (view-exit-action, view-file, view-file-other-window)
14436 (view-file-other-frame, view-buffer, view-buffer-other-window)
14437 (view-buffer-other-frame): Rewrite doc strings.
14438 (view-return-to-alist-update): New function to remove stale entries
14439 from view-return-to-alist.
14440 (view-mode-enter): Rewrite doc string and simplify code.
14441 (view-mode-exit): Handle new case 'keep-frame. Don't reset
14442 view-exit-action to nil. Simplify code and rewrite doc string.
14443
14444 * apropos.el (apropos-describe-plist):
14445 * descr-text.el (describe-char):
14446 * disp-table.el (describe-display-table):
14447 * faces.el (list-faces-display, describe-face):
14448 * facemenu.el (list-colors-display):
14449 * help-fns.el (describe-function, describe-variable)
14450 (describe-syntax, describe-categories):
14451 Use with-help-window instead of with-output-to-temp-buffer.
14452
14453 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
14454
14455 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14456 Optimize (featurep 'emacs) to t.
14457
14458 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14459 New function.
14460 (byte-compile-maybe-guarded): Use it to also look for bound
14461 symbols inside `and' forms. Comment out non-working code that was
14462 trying to avoid warnings for XEmacs code.
14463
14464 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14465
14466 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14467 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14468 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14469 (vc-cvs-annotate-command):
14470 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14471 is bound, it always is.
14472
14473 2007-11-10 Jason Rumney <jasonr@gnu.org>
14474
14475 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14476 setup here from global scope.
14477
14478 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
14479
14480 * ido.el (ido-save-history): Save the history file in UTF-8, not
14481 the current filename coding system.
14482
14483 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14484
14485 * simple.el (interprogram-cut-function, interprogram-paste-function):
14486 Don't make them frame-local any more.
14487
14488 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14489 Don't set interprogram-(cut|paste)-function on each frame.
14490
14491 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14492 Make them work in tty frames.
14493 (interprogram-cut-function, interprogram-paste-function):
14494 Set them globally.
14495
14496 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14497
14498 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14499 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14500 (iso-iso2duden-trans-tab): Add docstring.
14501
14502 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * abbrev.el (define-abbrev-table): Record the variable definition.
14505
14506 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14507 New function.
14508
14509 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14510
14511 * ps-print.el: Clean the code for checking suitable Emacs version.
14512 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14513 (ps-print-version): New version 6.8.1.
14514
14515 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14516
14517 * files.el (enable-local-variables): Doc fix.
14518
14519 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14520
14521 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14522
14523 2007-11-09 Sven Joachim <svenjoac@gmx.de>
14524
14525 * dired-aux.el (dired-copy-file-recursive):
14526 Preserve directory permissions.
14527
14528 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14529
14530 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14531 (whitespace-unload-function): New-style unload function. When run,
14532 unintern `whitespace-unload-hook' and call `unload-feature' recursively
14533 to stop the old hook from messing with the unloading.
14534
14535 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14536
14537 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14538 (elp-unset-master, elp-results): Fix typos.
14539 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14540 Doc fixes.
14541
14542 * msb.el (msb--many-menus): Remove variable.
14543 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14544 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14545 (msb--toggle-menu-type): Fix typos in docstrings.
14546
14547 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14548 (shadow-insert-var): Doc fixes.
14549 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14550 Reflow docstrings.
14551 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14552
14553 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14554
14555 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14556 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14557 Fix typos in autoload docstrings.
14558
14559 2007-11-09 Richard Stallman <rms@gnu.org>
14560
14561 * savehist.el (savehist-save): Obey savehist-ignored-variables.
14562
14563 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14564
14565 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14566 (gdb-var-update-handler-1): Use it.
14567
14568 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14569
14570 * loadhist.el (unload-feature): Remove erroneous check for the
14571 FEATURE-unload-function variable; check the existence of the
14572 function (that's what the docstring says, and it makes more sense).
14573
14574 * follow.el (follow-unload-function): Add docstring.
14575 (follow-unload-function): Remove variable.
14576
14577 * server.el (server-unload-function): Remove variable.
14578 (server-unload-function): Unbind `server-edit' from `C-x #'.
14579
14580 * ses.el (ses-unload-function): New function.
14581
14582 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14583
14584 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14585 (unsafep-progn, unsafep-let): Fix typos in docstrings.
14586
14587 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14588 before use to avoid a warning in packages that require uniquify.
14589 (uniquify-unload-function): New function and var.
14590
14591 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
14592
14593 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14594 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14595 (ediff-current-diff-A, ediff-current-diff-B)
14596 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14597 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14598 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14599 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14600 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14601 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14602 (ediff-setup-windows-plain-merge)
14603 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14604 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14605 * ediff-util.el (ediff-setup-keymap, )
14606 (ediff-toggle-wide-display, ediff-toggle-multiframe)
14607 (ediff-toggle-use-toolbar, ediff-really-quit)
14608 (ediff-good-frame-under-mouse)
14609 (ediff-highlight-diff-in-one-buffer)
14610 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14611 (ediff-make-bullet-proof-overlay):
14612 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14613 (ediff-set-meta-overlay):
14614 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14615 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14616 ediff-emacs-p with their former definitions.
14617
14618 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14619 (viper-has-face-support-p, viper-inactivate-input-method)
14620 (viper-activate-input-method)
14621 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14622 * emulation/viper-mous.el (viper-multiclick-timeout)
14623 (viper-surrounding-word, viper-mouse-click-insert-word)
14624 (viper-mouse-click-search-word, viper-parse-mouse-key):
14625 * emulation/viper-macs.el (viper-char-array-to-macro):
14626 * emulation/viper.el (viper-go-away, viper-set-hooks)
14627 (viper-non-hook-settings):
14628 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14629 (viper-get-saved-cursor-color-in-insert-mode)
14630 (viper-get-saved-cursor-color-in-emacs-mode)
14631 (viper-check-version, viper-get-visible-buffer-window)
14632 (viper-file-checked-in-p, viper-set-replace-overlay)
14633 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14634 (viper-check-minibuffer-overlay, viper-read-key-sequence)
14635 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14636 with their former definitions.
14637 (viper-eventify-list-xemacs): Only do work for XEmacs.
14638 (viper-set-unread-command-events): Only do work for Emacs.
14639 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14640 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14641 (viper-overlay-get, viper-overlay-put, viper-read-event)
14642 (viper-characterp, viper-int-to-char, viper-get-face)
14643 (viper-color-defined-p, viper-iconify): New defaliases replacing
14644 the old fsets.
14645
14646 * progmodes/fortran.el (comment-region-function)
14647 (uncomment-region-function): Pacify byte compiler.
14648
14649 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14650
14651 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
14652
14653 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14654 `process-environment'.
14655
14656 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
14657
14658 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14659 match dir like "a...b".
14660
14661 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14664
14665 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
14666
14667 * net/tramp.el (tramp-handle-substitute-in-file-name):
14668 Don't expand the remote connection identification.
14669 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14670 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
14671 before calling stty.
14672
14673 * net/tramp-cache.el (tramp-cache-print)
14674 (tramp-dump-connection-properties): Fix docstring.
14675 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14676
14677 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14678
14679 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14680 remote connection identification when setting connection property.
14681
14682 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14683 "//" substitutes only in the local filename part.
14684
14685 2007-11-07 David Hansen <david.hansen@gmx.net>
14686
14687 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14688
14689 2007-11-07 Glenn Morris <rgm@gnu.org>
14690
14691 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14692 Remove superfluous concats. Move final set-buffer to
14693 non-emacs-specific code.
14694
14695 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
14696
14697 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14698
14699 2007-11-07 Johan Bockgård <bojohan@gnu.org>
14700
14701 * eshell/esh-mode.el (eshell-output-filter):
14702 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14703 Use `with-current-buffer'.
14704
14705 2007-11-07 Andreas Schwab <schwab@suse.de>
14706
14707 * server.el (server-start): Only register cleanup after server was
14708 started.
14709
14710 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
14711
14712 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14713
14714 * net/tramp-cache.el (tramp-cache-print): Move down.
14715 (tramp-cache-list-connections): New defun.
14716
14717 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14718
14719 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
14720
14721 * ido.el (ido-save-history): Write the history file in the current
14722 filename coding system, and add `coding' file-local variable.
14723
14724 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
14725
14726 * textmodes/org.el (org-table-formula-substitute-names):
14727 Remove forgotten temporary debugging code.
14728
14729 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
14730
14731 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14732 the prompt.
14733
14734 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
14735
14736 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14737
14738 2007-11-05 Simon Josefsson <simon@josefsson.org>
14739
14740 * net/tls.el (tls-end-of-info): Doc fix.
14741
14742 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
14743
14744 * international/utf-7.el (utf-7-imap): New coding system.
14745 (utf-7-imap-post-read-conversion): New function.
14746 (utf-7-imap-pre-write-conversion): New function.
14747
14748 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * abbrev.el (abbrev--write): Fix up typo.
14751
14752 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
14753
14754 * abbrev.el (define-abbrev-table): Doc fix.
14755
14756 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
14757
14758 * info.el (Info-revert-buffer-function): New func.
14759 (Info-mode): Arrange to use it for reverting.
14760 (Info-copy-current-node-name): Add space between filename and nodename.
14761
14762 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * abbrev.el (expand-abbrev): Move point back to expansion's end.
14765
14766 2007-11-04 Glenn Morris <rgm@gnu.org>
14767
14768 * net/tls.el: Don't require rx when compiling.
14769 (tls-end-of-info): Rewrite without using rx.
14770 (open-tls-stream): Use with-current-buffer.
14771
14772 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
14773
14774 * net/tls.el: Require rx when compiling.
14775 (tls-end-of-info): New variable.
14776 (open-tls-stream): Keep reading input until `tls-end-of-info' is
14777 matched.
14778
14779 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
14780
14781 * register.el (append-to-register, prepend-to-register):
14782 Don't signal error on empty register; use the text, instead.
14783
14784 2007-11-03 Michael Olson <mwolson@gnu.org>
14785
14786 * textmodes/remember.el (remember-buffer):
14787 Use define-obsolete-function-alias rather than defalias.
14788
14789 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14790
14791 * simple.el (bad-packages-alist): Anchor semantic regexp.
14792
14793 2007-11-03 Glenn Morris <rgm@gnu.org>
14794
14795 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14796 if defined, for blank lines. Doc fix.
14797
14798 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14799 (fortran-mode): Set values for comment-region-function,
14800 uncomment-region-function and comment-insert-comment-function.
14801 (fortran-uncomment-region): New function.
14802
14803 * textmodes/nroff-mode.el (nroff-mode):
14804 Set comment-insert-comment-function rather than indent-line-function.
14805 (nroff-indent-line-function): Remove.
14806 (nroff-insert-comment-function): New function.
14807
14808 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14809
14810 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14811
14812 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14813
14814 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14815
14816 * emulation/viper-cmd.el (viper-prev-destructive-command)
14817 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14818 copy-sequence.
14819
14820 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14821 Got rid of ediff-copy-list.
14822
14823 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14824 use face-name.
14825 (ediff-test-utility, ediff-diff-mandatory-option)
14826 (ediff-reset-diff-options): Remove to simplify the mandatory option
14827 handling on Windows.
14828 (ediff-set-diff-options): Add.
14829 (ediff-diff-options): Set "--binary" option as default in some cases.
14830
14831 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14832 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14833 ediff-vc-working-revision. Require vc-hooks.
14834
14835 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
14836
14837 * files.el (hack-local-variables): Fix membership tests to avoid
14838 treating all variables as safe if `enable-local-variables' is
14839 set to :safe (CVE-2007-5795).
14840
14841 2007-11-02 Glenn Morris <rgm@gnu.org>
14842
14843 * newcomment.el (comment-indent): Let comment-insert-comment-function,
14844 if defined, do all the work of inserting a new comment.
14845
14846 * progmodes/etags.el (tags-table-mode): Disable undo.
14847
14848 * simple.el (bad-packages-alist): Revert previous change.
14849
14850 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
14851
14852 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14853
14854 * obsolete/lselect.el: Do not warn about unknown functions.
14855
14856 2007-11-02 Michael Olson <mwolson@gnu.org>
14857
14858 * textmodes/remember.el (remember-buffer): Make this an alias of
14859 remember-finalize, because Org uses it.
14860
14861 2007-11-01 Michael Olson <mwolson@gnu.org>
14862
14863 * textmodes/remember.el: Improve documentation in heading.
14864 (remember-before-remember-hook): Turn into a customizable option.
14865 (remember): Document INITIAL argument.
14866 (remember-region): Remove autoload cookie. Improve docstring to
14867 mention that it is called from the *Remember* buffer, and does not
14868 have any functional overlap with the `remember' function.
14869 (remember-finalize): Remove autoload cookie. Rename from
14870 remember-buffer to emphasize that this does not have any
14871 functional overlap with the `remember' function.
14872 (remember-destroy): Remove autoload cookie.
14873 (remember-mode-map): Define and initialize in one step.
14874 (remember-mode): Improve docstring.
14875 (remember-annotation-functions): Default to just '(buffer-file-name),
14876 and don't try to take the default value from Planner.
14877
14878 2007-11-01 Glenn Morris <rgm@gnu.org>
14879
14880 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14881
14882 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14883
14884 * emacs-lisp/authors.el (authors-scan-change-log)
14885 (authors-scan-el): Don't enable local eval; enable only safe local
14886 variables, without querying.
14887
14888 * mail/footnote.el (footnote-numeric-regexp)
14889 (footnote-english-upper-regexp, footnote-english-lower-regexp)
14890 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14891 Match multi-character footnotes.
14892
14893 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14894 (nroff-indent-line-function): New function.
14895 (nroff-count-text-lines): Use nroff-forward-text-line rather than
14896 obsolete alias.
14897
14898 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
14899
14900 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14901 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
14902 (rcirc-print): Only update the line count when not marking the
14903 line as omittable.
14904 (rcirc-log-write): Specify coding system when writing logfile.
14905 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14906
14907 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14908
14909 * printing.el (printing): Fix :version, printing.el was included
14910 for in emacs-22.1.
14911 (pr-path-style, pr-path-alist, pr-txt-name)
14912 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14913 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14914 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14915 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14916 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14917 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14918 (pr-setting-database, pr-visible-entry-list)
14919 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14920 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14921
14922 * ediff-util.el (ediff-nuke-selective-display): Move definition to
14923 top level, make it dependent on the emacs flavor.
14924
14925 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14926 Test for XEmacs not for itimer.
14927
14928 * term/sun-mouse.el:
14929 * obsolete/sun-fns.el:
14930 * obsolete/sun-curs.el: Remove files.
14931
14932 * term/sun.el (select-previous-complex-command): Remove obsolete code.
14933
14934 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
14935
14936 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14937 was given to concat.
14938
14939 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14942 used normally for goto-line. Change `g' to revert the buffer.
14943 Add redundant `r' binding for buffer-revert.
14944
14945 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14946 (mail-abbrevs-setup): Use abbrev-expand-functions.
14947 (build-mail-abbrevs): Use with-temp-buffer.
14948 (define-mail-abbrev): Simplify.
14949 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14950 Change it for use on abbrev-expand-functions.
14951 (mail-abbrev-complete-alias): Use with-syntax-table.
14952
14953 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
14954
14955 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14956 directly. Fix bug in deleting temp file.
14957
14958 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14961 Merge defvar and define-abbrev-table.
14962 (def-python-skeleton): Use :case-fixed and :enable-function.
14963 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14964 Remove.
14965 (python-mode): Don't modify pre-abbrev-expand-hook.
14966
14967 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14968
14969 * ediff-util.el (ediff-file-checked-out-p)
14970 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14971
14972 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14973
14974 * abbrev.el (abbrev-symbol): Correct let->let*.
14975 (abbrev--before-point): Only use abbrev-start-location if before point.
14976
14977 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14978
14979 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
14980 (strokes-unload-hook): Remove function and variable.
14981 (strokes-unload-function): New-style unload function, adapted
14982 from `strokes-unload-hook'.
14983
14984 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14985 (cl-unload-hook): Remove variable.
14986 (cl-unload-function): New-style unload function, adapted
14987 from `cl-cannot-unload'.
14988
14989 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14990 (elp-unload-function): New-style unload function, adapted
14991 from `elp-unload-hook'.
14992
14993 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
14994
14995 * emacs-lisp/find-func.el (find-library): Use library at
14996 point as default interactive argument.
14997
14998 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14999
15000 * shadowfile.el (shadow-join): Remove.
15001 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
15002 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
15003 (shadowfile-unload-hook): Remove function and variable.
15004 (shadowfile-unload-function): New-style unload function, adapted
15005 from `shadowfile-unload-hook'.
15006
15007 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15008
15009 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
15010 only if it is bound.
15011
15012 * textmodes/reftex.el: Move autoloads for before all uses.
15013 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
15014 (reftex-delete-overlay): Move to the top level with the condition
15015 in the body.
15016
15017 * progmodes/simula.el: Use when instead of if.
15018
15019 * iimage.el (iimage-locate-file): Define unconditionally.
15020
15021 * mail/mailabbrev.el (mail-abbrev-next-line):
15022 * emulation/vip.el (vip-enlarge-region, vip-line)
15023 (vip-next-line-at-bol, vip-previous-line)
15024 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
15025 Wrap with-no-warnings around uses of next-line and previous-line.
15026
15027 * ediff.el (run-ediff-from-cvs-buffer):
15028 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
15029 Remove function not used by pcl-cvs anymore.
15030 (noninteractive, generic-sc-get-latest-rev)
15031 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
15032 Delete support for long obsolete generic-sc.el.
15033
15034 2007-10-31 Glenn Morris <rgm@gnu.org>
15035
15036 * cvs-status.el: No longer require pcvs when compiling.
15037
15038 * doc-view.el (doc-view-conversion-refresh-interval)
15039 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15040 (doc-view-reset-slice): Doc fixes.
15041 (doc-view-menu): Remove deleted function doc-view-edit-doc.
15042
15043 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
15044
15045 * help-at-pt.el (help-at-pt-unload-hook): Remove.
15046 Timers are automatically canceled by `unload-feature'.
15047
15048 * delsel.el (delsel-unload-hook): Remove function and variable.
15049 (delsel-unload-function): New-style unload function, adapted
15050 from `delsel-unload-hook'.
15051
15052 * msb.el (msb-unload-hook): Remove function and variable.
15053 (msb-unload-function): New-style unload function, adapted from
15054 `msb-unload-hook'.
15055
15056 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
15057
15058 * desktop.el (uniquify-managed): Pacify byte compiler.
15059 (desktop-buffer-info): If the buffer name is managed by uniquify,
15060 save the base name, not the uniquified one.
15061 (desktop-create-buffer): Allow `rename-buffer' to generate a new
15062 name in case of conflict.
15063
15064 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * doc-view.el: Use expand-file-name rather than concat.
15067 (doc-view-cache-directory): Add the UID so multiple users won't clash.
15068 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
15069 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
15070 (doc-view-toggle-display): Use an overlay over the whole buffer so as
15071 not to have to touch the buffer's content.
15072 (doc-view-initiate-display): New function, extracted from doc-view-mode.
15073 (doc-view-mode): Use it. Don't mark as a special mode.
15074 Put the page numbers in the modeline.
15075 Set up the overlay. Hide the cursor. Run the mode hook.
15076 Use after-revert-hook rather than revert-buffer-function.
15077 (doc-view-search-internal): Fix typo.
15078 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
15079 image-cache flush.
15080 (doc-view-reconvert-doc): Don't reset the whole mode.
15081 (doc-view-make-safe-dir): New function.
15082 (doc-view-current-cache-dir): Use it.
15083
15084 2007-10-30 Jason Rumney <jasonr@gnu.org>
15085
15086 * time.el (display-time-world-list): Test for zoneinfo support.
15087
15088 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
15089
15090 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
15091
15092 * net/tramp-cache.el (tramp-flush-file-function): Check also
15093 `default-directory' if `buffer-file-name' does not return a
15094 string. Added to `eshell-pre-command-hook'.
15095
15096 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * doc-view.el (doc-view-current-doc): Remove.
15099 Replace all uses by buffer-file-name.
15100 (doc-view-menu): New menu.
15101 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
15102 unused var `doc'.
15103 (doc-view-sort): Simplify.
15104 (doc-view-buffer-message): Don't change buffer-modified-p.
15105 (doc-view-mode): Change it here instead.
15106 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
15107 Don't modify the global value of revert-buffer-function.
15108
15109 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
15110 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
15111 (image-toggle-display): Take overlays into account and don't assume
15112 point-min==1.
15113
15114 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
15115
15116 * vc.el (vc-annotate): Fix omission bug:
15117 Specify value for vc-sentinel-movepoint.
15118
15119 2007-10-30 Michael Olson <mwolson@gnu.org>
15120
15121 * textmodes/remember.el (remember-mode-hook)
15122 (remember-handler-functions, remember-annotation-functions):
15123 Add additional items as options, including some Org functions.
15124
15125 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
15126
15127 * doc-view.el: Remove cl-dependency.
15128 (doc-view-buffer-message): Mention new binding K.
15129 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
15130 instead of variable.
15131 (doc-view-current-cache-dir): Better cache dir naming.
15132 (doc-view-current-display): Remove variable.
15133 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
15134 (doc-view-kill-proc): Set converter process to nil.
15135 (doc-view-minor-mode): New minor mode.
15136 (doc-view-minor-mode-map): New keymap.
15137 (doc-view-mode): Remove text/image switching code. Use plain defun.
15138 (doc-view-mode-map): New binding K kills converter process.
15139 Remove C-c C-e binding.
15140 (doc-view-mode-text-map): Remove keymap.
15141 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
15142 d-v-display-maybe.
15143 (doc-view-previous-major-mode): New variable.
15144 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
15145 (doc-view-remove-if): New function.
15146 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
15147 (doc-view-toggle-display): Toggle modes instead of display styles.
15148 (doc-view-reconvert-doc): Adapt to new way of doing things.
15149
15150 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
15151
15152 2007-10-30 Glenn Morris <rgm@gnu.org>
15153
15154 * dirtrack.el (dirtrack-mode): Doc fix.
15155
15156 * shell.el (shell-dirtrack-verbose, shell-mode)
15157 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
15158
15159 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
15160 (byte-compile-enable-warning): Doc fix.
15161
15162 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
15163 suppress byte-opt warning.
15164
15165 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15166
15167 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
15168 (edt-gnu-emacs19-p): Remove.
15169 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
15170 (edt-xserver, edt-page-backward, edt-beginning-of-line)
15171 (edt-end-of-line-forward, edt-end-of-line-backward)
15172 (edt-one-word-forward, edt-one-word-backward, edt-character)
15173 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
15174 (edt-find-forward, edt-find-backward, edt-find-next-forward)
15175 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
15176 (edt-define-key, edt-bottom-check, edt-sentence-forward)
15177 (edt-sentence-backward, edt-paragraph-forward)
15178 (edt-paragraph-backward, edt-restore-key, edt-window-top)
15179 (edt-window-bottom, edt-scroll-window-forward-line)
15180 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15181 (edt-line-to-top-of-window, edt-paragraph-backward)
15182 (edt-restore-key, edt-window-top, edt-window-bottom)
15183 (edt-scroll-window-forward-line)
15184 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
15185 (edt-line-to-middle-of-window, edt-goto-percentage)
15186 (edt-display-the-time, edt-remember, edt-split-window)
15187 (edt-emulation-on, edt-emulation-off)
15188 (edt-default-emulation-setup, edt-user-emulation-setup)
15189 (edt-select-default-global-map, edt-select-user-global-map):
15190 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
15191 tests.
15192
15193 * textmodes/reftex-index.el (reftex-index-selection-or-word):
15194 Use feature test instead of boundp test so it can be resolved at
15195 compile time.
15196
15197 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
15198
15199 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
15202 Update all users.
15203 (abbrev-get, abbrev-put): Simplify.
15204 (define-abbrev): Don't store the `force' value in the :system property.
15205 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
15206
15207 2007-10-30 Michael Olson <mwolson@gnu.org>
15208
15209 * desktop.el (desktop-minor-mode-table): Add line for ERC.
15210
15211 * textmodes/remember.el: New file that implements a mode for
15212 quickly jotting down things to remember.
15213
15214 * textmodes/remember-diary.el: A backend for remember.el that
15215 implements saving notes to a Diary file.
15216
15217 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15218
15219 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
15220 Relocate in file.
15221 (allout-doublecheck-at-and-shallower): Increase to include
15222 slightly greater depths, since yank interaction is now ok.
15223 Also, elaborate the docstring to explain the situation.
15224 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
15225 instead of concat, so we accommodate key sequences expressed as
15226 vectors as well as strings and lists.
15227 (allout-flag-region, allout-hide-by-annotation): Make the
15228 hidden-text overlays 'front-advance.
15229 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
15230 (allout-aberrant-container-p, allout-on-current-heading-p)
15231 (allout-e-o-prefix-p, allout-next-heading)
15232 (allout-previous-heading, allout-goto-prefix)
15233 (allout-end-of-prefix, allout-next-sibling-leap)
15234 (allout-next-visible-heading, allout-auto-fill)
15235 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
15236 (allout-yank-processing, allout-resolve-xref)
15237 (allout-current-topic-collapsed-p, allout-hide-region-body)
15238 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
15239 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
15240 (count-trailing-whitespace-region): Preserve match data, so allout
15241 outline navigation doesn't disrupt other Emacs operations.
15242 (allout-beginning-of-line): Retreat to the beginning of the hidden
15243 text, so fields are respected (for submodes that care).
15244 (allout-end-of-line): Preserve mark activation status when jumping.
15245 (allout-open-topic): Account for opening after a child that
15246 contains a hidden trailing newline. Preserve match data.
15247 Run allout-structure-added-hook
15248 (allout-encrypt-decrypted): Preserve match data.
15249 (allout-toggle-current-subtree-exposure): Add new interactive
15250 function for toggle subtree exposure - suggested by tassilo.
15251 (move-beginning-of-line, move-end-of-line): Don't use
15252 line-move-invisible-p, it's obsolete - substitute the code, instead.
15253
15254 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
15255
15256 * textmodes/flyspell.el (message-signature-separator):
15257 * longlines.el (message-indent-citation-function): Pacify byte
15258 compiler.
15259
15260 * emacs-lisp/cl-loaddefs.el:
15261 * ldefs-boot.el: Regenerate.
15262
15263 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
15264 (.el.elc, compile, compile-always, compile-calc)
15265 ($(lisp)/progmodes/cc-mode.elc): Use it.
15266
15267 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
15268 Only do work for XEmacs.
15269 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
15270 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
15271 on XEmacs.
15272 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15273 (ps-x-color-name, ps-x-color-specifier-p)
15274 (ps-x-copy-coding-system, ps-x-device-class)
15275 (ps-x-extent-end-position, ps-x-extent-face)
15276 (ps-x-extent-priority, ps-x-extent-start-position)
15277 (ps-x-face-font-instance, ps-x-find-coding-system)
15278 (ps-x-font-instance-properties, ps-x-make-color-instance)
15279 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15280 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15281 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15282 (ps-generate-postscript-with-faces): Delete defaliases.
15283 (ps-face-foreground-name, ps-face-background-name)
15284 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15285 Move definitions to top level, make the body conditional on the Emacs
15286 flavor. Replace uses of deleted aliases and renamed functions.
15287 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15288 of deleted aliases and renamed functions.
15289
15290 * calc/calc.el (calc-emacs-type-lucid): Remove.
15291 (calc-digit-map, calcDigit-start, calc-read-key)
15292 (calc-clear-unread-commands):
15293 * calc/calc-ext.el (calc-user-key-map): Replace uses of
15294 calc-emacs-type-lucid with (featurep 'xemacs)
15295
15296 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15297 (featurep 'xemacs).
15298 (tpu-lucid-emacs19-p): Remove.
15299 (tpu-map-key): Make it a function instead of using fset. Inline
15300 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
15301 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15302
15303 * ielm.el: Use featurep 'xemacs.
15304
15305 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15306 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15307 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15308 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15309 cperl-xemacs-p with (featurep 'xemacs).
15310 (font-lock-cache-position): Pacify byte compiler.
15311
15312 2007-10-29 Drew Adams <drew.adams@oracle.com>
15313
15314 * faces.el (read-color): New function.
15315 (face-at-point, foreground-color-at-point)
15316 (background-color-at-point): New functions.
15317
15318 2007-10-28 Richard Stallman <rms@gnu.org>
15319
15320 * net/browse-url.el (browse-url-text-xterm): Rename from
15321 browse-url-lynx-xterm and made generic.
15322 (browse-url-text-emacs): Likewise.
15323 (browse-url-text-browser): New variable.
15324 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15325 (browse-url-text-input-field, browse-url-text-input-attempts)
15326 (browse-url-kde-program): Likewise.
15327
15328 2007-10-29 Glenn Morris <rgm@gnu.org>
15329
15330 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15331 Use mapc rather than mapcar (reinstall change deleted without log
15332 entry 2007-10-22).
15333
15334 2007-10-29 Martin Rudalics <rudalics@gmx.at>
15335
15336 * wdired.el (wdired-next-line, wdired-previous-line):
15337 Use next-line and previous-line wrapped in with-no-warnings.
15338
15339 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
15340
15341 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15342 (rcirc-recent-quit-alist): New function.
15343 (rcirc): Print a better message when there is only one connected server.
15344 (rcirc-complete-nick): Do not update the nick table here.
15345 (rcirc-mode-map): Add M-o.
15346 (rcirc-current-line): Add variable.
15347 (rcirc-mode): Setup variables for line based omit.
15348 (rcirc-edit-multiline): Strip text properties.
15349 (rcirc-omit-responses): Add NICK.
15350 (rcirc-omit-threshold): Add variable.
15351 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15352 Add functions.
15353 (rcirc-print): Keep track of current line. Do not fill text if
15354 `rcirc-fill-flag' is null. Only omit text if the last activity
15355 from the sender is more than `rcirc-omit-threshold' lines ago.
15356 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15357 numbers instead of time.
15358 (rcirc-channel-nicks): Sort by line numbers instead of time.
15359 (rcirc-omit-mode): Add `...' when omitting text and recenter.
15360 (rcirc-handler-JOIN): Restore the joiners linestamp.
15361 (rcirc-maybe-remember-nick-quit): Add function.
15362 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15363
15364 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
15365
15366 * loadhist.el (unload-feature-special-hooks):
15367 Add `delete-frame-functions' and `suspend-tty-functions'.
15368
15369 * server.el (server-unload-function): Rename from `server-unload-hook'
15370 and adapt to new `unload-feature' functionality. Remove hook from
15371 `kill-buffer-hook' buffer-locally.
15372 (server-unload-hook): Remove.
15373 (server-unload-function): New var; replaces `server-unload-hook'.
15374
15375 2007-10-29 Glenn Morris <rgm@gnu.org>
15376
15377 * dirtrack.el (dirtrack-debug): Doc fix.
15378 (dirtrack-mode, dirtrack-debug-mode): New names for
15379 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
15380 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15381 Make obsolete.
15382 (dirtrack-debug-message): Only print message if
15383 dirtrack-debug-mode is non-nil. Use with-current-buffer.
15384 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
15385 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15386
15387 2007-10-28 Glenn Morris <rgm@gnu.org>
15388
15389 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15390 (byte-compile-warnings-safe-p): Handle `not'.
15391 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15392 (byte-compile-enable-warning): New functions.
15393 (byte-compile-eval-before-compile)
15394 (byte-compile-file-form-require): Use byte-compile-disable-warning.
15395 (byte-compile-close-variables): Locally bind byte-compile-warnings,
15396 but do not modify it.
15397 (byte-compile-eval, byte-compile-obsolete)
15398 (byte-compile-warn-about-unresolved-functions)
15399 (byte-compile-file-form-defvar)
15400 (byte-compile-file-form-custom-declare-variable)
15401 (byte-compile-file-form-require)
15402 (byte-compile-file-form-defmumble, byte-compile-lambda)
15403 (byte-compile-form, byte-compile-normal-call)
15404 (byte-compile-variable-ref, byte-compile-defvar)
15405 (byte-compile-make-variable-buffer-local):
15406 Use byte-compile-warning-enabled-p.
15407 * emacs-lisp/advice.el (ad-compile-function):
15408 Use byte-compile-disable-warning.
15409 * emacs-lisp/cl.el: Move local variables to end of file, and set
15410 byte-compile-warnings to `(not cl-functions)'.
15411 * emacs-lisp/cl-compat.el: Add a local variables section, and set
15412 byte-compile-warnings to `(not cl-functions)'.
15413 * emacs-lisp/cl-macs.el: Unify local variable section, and set
15414 byte-compile-warnings to `(not cl-functions)'.
15415 (cl-do-proclaim): Use byte-compile-disable-warning and
15416 byte-compile-enable-warning.
15417 * emacs-lisp/cl-seq.el: Unify local variable section, and set
15418 byte-compile-warnings to `(not cl-functions)'.
15419 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15420 Use byte-compile-disable-warning.
15421
15422 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15423
15424 * cus-edit.el (custom-browse-insert-prefix):
15425 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15426
15427 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15428
15429 * server.el (server-process-filter): Fix typo in docstring.
15430 (server-log): Reflow docstrings.
15431 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15432 (server-goto-line-column): Use `when'.
15433
15434 2007-10-28 Juri Linkov <juri@jurta.org>
15435
15436 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15437 when mouse is clicked on the isearch message.
15438 (isearch-resume): Call `isearch-update' at the end.
15439 Rename argument `search' to `string' to conform to the
15440 isearch terminology.
15441
15442 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15443
15444 Rewrite abbrev.c in Elisp.
15445 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15446 (abbrev-table-get, abbrev-table-put, abbrev-get)
15447 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15448 (define-abbrev, abbrev--check-chars, define-global-abbrev)
15449 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15450 (abbrev-expansion, abbrev--before-point, expand-abbrev)
15451 (unexpand-abbrev, abbrev--write, abbrev--describe)
15452 (insert-abbrev-table-description, define-abbrev-table):
15453 New funs, largely transcribed from abbrev.c.
15454 (abbrev-with-wrapper-hook): New macro.
15455 (abbrev-table-name-list, global-abbrev-table)
15456 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15457 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15458 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15459 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15460 New vars, largely transcribed from abbrev.c.
15461 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
15462 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15463 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15464
15465 2007-10-27 Glenn Morris <rgm@gnu.org>
15466
15467 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15468 (shell-dirtrack-toggle): Mark as obsolete.
15469 (dirtrack-toggle, dirtrack-mode): No longer alias to
15470 shell-dirtrack-mode.
15471
15472 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
15473
15474 * calc/calc.el (math-standard-opers): Lower the precedence
15475 of negation.
15476 * calc/calc-lang.el (math-oper-table): Lower precedence of
15477 negation for C, TeX, and eqn.
15478
15479 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15480
15481 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15482
15483 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
15484
15485 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15486 (desktop-not-loaded-hook): Fix :version tags.
15487
15488 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
15489
15490 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15491 (tramp-get-remote-tmpdir): New defun.
15492 (tramp-make-tramp-temp-file): Use it.
15493 (tramp-local-call-process): New defun. Replace all calls of
15494 `call-process' by this when appropriate.
15495 (tramp-handle-write-region): Replace calls of `file-attributes' by
15496 `tramp-compat-file-attributes'.
15497 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15498 Make the first command a `tramp-send-command' call, with let-bind
15499 of `tramp-end-of-output'.
15500 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15501 (tramp-load-report-modules, tramp-append-tramp-buffers):
15502 Move to tramp-cmds.el.
15503
15504 * net/tramp-fish.el (tramp-fish-handle-copy-file)
15505 (tramp-fish-do-copy-or-rename-file)
15506 (tramp-fish-do-copy-or-rename-file-directly):
15507 * net/tramp-smb.el (tramp-smb-handle-copy-file):
15508 Add parameter PRESERVE-UID-GID.
15509
15510 2007-10-27 Eli Zaretskii <eliz@gnu.org>
15511
15512 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15513 New defcustoms.
15514 (display-time-world-list): Use them as appropriate for the current
15515 value of `system-type'.
15516
15517 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15518
15519 * emulation/pc-select.el (next-line-mark, next-line-nomark)
15520 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15521 around uses of previous-line and next-line.
15522
15523 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15524 New defvars.
15525
15526 * textmodes/css-mode.el (comment-continue):
15527 * net/browse-url.el (url-handler-regexp):
15528 * progmodes/idlw-help.el (idlwave-system-routines):
15529 Pacify byte-compiler.
15530
15531 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15532 line-move-invisible-p with its former definition: invisible-p.
15533 line-move-invisible-p was removed on 2007-08-29.
15534
15535 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15536
15537 * files.el (kill-emacs-query-functions): Doc fix;
15538 `save-buffers-kill-emacs' is no longer bound to a key.
15539
15540 2007-10-26 Richard Stallman <rms@gnu.org>
15541
15542 * isearch-multi.el (isearch-buffers-multi): New option.
15543 (isearch-buffers-search-fun): Test it.
15544
15545 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15546 Put ps-run-clear on C-c C-l.
15547
15548 * newcomment.el (comment-styles): New style indent-or-triple.
15549 (comment-style): Make that the default.
15550 (comment-add defvar): Doc fix.
15551 (comment-add): Delete arg EXTRA.
15552 (comment-region-default): Open code call to comment-add.
15553 Handle indent-or-triple style which uses `multi-char' for INDENT.
15554
15555 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * eshell/em-unix.el (nil-blank-string): Doc fix.
15558
15559 2007-10-26 John Wiegley <johnw@newartisans.com>
15560
15561 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15562 function, ensure that the third argument is turned into a nil if
15563 the string is otherwise completely empty (either no characters, or
15564 all tabs/spaces). This fixes a bug from a user who found himself
15565 unable to customize `diff-switches' and still use Eshell's diff
15566 command.
15567
15568 2007-10-26 Glenn Morris <rgm@gnu.org>
15569
15570 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15571 safe-local-variable property.
15572
15573 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
15574
15575 * net/browse-url.el (browse-url-browser-function): Delete grail.
15576 (browse-url-grail): Function and variable deleted.
15577 (browse-url-browser-function): Delete IXI Mosaic.
15578 (browse-url-default-browser): Don't try IXI Mosaic.
15579 (browse-url-iximosaic): Function deleted.
15580 (browse-url-browser-function): Delete MMM.
15581 (browse-url-default-browser): Don't try MMM.
15582 (browse-url-mmm): Function deleted.
15583
15584 2007-10-26 Drew Adams <drew.adams@oracle.com>
15585
15586 * custom.el (custom-note-var-changed): New function.
15587
15588 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
15589
15590 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15591 use with the definition. Remove.
15592
15593 * add-log.el (change-log-start-entry-re): New defconst.
15594 (change-log-sortable-date-at): Use it.
15595 (change-log-beginning-of-defun, change-log-end-of-defun):
15596 New functions.
15597 (change-log-mode): Use them for beginning-of-defun-function and
15598 end-of-defun-function.
15599
15600 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
15601
15602 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15603 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15604 (ses-recalculate-cell): Deal with point being just beyond end of
15605 data area (why does this happen?)
15606 (ses-set-curcell): Ditto.
15607 (ses-column-letter): Handle columns beyond 702. Code written by
15608 Gareth Rees.
15609
15610 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
15611
15612 * textmodes/org.el (org-agenda-get-restriction-and-command):
15613 Use `mapc' instead of `mapcar'.
15614 (org-agenda-list): Numeric prefix argument can specify the number
15615 of days.
15616 (remember-register, remember-buffer): Prevent byte compiler from
15617 complaining.
15618 (org-todo): Save and restore match data.
15619 (org-no-warnings): New macro.
15620 (org-columns-eval): Use `org-no-warnings'.
15621
15622 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
15623
15624 * comint.el (comint-password-prompt-regexp):
15625 Handle `[sudo] password'-style prompt.
15626
15627 2007-10-25 Glenn Morris <rgm@gnu.org>
15628
15629 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15630 (defcustom): Doc fix.
15631
15632 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15633 Add `non_intrinsic'.
15634 (f90-constants-re): Add ieee modules.
15635 (f90-typedef-matcher, f90-typedec-matcher)
15636 (f90-imenu-type-matcher): New functions.
15637 (f90-font-lock-keywords-1): Give module procedures function-name face.
15638 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
15639 Add `use, intrinsic'.
15640 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15641 Move start of `enum' blocks to separate entry.
15642 (f90-start-block-re): Fix `type', `abstract interface'.
15643 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15644 derived types.
15645 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15646 `elemental', change `enumerator'.
15647 (f90-no-block-limit): Fix `abstract interface'.
15648
15649 * progmodes/f90.el (f90-indented-comment-re)
15650 (f90-directive-comment-re, f90-break-delimiters):
15651 * progmodes/fortran.el (fortran-comment-line-start-skip)
15652 (fortran-directive-re):
15653 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15654 as safe if they are strings.
15655
15656 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15657
15658 * startup.el (window-system): Remove. Don't make it frame-local.
15659
15660 2007-10-24 Richard Stallman <rms@gnu.org>
15661
15662 * savehist.el (savehist-save): Omit unreadable elements.
15663
15664 * loadhist.el (unload-function-defs-list): Rename from
15665 unload-function-features-list.
15666 (unload-feature-special-hooks, unload-feature): Doc fixes.
15667
15668 * indent.el (indent-to-left-margin): If point's in the indentation,
15669 move to the end of the indentation.
15670
15671 * cus-edit.el (customize-changed-options): Make arg optional.
15672
15673 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15674
15675 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15676
15677 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15678
15679 * textmodes/org-publish.el (org-publish-attachment): Re-install
15680 accidentally deleted change.
15681
15682 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15683
15684 * term/iris-ansi.el (iris-function-map): Move init into declaration.
15685
15686 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15687
15688 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15689 (Buffer-menu-mode-map): Initialize in the declaration.
15690 (Buffer-menu-mode): Define with `define-derived-mode'.
15691
15692 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
15693
15694 * textmodes/org.el (org-version): Change to 5.13e.
15695 (org-agenda-file-regexp): Fix typo in docstring.
15696 (org-add-planning-info): Fix bug in parenthesis settings.
15697 (org-scan-tags): Catch the case of indirect buffers with no filename.
15698 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15699 Re-install switch to mapc, had been removed by accident.
15700 (org-columns-map): New binding `C-c C-o'.
15701 (org-columns-menu): Change menu text and added new entry.
15702 (org-columns-eval): Document the use of `next-line'.
15703 (org-columns-open-link): New function.
15704 (org-columns-follow-link): Remove function.
15705 (org-open-link-from-string): New function.
15706 (org-read-date-get-relative): Fix typo in docstring.
15707 (org-read-date-get-relative): Leading +/- is not optional.
15708 (org-agenda-get-restriction-and-command): Always resize window on
15709 first loop cycle.
15710 (org-agenda-open-link): Make sure the link abbreviations are
15711 present in the agenda buffer.
15712 (org-agenda-copy-local-variable): New function.
15713
15714 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15715
15716 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15717
15718 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * simple.el (reindent-then-newline-and-indent): Use a `move after
15721 insert' kind of marker in the save-excursion.
15722
15723 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * textmodes/css-mode.el: Require CL.
15726 (comment-continue): Declare.
15727
15728 * subr.el (make-variable-frame-localizable): Remove.
15729 (make-variable-frame-local): Mark obsolete.
15730
15731 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15732
15733 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15734 of the subdirs is unreadable.
15735
15736 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
15737
15738 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15739 when we are local.
15740
15741 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 * progmodes/python.el (python-current-defun): Remove left-over
15744 assignment to `start'.
15745
15746 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15747
15748 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15749 than `mapcar'; return value is not used.
15750
15751 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15752
15753 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15754 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15755
15756 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15757
15758 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15759 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15760
15761 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15762
15763 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15764
15765 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15766
15767 * emacs-lisp/advice.el (ad-make-advised-docstring):
15768 Add ad-advice-info text property to doc string.
15769
15770 2007-10-23 Glenn Morris <rgm@gnu.org>
15771
15772 * progmodes/f90.el (f90-do-indent, f90-if-indent)
15773 (f90-type-indent, f90-program-indent, f90-associate-indent)
15774 (f90-continuation-indent, f90-comment-region)
15775 (f90-beginning-ampersand, f90-smart-end)
15776 (f90-break-before-delimiters, f90-auto-keyword-case)
15777 (f90-leave-line-no, f90-mode-hook):
15778 Give an appropriate safe-local-variable property.
15779
15780 * progmodes/fortran.el (fortran-tab-mode-default)
15781 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15782 (fortran-structure-indent, fortran-continuation-indent)
15783 (fortran-comment-indent, fortran-comment-line-extra-indent)
15784 (fortran-comment-line-start)
15785 (fortran-minimum-statement-indent-fixed)
15786 (fortran-minimum-statement-indent-tab)
15787 (fortran-comment-indent-char, fortran-line-number-indent)
15788 (fortran-check-all-num-for-matching-do)
15789 (fortran-blink-matching-if, fortran-continuation-string)
15790 (fortran-comment-region, fortran-electric-line-number)
15791 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15792 (fortran-analyze-depth, fortran-break-before-delimiters):
15793 Give an appropriate safe-local-variable property.
15794
15795 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15796
15797 * printing.el: Move variable definitions before use.
15798 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15799
15800 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15801
15802 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15803 (tpu-edt-off): Use it.
15804 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
15805 the global-map before adding it to global-map.
15806
15807 * menu-bar.el (global-buffers-menu-map): New var.
15808 (global-map, menu-bar-update-buffers): Use it.
15809 * msb.el (msb-menu-bar-update-buffers): Use it.
15810 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15811 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15812 Use with-current-buffer.
15813
15814 2007-10-22 Juri Linkov <juri@jurta.org>
15815
15816 * isearch-multi.el: New file.
15817
15818 * isearch.el (isearch-search-string): After finding the next
15819 occurrence switch to buffer isearch-buffers-current-buffer when
15820 isearch-buffers-next-buffer-function is non-nil and
15821 isearch-buffers-current-buffer is live.
15822
15823 * add-log.el (change-log-mode): Make and set buffer-local variable
15824 isearch-buffers-next-buffer-function to change-log-next-buffer.
15825 Call isearch-buffers-minor-mode.
15826 (change-log-next-buffer): New function.
15827
15828 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
15829
15830 * textmodes/org-export-latex.el (org-export-latex-protect-string):
15831 Renaming of `org-latex-protect'.
15832 (org-export-latex-emphasis-alist): By default, don't protect
15833 any emphasis formatter from further conversion.
15834 (org-export-latex-tables): Honor column grouping for tables.
15835 (org-export-latex-title-command): New option.
15836 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15837 export backslash character.
15838
15839 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15840
15841 * textmodes/org.el (org-read-date-get-relative): New function.
15842 (org-agenda-file-regexp): New variable.
15843 (org-agenda-files): Allow directories in the variable.
15844 (org-agenda-get-restriction-and-command): New function.
15845 (org-agenda): Use `org-agenda-get-restriction-and-command'.
15846 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15847 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15848 New functions.
15849 (org-entry-add-to-multivalued-property)
15850 (org-entry-remove-from-multivalued-property)
15851 (org-entry-member-in-multivalued-property): New functions.
15852 (org-remember-apply-template): Catch C-g and make sure window
15853 configuration is restored.
15854 (org-agenda-open-link): Make it work with several links in the line.
15855 (org-drawers, org-set-regexps-and-options)
15856 (org-get-current-options): Add support for a DRAWERS in-buffer option.
15857 (org-agenda-window-frame-fractions): New option.
15858 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15859 (org-columns-cleanup-item, org-find-entry-with-id)
15860 (org-insert-columns-dblock, org-listtable-to-string)
15861 (org-dblock-write:columnview, org-columns-capture-view)
15862 (org-edit-headline): New functions.
15863 (org-agenda-to-appt): Require calendar.
15864 (org-entry-get-with-inheritance): Widen for search.
15865 (org-columns-display-here): Don't mark buffer as modified when
15866 adding space characters to accomodate column overlays.
15867 (org-export-as-html): Better formatting of tags in the toc.
15868 (org-columns-display-here): Make the ITEM column as compact as possible.
15869 (org-remember-templates): Customization interface improved.
15870 (org-export-with-property-drawer): Variable removed.
15871 (org-export-with-drawers): New option.
15872 (org-complex-heading-regexp): New variable.
15873 (org-sort-entries): Rewrite using `sort-subr'.
15874 (org-set-property): More appropriate completion during interactive use.
15875 (org-sort-entries): Allow sorting by property.
15876 (org-additional-option-like-keywords): Add more values.
15877 (org-sort-entries-or-items): Rename from `org-sort-entries'.
15878
15879 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15880
15881 * textmodes/org.el (org-get-date-from-calendar): New function.
15882 (org-at-timestamp-p, org-timestamp-change)
15883 (org-remember-templates): First element of each entry is now a
15884 name for the template.
15885 (org-store-log-note): Check for `org-note-abort'.
15886 (org-kill-note-or-show-branches): New command.
15887 (org-fontify-priorities): New option.
15888 (org-fontify-priorities): New function.
15889 (org-cut-subtree, org-copy-subtree): New argument N to
15890 act on N sequential subtrees.
15891 (org-paste-subtree): Fix the level at which a tree is pasted.
15892 (org-fit-agenda-window): Limitations on window size removed.
15893 (org-agenda-find-same-or-today-or-agenda): Rename from
15894 `org-agenda-find-today-or-agenda'.
15895 (org-scheduled-past-days): New option.
15896 (org-agenda-scheduled-leaders)
15897 (org-agenda-deadline-leaders): New options.
15898 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15899 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15900 (org-export-with-tags, org-export-plist-vars)
15901 (org-infile-export-plist): New "tags" option.
15902 (org-use-property-inheritance): New option.
15903 (org-cached-entry-get): Use `org-use-property-inheritance'.
15904 (org-remember-apply-template): Fix typo.
15905
15906 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
15907
15908 * net/tramp.el (tramp-find-shell)
15909 (tramp-open-connection-setup-interactive-shell): Improve sending
15910 initial commands.
15911 (tramp-action-terminal): Send debug message.
15912 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15913 (tramp-barf-if-no-shell-prompt): Insert code of
15914 `tramp-wait-for-shell-prompt'.
15915
15916 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15917
15918 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15919
15920 * term/vt200.el (terminal-init-vt200):
15921 * term/vt201.el (terminal-init-vt201):
15922 * term/vt220.el (terminal-init-vt220):
15923 * term/vt240.el (terminal-init-vt240):
15924 * term/vt300.el (terminal-init-vt300):
15925 * term/vt320.el (terminal-init-vt320):
15926 * term/vt400.el (terminal-init-vt400):
15927 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15928
15929 * term/wyse50.el (wyse50-terminal-map): New var.
15930 (terminal-init-wyse50): Use it and input-decode-map.
15931 (enable-arrow-keys): Emasculate.
15932
15933 * term/tvi970.el (tvi970-terminal-map): New var.
15934 (terminal-init-tvi970): Use it and input-decode-map.
15935 (tvi970-keypad-numeric): Remove.
15936 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15937
15938 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15939 (terminal-init-sun): Use it and input-decode-map.
15940
15941 * term/news.el (terminal-init-news):
15942 * term/lk201.el (terminal-init-lk201):
15943 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15944
15945 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
15946
15947 * complete.el (PC-expand-many-files): Remove.
15948 (PC-do-completion): Call file-expand-wildcards instead of
15949 PC-expand-many-files.
15950
15951 * net/tramp.el (tramp-handle-expand-many-files): Remove.
15952 (PC-expand-many-files): Remove advice.
15953
15954 2007-10-22 Glenn Morris <rgm@gnu.org>
15955
15956 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15957 Add some support for Fortran 2003 syntax:
15958 (f90-type-indent): Now also applies to `enum'.
15959 (f90-associate-indent): New user option.
15960 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15961 Add some F2003 keywords.
15962 (f90-constants-re): New constant.
15963 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15964 Interface'.
15965 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15966 `class'. Arguments for `type'/`class' may have spaces. Add a new
15967 element for functions with specified types. Add `end enum' and
15968 `select type'. Add `implicit enumerator' and `procedure'.
15969 Add `class default' and `type is', `class is'. Fix `go to' regexp.
15970 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15971 (f90-font-lock-keywords-4): Add `f90-constants-re'.
15972 (f90-blocks-re): Add `enum' and `associate'.
15973 (f90-else-like-re): Add `class is', `type is', and `class default'.
15974 (f90-end-type-re): Add `enum'.
15975 (f90-end-associate-re, f90-typeis-re): New constants.
15976 (f90-end-block-re): Add `enum' and `associate'. Change from
15977 optional whitespace to end-of-word, to avoid `enumerator'.
15978 (f90-start-block-re): Add `select type', `abstract interface', and
15979 `enum'. Avoid `type is', and `type (sometype)'.
15980 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15981 (f90-mode): Doc fix.
15982 (f90-looking-at-select-case): Doc fix. Add `select type'.
15983 (f90-looking-at-associate): New function.
15984 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15985 Add `enum' and `abstract interface'.
15986 (f90-no-block-limit): Add `select type' and `abstract interface'.
15987 (f90-get-correct-indent, f90-calculate-indent)
15988 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15989 (f90-indent-region, f90-match-end): Handle `associate' blocks.
15990
15991 2007-10-22 Martin Rudalics <rudalics@gmx.at>
15992
15993 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15994 Use window-full-width-p.
15995
15996 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
15997
15998 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15999
16000 * tooltip.el: Use featurep 'xemacs.
16001
16002 * printing.el: Move variable definitions before use, no code change.
16003
16004 2007-10-22 Juri Linkov <juri@jurta.org>
16005
16006 * simple.el (goto-history-element): Allow minibuffer-default to be
16007 a list of default values accessible by typing M-n in the minibuffer.
16008
16009 * dired-x.el (dired-guess-shell-command): Put all guesses to the
16010 minibuffer default value list instead of pushing them temporarily
16011 to the history list.
16012
16013 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16014
16015 * hexl.el (hexl-menu): New major mode menu.
16016
16017 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
16020
16021 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16022
16023 * w32-fns.el (w32-quote-process-args):
16024 * dos-w32.el (print-region-function, lpr-headers-switches)
16025 (ps-print-region-function): Pacify byte-compiler.
16026
16027 * emulation/edt-mapper.el (function-key-map):
16028 (edt-map-key): Make it a function instead of using fset.
16029 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
16030 (edt-gnu-map-key, edt-lucid-map-key): Remove.
16031 (edt-x-emacs-p): Remove.
16032 (edt-emacs-variant, edt-window-system, edt-xserver):
16033 Use featurep 'xemacs.
16034
16035 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
16036 Replace eudc-xemacs-p with its definition.
16037 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
16038 (eudc-emacs-mule-p): Remove.
16039 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
16040 eudc-xemacs-p with feature tests.
16041
16042 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
16043 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
16044 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
16045 (eudc-bob-toggle-inline-display):
16046 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
16047 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
16048
16049 * net/eudcb-ph.el (eudc-ph-open-session):
16050 Replace eudc-xemacs-mule-p with its former definition.
16051
16052 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
16053 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
16054
16055 * progmodes/vera-mode.el (vera-xemacs): Remove.
16056 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
16057
16058 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
16059 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
16060 (vhdl-speedbar-initialize, vhdl-ps-print-init)
16061 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
16062 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
16063 with (featurep 'xemacs).
16064
16065 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
16066 (save-buffer-state-x):
16067 * obsolete/fast-lock.el (fast-lock-verbose):
16068 * emulation/viper-init.el (viper-xemacs-p)
16069 (viper-cond-compile-for-xemacs-or-emacs):
16070 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
16071 * ps-print.el (case-fold-search):
16072 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
16073 * calculator.el (calculator-help): Use featurep 'xemacs.
16074
16075 * progmodes/prolog.el: Undo previous change.
16076 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
16077
16078 * progmodes/dcl-mode.el:
16079 * play/yow.el:
16080 * calendar/todo-mode.el:
16081 * calendar/cal-hebrew.el:
16082 * vc-hg.el: Undo previous change.
16083
16084 * vms-patch.el: Likewise.
16085 (print-region-function): Pacify byte-compiler.
16086
16087 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
16088
16089 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
16090 preserve-uid-gid.
16091
16092 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
16093 compatibility. It is not used, though.
16094
16095 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
16096 Require tramp-cmds.el.
16097 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
16098 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
16099 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
16100 (tramp-do-copy-or-rename-file-out-of-band)
16101 (tramp-maybe-open-connection): Use `make-temp-name'. This is
16102 possible, because we don't need to create the temporary file, but
16103 we need a prefix for ssh, which has its own temporary file handling.
16104 (tramp-handle-delete-directory): Add "-f" to rmdir.
16105 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
16106 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
16107 a signal, in order to give the callee a chance to suppress.
16108 (tramp-handle-write-region): Set owner also in case of short
16109 track. Don't use compatibility calls for `write-region' anymore.
16110 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
16111 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
16112
16113 * net/tramp-cmds.el: New file.
16114
16115 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
16116 `tramp-clear-passwd'.
16117
16118 * net/trampver.el: Update release number.
16119
16120 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16121
16122 * progmodes/gud.el (gud-target-name): Move definition before use.
16123
16124 * progmodes/dcl-mode.el: Require imenu at compile time.
16125
16126 * progmodes/cc-engine.el (c-maybe-stale-found-type):
16127 Pacify byte-compiler.
16128
16129 * obsolete/fast-lock.el: Use featurep test instead of string-match.
16130
16131 * eshell/esh-mode.el (eshell-handle-ansi-color):
16132 Require ansi-color at compile time too.
16133
16134 * eshell/em-unix.el (eshell/info): Require info at compile time too.
16135
16136 * w32-fns.el: Require w32-vars.
16137
16138 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
16139 time too.
16140
16141 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16142
16143 * double.el ([ignore]): Use `ignore'.
16144 (double-setup): Inline into double-mode.
16145 (double-mode): Use define-minor-mode.
16146
16147 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16148
16149 * textmodes/reftex.el: Move require easymenu before first use.
16150 (reftex-info): Require info at compile too.
16151
16152 * textmodes/org-publish.el (org-publish-org-to-html)
16153 (org-publish-org-to): Require org at compile time too.
16154 (org-publish-attachment): Require at compile time too.
16155
16156 * term/tty-colors.el (w32-tty-standard-colors):
16157 Pacify byte-compiler.
16158
16159 * term/pc-win.el (frame-creation-function-alist): Add to this
16160 instead of setting frame-creation-function.
16161
16162 * play/blackbox.el (bb-up, bb-down): Use forward-line.
16163
16164 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
16165
16166 * calendar/todo-mode.el: Require calendar at compile time.
16167
16168 * calendar/cal-hebrew.el: Require holidays at compile time.
16169
16170 * w32-vars.el: Provide w32-vars.
16171
16172 * term/w32-win.el: Require w32-vars.
16173 (w32-color-map): Pacify byte-compiler.
16174
16175 * loadup.el: Load w32-vars before term/w32-win.
16176
16177 2007-10-20 Juri Linkov <juri@jurta.org>
16178
16179 * textmodes/fill.el (fill-paragraph): When the region is active,
16180 don't try other `or' branches regardless of the value returned by
16181 fill-region; just return t.
16182
16183 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16184
16185 * vc.el (vc-do-command): Condition out a misleading message when
16186 running asynchronously.
16187 (vc-deduce-fileset): New argument enables using an unregistered
16188 visited file as a singleton fileset if nothing else is available.
16189 (vc-next-action): Restore file-registering behavior.
16190
16191 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
16192
16193 * calc/README: Add recent news.
16194
16195 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
16196
16197 * term/x-win.el (x-gtk-stock-map, icon-map-list)
16198 (x-gtk-map-stock): Delete duplicated definitions from merge.
16199
16200 * progmodes/compile.el (compilation-skip-to-next-location)
16201 (compilation-skip-threshold, compilation-skip-visited):
16202 Move definitions earlier.
16203
16204 * play/decipher.el (decipher-keypress):
16205 * play/zone.el (zone-fall-through-ws):
16206 * play/landmark.el (lm-move-down, lm-move-up):
16207 * play/handwrite.el (handwrite):
16208 * mail/mspools.el (mspools-visit-spool):
16209 * wdired.el (wdired-next-line, wdired-previous-line):
16210 * tar-mode.el (tar-subfile-save-buffer):
16211 * scroll-lock.el (scroll-lock-next-line)
16212 (scroll-lock-previous-line):
16213 * image-dired.el (image-dired-next-line)
16214 (image-dired-previous-line):
16215 * ediff-help.el (ediff-help-message-line-length):
16216 Use forward-line.
16217
16218 * smerge-mode.el (smerge-auto-refine):
16219 * diff-mode.el (diff-auto-refine): Add :group.
16220
16221 * play/yow.el: Require doctor at compile time.
16222
16223 * vmsproc.el: Provide vmsproc.
16224 (command-send-input): Use forward-line.
16225
16226 * vms-patch.el: Require ps-print and vmsproc at compile time.
16227
16228 * vc-mtn.el (log-view-message-re, log-view-file-re)
16229 (log-view-font-lock-keywords): Pacify byte-compiler.
16230
16231 * vc-hg.el: Require log-view at compile time.
16232
16233 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
16234
16235 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
16236
16237 2007-10-20 Glenn Morris <rgm@gnu.org>
16238
16239 * progmodes/f90.el (f90-font-lock-keywords-2)
16240 (f90-looking-at-type-like): Fix regexp typos.
16241
16242 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16243
16244 * bs.el (bs--track-window-changes): Don't refresh the whole list.
16245 (bs-mode): Set mode-class property to special.
16246
16247 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16248
16249 * diff-mode.el (diff-auto-refine): New var.
16250 (diff-hunk): Use it.
16251 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
16252 (diff-refine-change): Rename from diff-fine-change. Change it.
16253 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
16254 (diff-refine-hunk): Rename from diff-fine-highlight.
16255
16256 2007-10-20 John Paul Wallington <jpw@pobox.com>
16257
16258 * help-fns.el (describe-variable-custom-version-info): New function
16259 to return variable's version or package version note.
16260 (describe-variable): Use it, display result.
16261
16262 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * smerge-mode.el (smerge-auto-refine): New var.
16265 (smerge-next, smerge-prev): Use it.
16266 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
16267
16268 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16269 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
16270
16271 * vc-bzr.el (vc-bzr-diff-tree):
16272 * vc-git.el (vc-git-diff-tree):
16273 * vc-hg.el (vc-hg-diff-tree):
16274 * vc-mcvs.el (vc-mcvs-diff-tree):
16275 * vc-mtn.el (vc-mtn-diff-tree):
16276 * vc-svn.el (vc-svn-diff-tree): Remove.
16277
16278 * vc-mtn.el (vc-mtn-revision-completion-table):
16279 * vc-cvs.el (vc-cvs-revision-completion-table):
16280 * vc-arch.el (vc-arch-revision-completion-table):
16281 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16282 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16283 Make it work when the arg is a list of files.
16284
16285 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16288 Also `revision-completion-table' now takes a list of files.
16289 (vc-deduce-fileset): Remove unused var `regexp'.
16290 Only obey allow-directory-wildcard in dired buffers.
16291 (vc-default-diff-tree): Remove.
16292 (vc-diff-added-files): New var.
16293 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
16294 (vc-version-diff): Revert from `vc-history-diff' to the original name.
16295 Remove the `backend' arg.
16296 (vc-contains-version-controlled-file): Remove.
16297 (vc-diff): Bring it closer to the version in Emacs-22.
16298 (vc-revert): Fix typo in let-binding.
16299 (vc-default-unregister): Remove.
16300 (vc-dired-buffers-for-dir): Remove N^2 behavior.
16301
16302 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16303
16304 * textmodes/two-column.el (2C-split, 2C-merge):
16305 * textmodes/bib-mode.el (bib-find-key, mark-bib):
16306 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16307 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16308 * progmodes/ada-xref.el (ada-get-all-references):
16309 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16310 * emulation/vi.el (vi-previous-line-first-nonwhite)
16311 (vi-effective-range, vi-put-before):
16312 * emulation/edt.el (edt-next-line, edt-previous-line)
16313 (edt-paragraph-forward): Use forward-line.
16314
16315 * progmodes/etags.el (tags-apropos): Require apropos at compile
16316 time too.
16317
16318 * progmodes/prolog.el: Require comint when compiling.
16319 (inferior-prolog-flavor): Move defvar before use.
16320
16321 2007-10-19 Richard Stallman <rms@gnu.org>
16322
16323 * font-core.el (turn-on-font-lock-if-desired):
16324 Rename from `turn-on-font-lock-if-enabled'.
16325 Fully obey `font-lock-global-modes'.
16326
16327 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16328
16329 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16330 which will not affect the behavior of things like forward-word.
16331 (diff-fine-highlight): Preserve point.
16332
16333 * doc-view.el (doc-view-mode-map): Use remapping.
16334 Don't rebind C-v, M-v to their default value.
16335 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16336
16337 * smerge-mode.el: Add word-granularity refinement.
16338 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16339 (smerge-refine-weight-hack): New vars.
16340 (smerge-refine-forward): New fun.
16341 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16342 (smerge-refine-subst): Use them as well. Preserve point.
16343
16344 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16345
16346 * follow.el (follow-unload-function): New function.
16347
16348 * loadhist.el (unload-function-features-list):
16349 Rename from `unload-hook-features-list'.
16350 (unload-hook-features-list): Add as obsolete alias.
16351 (unload-feature): Use `unload-function-features-list'
16352 and new FEATURE-unload-function.
16353
16354 2007-10-19 Glenn Morris <rgm@gnu.org>
16355
16356 * bindings.el (mouse-minor-mode-menu)
16357 (minor-mode-menu-from-indicator): Move to mouse.el.
16358 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16359 Move here from bindings.el.
16360
16361 2007-10-19 Richard Stallman <rms@gnu.org>
16362
16363 * help-fns.el (describe-function-1): Don't use the advice origname
16364 if it has no function definition.
16365
16366 2007-10-18 Johan Bockgård <bojohan@gnu.org>
16367
16368 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16369 Use `save-restriction' rather than `widen'.
16370
16371 2007-10-18 Richard Stallman <rms@gnu.org>
16372
16373 * time.el (display-time-world-time-format): Display day # not month #.
16374
16375 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16376
16377 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16378
16379 * doc-view.el: Remove version keyword.
16380 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16381 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
16382 (doc-view-ghostscript-options): Improve custom type.
16383 (doc-view-cache-directory, doc-view-conversion-buffer)
16384 (doc-view-conversion-refresh-interval): Simplify custom type.
16385
16386 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
16387
16388 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16389 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16390 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16391 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16392 Remove superfluous messages.
16393 (doc-view-mode-map): Use the image-mode scrolling commands.
16394 Don't rebind C-x k.
16395
16396 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16397
16398 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16399 Add comment about "-dSAFER".
16400
16401 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * term/xterm.el: Don't require xt-mouse.
16404 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16405 calling turn-on-xterm-mouse-tracking-on-terminal directly.
16406
16407 * xt-mouse.el: Don't change the global function-key-map anny more.
16408 (xterm-mouse-mode): Use terminal-init-xterm-hook.
16409 Don't use after-make-frame-functions now that term/xterm.el calls
16410 us directly.
16411 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16412 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
16413 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16414 Setup input-decode-map and remember that xterm-mouse-mode was
16415 enabled in this terminal.
16416 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16417 terminals where it has been enabled.
16418
16419 * faces.el (tty-create-frame-with-faces): Make sure not only
16420 tty-run-terminal-initialization but also set-locale-environment
16421 are run only once per terminal.
16422 (tty-run-terminal-initialization): Don't check if the terminal was
16423 already initted.
16424
16425 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16426 not to remove keymaps that just happen to inherit from one of ours.
16427 When setting up our keymap, make sure it won't be accidentally
16428 modified by someone else.
16429
16430 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16431
16432 * textmodes/artist.el (artist-previous-line, artist-next-line):
16433 * dired.el (dired-next-line, dired-previous-line):
16434 * progmodes/delphi.el (delphi-newline):
16435 * textmodes/org.el (org-columns-eval):
16436 Use forward-line.
16437
16438 * emerge.el (emerge-setup): Use insert-buffer-substring.
16439 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16440
16441 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
16442
16443 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16444 (adaptive-fill-function): Doc fix. Remove * from docstring.
16445
16446 2007-10-18 Tom Horsley <tom.horsley@att.net>
16447
16448 * simple.el (interprogram-paste-function): Doc fix.
16449 (current-kill): Accept list of strings as well
16450 as single string from `interprogram-paste-function'.
16451
16452 2007-10-18 Glenn Morris <rgm@gnu.org>
16453
16454 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16455
16456 2007-10-18 Drew Adams <drew.adams@oracle.com>
16457
16458 * bindings.el (mode-line-minor-mode-keymap):
16459 Add mouse-minor-mode-menu on mouse-1.
16460 (mode-line-modes): Add mouse-1 to help-echo text.
16461 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16462 New functions.
16463 (mode-line-minor-mode-help): Doc fix.
16464
16465 2007-10-17 Juri Linkov <juri@jurta.org>
16466
16467 * textmodes/fill.el (fill-paragraph-or-region): Remove function
16468 at the request of RMS.
16469 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
16470 arg `region'. Fix docstring. At the first `or' branch add call to
16471 `fill-region' if it the region is active in transient-mark-mode.
16472
16473 * bindings.el (esc-map): Bind M-q to fill-paragraph
16474 instead of fill-paragraph-or-region.
16475
16476 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16477 with fill-paragraph.
16478
16479 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16480 Fix docstring.
16481
16482 * indent.el (indent-for-tab-command): Change interactive spec from
16483 "P" to "p". Add check for interactive arg before indenting the
16484 active region.
16485
16486 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16487 Regroup.
16488
16489 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
16490
16491 * emacs-lisp/find-func.el: Don't require loadhist.
16492
16493 * loadhist.el (feature-symbols, file-provides, file-requires)
16494 (file-set-intersect, file-dependents): Simplify.
16495 (unload-feature-special-hooks): Update list of special hooks.
16496
16497 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
16498
16499 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16500 extensions since they can be viewed with doc-view.
16501
16502 * files.el (auto-mode-alist): Make doc-view-mode the default mode
16503 for pdf, ps and dvi files.
16504
16505 * doc-view.el: Make doc-view-mode the standard mode for viewing
16506 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16507 text and image display. Add binding C-c C-e to switch to an
16508 editing mode.
16509 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16510 avoid security problems when rendering files from untrusted sources.
16511
16512 2007-10-17 Aaron Hawley <aaronh@garden.org>
16513
16514 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16515 position is not saved.
16516
16517 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16518
16519 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
16520 (doc-view-ghostscript-options): Fix typo in doc string.
16521
16522 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16523
16524 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16525 handling, so compilation-fake-loc works again.
16526
16527 * server.el (server-select-display): Nop if we do not support m-f-o-d.
16528 (server-process-filter): Revert last change.
16529
16530 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16531 behavior unrelated to filesets.
16532
16533 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
16534
16535 * longlines.el (longlines-wrap-follows-window-size): Integer value
16536 specifies wrapping margin.
16537 (longlines-mode, longlines-window-change-function):
16538 Set window-specific wrapping margin based on the above.
16539
16540 2007-10-17 John Wiegley <johnw@newartisans.com>
16541
16542 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16543
16544 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16545
16546 * server.el (server-process-filter): Only set display if X11 is
16547 supported.
16548
16549 2007-10-17 Glenn Morris <rgm@gnu.org>
16550
16551 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16552 Tweak regexp to avoid stack overflow.
16553
16554 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16555
16556 * simple.el (reindent-then-newline-and-indent): Don't assume that
16557 indent-according-to-mode preserves point.
16558
16559 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
16560
16561 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16562 (bs--nth-wrapper): Simplify.
16563 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
16564 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
16565 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16566 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16567 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16568 (bs-configurations, bs-default-configuration)
16569 (bs-alternative-configuration, bs-cycle-configuration-name)
16570 (bs-string-show-always, bs-string-show-never, bs-string-current)
16571 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16572 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16573 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16574 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16575 (bs--window-config-coming-from): Revert 2006-11-09 change.
16576 (bs--restore-window-config): Keep the selected frame.
16577 (bs--track-window-changes, bs--remove-hooks): New functions.
16578 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
16579 (bs--create-header): Remove.
16580 (bs--create-header-line): New function, based on `bs--create-header'.
16581 (bs--show-header): Use `bs--create-header-line'.
16582 (bs--show-with-configuration): Revert 2006-11-09 change.
16583 Don't reuse window unless it is visible on the selected frame.
16584 Restore window configuration (possibly in a different frame)
16585 before creating any window.
16586
16587 2007-10-16 Glenn Morris <rgm@gnu.org>
16588
16589 * simple.el (blink-matching-open): Don't report false errors with
16590 the `$' syntax class.
16591
16592 2007-10-16 Richard Stallman <rms@gnu.org>
16593
16594 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16595 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16596 (ad-is-advised, ad-get-advice-info-field)
16597 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16598
16599 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * vc-hooks.el (vc-workfile-version): Compatibility alias.
16602 (vc-default-working-revision): Compatibility for backends.
16603
16604 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16607 (filesets-ormap, filesets-sort-case-sensitive-flag)
16608 (filesets-remake-shortcut, filesets-ingroup-collect-files):
16609 Fix typos in docstrings.
16610 (filesets-conditional-sort, filesets-find-or-display-file)
16611 (filesets-data-get-name, filesets-data-get-data)
16612 (filesets-data-set, filesets-cmd-query-replace-getargs)
16613 (filesets-ingroup-collect): Doc fixes.
16614
16615 2007-10-15 Sam Steingold <sds@gnu.org>
16616
16617 * mail/sendmail.el (sendmail-error-reporting-interactive)
16618 (sendmail-error-reporting-non-interactive): New variables for
16619 sendmail error reporting options to simplify support for imperfect
16620 sendmail emulators.
16621 (sendmail-send-it): Use them instead of list literals.
16622
16623 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16624
16625 * help-fns.el: Revert previous change; it creates a
16626 dependency loop between advice.el and help-fns.el.
16627
16628 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16629
16630 * help-fns.el: Require advice when compiling.
16631
16632 2007-10-14 Drew Adams <drew.adams@oracle.com>
16633
16634 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16635 (ring-insert+extend, ring-remove+insert+extend, ring-member)
16636 (ring-next, ring-previous): New functions.
16637
16638 2007-10-14 Richard Stallman <rms@gnu.org>
16639
16640 * emacs-lisp/advice.el (documentation): Advice deleted.
16641 Doc for advised functions is now handled at C level.
16642 (ad-stop-advice, ad-start-advice): Don't enable or disable
16643 advice for `documentation'.
16644 (ad-advised-definition-docstring-regexp): Var deleted.
16645 (ad-make-advised-definition-docstring): Store orig name
16646 as text property of string.
16647 (ad-advised-definition-p): Check for text property of docstring.
16648
16649 * help-fns.el (describe-function-1): Find source of advised functions.
16650
16651 2007-10-14 Juri Linkov <juri@jurta.org>
16652
16653 * faces.el (describe-face): Allow handling a string as the face name.
16654
16655 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16656 active region in transient-mark-mode.
16657 (ispell-region): Change messages displayed at the start and end of
16658 the spell-checking to be the same.
16659
16660 * startup.el (fancy-startup-tail): Say exactly what does the button
16661 dismiss ("Dismiss this startup screen"). Use text "Never show
16662 it again" for the checkbox after this button.
16663 (fancy-startup-screen, fancy-about-screen): Put point before the
16664 first link, so the user can quickly select links with the keyboard.
16665 (normal-mouse-startup-screen): Add more useful text describing how
16666 to follow a link.
16667
16668 2007-10-14 Glenn Morris <rgm@gnu.org>
16669
16670 * progmodes/etags.el (select-tags-table): Disable undo in the
16671 `*Tags Table List*' buffer.
16672
16673 2007-10-13 Eli Zaretskii <eliz@gnu.org>
16674
16675 * dired.el (dired-warn-writable): New face.
16676 (dired-warn-writable-face): New variable.
16677 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16678 of dired-warning-face, for group- and world-writable files.
16679
16680 2007-10-13 Richard Stallman <rms@gnu.org>
16681
16682 * files.el (directory-abbrev-alist): Doc fix.
16683
16684 2007-10-13 Jari Aalto <jari.aalto@cante.net>
16685
16686 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16687
16688 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16689
16690 * frame.el (set-frame-configuration): Assign name parameter only
16691 if it has been set explicitly before.
16692
16693 2007-10-11 Tom Tromey <tromey@redhat.com>
16694
16695 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16696 frame is visible.
16697
16698 2007-10-10 Richard Stallman <rms@gnu.org>
16699
16700 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16701 in *Backtrace*.
16702
16703 * faces.el (face-font-selection-order): Doc fix.
16704
16705 * loadhist.el (unload-feature): Doc fix.
16706
16707 2007-10-13 Glenn Morris <rgm@gnu.org>
16708
16709 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16710 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16711 Add doc string, and an explicit COUNT argument.
16712 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16713 `inc' to search functions.
16714
16715 * faces.el (face-spec-set): When FRAME is nil, set the default for
16716 new frames (restores pre-2007-09-17 behavior). Doc fix.
16717
16718 2007-10-13 John W. Eaton <jwe@octave.org>
16719
16720 * progmodes/octave-mod.el (octave-looking-at-kw)
16721 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16722 New functions.
16723 (octave-in-defun-p, calculate-octave-indent)
16724 (octave-blink-matching-block-open, octave-beginning-of-defun)
16725 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16726 to search for regexps that contain case-sensitive keywords.
16727 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16728 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16729
16730 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16731
16732 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16733 Do not use a single clause cond.
16734
16735 * cus-start.el (all): Use test that does not match the X11 version
16736 for mac.
16737
16738 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
16739
16740 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16741 BROWSE buffer.
16742
16743 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16744
16745 * cus-start.el (all): Undo previous change.
16746
16747 2007-10-13 Glenn Morris <rgm@gnu.org>
16748
16749 * woman.el (woman0-rename): Fix paren typo.
16750
16751 * mail/feedmail.el (feedmail-run-the-queue)
16752 (feedmail-look-at-queue-directory):
16753 * mail/reporter.el (reporter-dump-state):
16754 * net/eudc-hotlist.el (eudc-edit-hotlist):
16755 * net/eudc.el (eudc-display-records)
16756 (eudc-filter-duplicate-attributes)
16757 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16758 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16759 (eudc-bbdb-query-internal):
16760 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16761 * net/socks.el (socks-build-auth-list):
16762 * progmodes/cc-cmds.el (top level):
16763 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16764 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16765 (cperl-write-tags, cperl-tags-treeify):
16766 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16767 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16768 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16769 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16770 (idlwave-toolbar-remove-everywhere):
16771 * progmodes/idlwave.el (idlwave-indent-line)
16772 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16773 (idlwave-write-paths, idlwave-all-method-classes)
16774 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16775 (idlwave-fix-keywords, idlwave-display-calling-sequence)
16776 (idlwave-complete-in-buffer):
16777 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16778 (org-fast-tag-selection):
16779 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16780 than mapcar.
16781
16782 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16783
16784 * diff-mode.el (diff-fine-change): Add :group.
16785
16786 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
16787
16788 * cus-start.el (all): Use the same test as the 22.2 branch.
16789
16790 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16791
16792 * diff-mode.el (diff-current-defun): Force recomputation of
16793 change-log-default-name.
16794
16795 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
16796
16797 * startup.el (fancy-startup-screen): Remove an unnecessary newline
16798 and some leftover logic regarding dedicated frames. If showing
16799 concise startup screen, fit window to buffer.
16800 (command-line-1): If we will be using the splash screen, use
16801 find-file instead of find-file-other-window to find additional files.
16802 Comment out unused code for coping with the old sit-for behavior.
16803
16804 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16807 `meta' modifier consistently, rather than using sometimes meta
16808 sometimes alt.
16809
16810 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16811
16812 * window.el (handle-select-window): Revert part of 2007-10-08
16813 change setting the input focus.
16814
16815 2007-10-12 Glenn Morris <rgm@gnu.org>
16816
16817 * startup.el (command-line): Do not read abbrev file in batch mode.
16818
16819 * emacs-lisp/byte-opt.el (top level):
16820 * mail/rmail.el (rmail-list-to-menu):
16821 * obsolete/hilit19.el (hilit-mode):
16822 * progmodes/cc-mode.el (c-postprocess-file-styles)
16823 (c-submit-bug-report):
16824 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16825 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16826 (reftex-access-parse-file):
16827 * textmodes/reftex-cite.el (reftex-do-citation)
16828 (reftex-insert-bib-matches):
16829 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16830 * textmodes/reftex-sel.el (reftex-select-unmark):
16831 * textmodes/reftex-toc.el (reftex-toc-do-promote):
16832 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16833
16834 * cus-edit.el (custom-variable-menu, custom-face-menu)
16835 (custom-group-menu): Check init-file-user rather than
16836 user-init-file, in case cus-edit is loaded by site-run-file.
16837
16838 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
16839
16840 * vc.el (vc-deduce-fileset): Delete unused code.
16841 (vc-next-action): Fix typos.
16842
16843 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16844
16845 * bs.el (bs--mark-unmark): New function.
16846 (bs-mark-current, bs-unmark-current): Use it.
16847
16848 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16849
16850 * vc.el (vc-diff):
16851 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
16852 temporarily disable the check for his edge case of
16853 vc-diff (stopping it from grinding when called from $HOME), as
16854 it's calling some brittle code in vc-hooks.el.
16855 (with-vc-properties): Fix evaluation time of a macro argument.
16856 * ediff-vers.el (ediff-vc-internal):
16857 * vc-hooks.el:
16858 * loaddefs.el: Follow up on VC terminology change.
16859
16860 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16861
16862 * follow.el (follow-stop-intercept-process-output):
16863 Use `follow-call-process-filter' rather than `process-filter'.
16864 Simplify.
16865
16866 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16867
16868 * vc-hooks.el (vc-registered): Robustify this function a bit
16869 against filenames with no directory component.
16870
16871 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16872
16873 * international/characters.el: Undo unwanted and unexplained change.
16874
16875 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16876
16877 * ps-print.el: Fix the usage of :foreground and :background face
16878 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16879 (ps-print-version): New version 6.7.6.
16880 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16881 Fix code.
16882 (ps-face-foreground-color-p, ps-face-background-color-p)
16883 (ps-face-color-p): New inline funs.
16884
16885 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16886
16887 * textmodes/org.el (org-additional-option-like-keywords): New constant.
16888 (org-complete): Use `org-additional-option-like-keywords'.
16889 (org-parse-local-options): New function.
16890
16891 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16892
16893 * textmodes/org.el (org-in-clocktable-p): New function.
16894 (org-clock-report): Only update the table at point, or insert a new one.
16895 (org-clock-goto): New function.
16896 (org-open-file): Use `start-process-shell-command' instead of
16897 `shell-command' with an ampersand.
16898 (org-deadline, org-schedule): New argument REMOVE to remove the
16899 date from the entry.
16900 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16901 argument to `org-schedule' and `org-deadline'.
16902 (org-trim): Use the correct expressions for beginning and end of
16903 the string.
16904 (org-get-cleaned-entry): Trim the string before returning it.
16905 (org-clock-find-position): New function.
16906 (org-clock-into-drawer): New option.
16907 (org-agenda-tags-column): Rename from
16908 `org-agenda-align-tags-to-column'.
16909 (org-agenda-align-tags): Allow negative values for
16910 `org-agenda-tags-column'.
16911 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16912 (org-agenda-to-appt): New optional argument FILTER.
16913 (org-completion-fallback-command): New variable.
16914 (org-complete): Use `org-completion-fallback-command'.
16915 (org-find-base-buffer-visiting): Catch the case that there is no
16916 buffer visiting the file.
16917 (org-property-or-variable-value): New function.
16918 (org-todo): Use `org-property-or-variable-value'
16919 (org-agenda-compact-blocks): New option.
16920 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16921 (org-agenda-schedule, org-agenda-deadline):
16922 Call `org-agenda-show-new-time'.
16923 (org-agenda-show-new-time): New argument PREFIX.
16924 (org-colgroup-info-to-vline-list): Fix but that cause a
16925 shift in the vertical lines.
16926 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16927 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16928 (org-indent-item): No arg in call to `org-fix-bullet-type'.
16929 (org-fix-bullet-type): Remove argument.
16930 (org-read-date): Check for am/pm twice, to catch the end time.
16931 (org-goto-map): Use `suppress-keymap'.
16932 (org-remember-apply-template): Respect the dynamically scoped
16933 selection character.
16934
16935 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16936
16937 * frame.el (frame-inherited-parameters): Remove unused `environment'
16938 parameter, and let server.el add `client' when needed.
16939
16940 * server.el (server-create-tty-frame)
16941 (server-create-window-system-frame): Set frame-inherited-parameters.
16942
16943 * frame.el (frame-inherited-parameters): New var.
16944 (make-frame): Use it.
16945
16946 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16947
16948 * env.el (let-environment): Remove. Unused.
16949 (read-envvar-name): Simplify.
16950 (setenv): Remove unused arg `frame'.
16951
16952 * help-fns.el (describe-variable): Add missing " " for multiline
16953 obsolescence info and missing EOL after global value.
16954
16955 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16956
16957 * add-log.el:
16958 * ediff-vers.el:
16959 * log-view.el:
16960 * pcvs.el:
16961 * vc-arch.el:
16962 * vc-bzr.el:
16963 * vc-cvs.el:
16964 * vc.el:
16965 * vc-git.el:
16966 * vc-hg.el:
16967 * vc-hooks.el:
16968 * vc-mcvs.el:
16969 * vc-mtn.el:
16970 * vc-rcs.el:
16971 * vc-sccs.el:
16972 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16973 {find,init,next,previous,annotate-*,log}-version ->
16974 {find,init,next,previous,annotate-*,log}-revision,
16975 annotate-focus-version -> annotate-working-revision, The term
16976 'focus' is gone. The term 'revision' is now used consistently
16977 everywhere that reference to a revision ID is intended, replacing
16978 older use of 'version'.
16979
16980 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16981
16982 * follow.el: Change all instances of "Follow Mode" to "Follow
16983 mode" in docstrings and messages.
16984 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16985
16986 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16987
16988 * vc.el (vc-next-action): Rewrite completely; this principal
16989 entry point now operates on a current fileset selected either
16990 explicitly via VC-Dired or implicitly by visiting a file buffer,
16991 rather than always operating on the file of the current buffer as
16992 in older versions. Rewrite the rest of the mode to match.
16993 (with-vc-properties): Rewrite to operate on a file list.
16994 (with-vc-file): vc-checkin takes a file list argument now.
16995 (vc-post-command-functions): This hook now receives a file list.
16996 (vc-do-command): Take a either a file or a file list as argument.
16997 (vc-deduce-fileset): New function for deducing a file list to
16998 operate on.
16999 (vc-next-action-on-file, vc-next-action-dired): Remove.
17000 Merge into vc-next-action.
17001 (vc-register): Adapt to the fact that vc-start-entry now takes a
17002 file list.
17003 (vc-register-with): New function.
17004 (vc-start-entry): Take a file list argument rather than a
17005 file argument.
17006 (vc-checkout): Cope with vc-start-entry taking a file list.
17007 (vc-steal-lock): Cope with with-vc-properties taking a
17008 file list.
17009 (vc-checkin): Take a file list argument rather than a file argument.
17010 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
17011 (vc-diff-internal): Rewrite for filesets.
17012 (vc-diff-sentinel): New function, tests whether changes were
17013 written into a diff buffer.
17014 (vc-diff): Rewrite for filesets.
17015 (vc-version-diff): Rewrite for filesets.
17016 (vc-print-log): Take a fileset argument.
17017 (vc-revert): Revert the entire selected fileset, not just the
17018 current buffer.
17019 (vc-rollback): Roll back the entire selected fileset, if
17020 possible. No longer accepts a prefix argument.
17021 (vc-update): Merge new changes for the entire selected
17022 fileset, not just the current buffer.
17023 (vc-revert-file): Cope with with-vc-properties taking a file list.
17024 (vc-default-dired-state-info): Add + status suffix if the file is
17025 modified.
17026 (vc-annotate-warp-version): Use the new diff machinery.
17027 (vc-log-edit): Take a file list argument rather than a file argument.
17028
17029 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
17030
17031 Sync with Tramp 2.1.11.
17032
17033 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
17034 Pacify byte compiler.
17035
17036 * net/trampver.el: Update release number.
17037
17038 2007-10-09 Richard Stallman <rms@gnu.org>
17039
17040 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
17041
17042 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17043
17044 * follow.el: Require easymenu.
17045 (follow-mode-hook, follow-mode): Doc fixes.
17046 (follow-mode-off-hook): Mark as obsolete.
17047
17048 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17049
17050 * window.el (mouse-autoselect-window-cancel): Don't cancel for
17051 select-window or select-frame events.
17052 (handle-select-window): When autoselecting window set input
17053 focus. Restructure.
17054
17055 * frame.el (focus-follows-mouse): Move to frame.c.
17056 * cus-start.el (all): Add focus-follows-mouse.
17057
17058 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17059
17060 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
17061 activate font-locking in the *buffer-selection* buffer.
17062 (bs-show-sorted): Doc fix.
17063
17064 * bs.el (bs--get-marked-string, bs--get-modified-string)
17065 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
17066 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
17067 (bs--format-aux): Doc fix.
17068
17069 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
17070
17071 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
17072
17073 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17074
17075 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
17076 (gud-gdb): New function for old M-x gdb (text command mode).
17077 (gud-gdb-command-name, gdb): Move to...
17078
17079 * progmodes/gdb-ui.el: ...here and adapt doc string.
17080 (gud-gdba-command-name, gdba): Delete.
17081
17082 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17083
17084 * bs.el: Don't defvar `font-lock-verbose'.
17085 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
17086 (bs--get-file-name): Fix typos in docstrings.
17087 (bs--show-header): Use `dolist' instead of `mapcar'.
17088 (bs-mode): Set `show-trailing-whitespace' to nil.
17089 (bs-buffer-sort-function, bs-mouse-select-other-frame)
17090 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
17091 Doc fixes.
17092
17093 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
17094
17095 * progmodes/gud.el (pdb): Specify file for gud-break.
17096
17097 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17098
17099 * progmodes/gud.el (gdb): Make graphical mode the default and
17100 switch to text command mode if appropriate, i.e., reverse previous
17101 arrangement.
17102 (gud-gdb-marker-filter): Adapt for above change.
17103
17104 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
17105 gud-minor-mode and gud-marker-filter.
17106 (gdb-fullname-regexp): New variable.
17107 (gud-gdba-marker-filter): Use it to switch to text command
17108 mode if appropriate.
17109
17110 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17111
17112 * progmodes/gud.el (gud-display-line): Find source buffer even when
17113 GUD buffer has its own frame.
17114
17115 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17116
17117 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
17118
17119 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
17120
17121 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
17122
17123 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17124
17125 * allout.el (allout-before-change-handler): Replace got-char by
17126 goto-char.
17127
17128 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
17131 Used to try and automatically enabled smerge-mode in the presence of
17132 conflicts and to call `svn resolved' when the conflicts are gone.
17133 (vc-svn-parse-status): Remember the svn-specific status.
17134
17135 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17136
17137 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
17138 menu-bar-apropos-menu. All users changed.
17139 (menu-bar-help-menu): Change menu symbols to better match the text
17140 displayed by the menu.
17141
17142 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17143
17144 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
17145 #, @, : and ^.
17146
17147 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17148
17149 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
17150
17151 * log-view.el (log-view-mode-map): Likewise.
17152
17153 * diff-mode.el (diff-mode-shared-map): Likewise.
17154
17155 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17156
17157 * files.el (file-name-sans-versions): Also allow `A-Z'.
17158
17159 * vc.el: Mention all supported VC backends.
17160
17161 2007-10-08 Richard Stallman <rms@gnu.org>
17162
17163 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
17164 neighbouring buttons.
17165
17166 2007-10-08 Andreas Schwab <schwab@suse.de>
17167
17168 * files.el (file-name-sans-versions): Also allow `_'.
17169
17170 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17171
17172 * files.el (file-name-sans-versions): Allow - and a-z in version names.
17173
17174 * log-view.el (log-view-mode-map, log-view-mode-menu):
17175 Bind log-view-annotate-version.
17176 (log-view-beginning-of-defun, log-view-end-of-defun)
17177 (log-view-annotate-version): New functions.
17178 (log-view-mode): Use log-view-beginning-of-defun and
17179 log-view-end-of-defun.
17180
17181 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
17184
17185 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
17188 neighbouring buttons.
17189
17190 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17191 Recognize gcc's use of "note" for informational messages.
17192
17193 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
17196 (css-mode): Update correspondingly.
17197
17198 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
17199
17200 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
17201 Signed-off-by, Acked-by and Merge.
17202
17203 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * ediff-init.el (ediff-verbose-p): This var is not a constant.
17206
17207 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17208
17209 * vc-mtn.el: New file.
17210
17211 * vc-hooks.el (vc-handled-backends): Add Mtn.
17212
17213 2007-10-08 Eli Zaretskii <eliz@gnu.org>
17214
17215 * files.el (find-file, find-file-other-window)
17216 (find-file-other-frame, find-file-existing, find-file-read-only)
17217 (find-file-read-only-other-window)
17218 (find-file-read-only-other-frame)
17219 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
17220
17221 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
17222
17223 * progmodes/gud.el (gdb-ready): New variable.
17224 (gdb): Set it to nil. Set gud-running to nil here...
17225 (gud-common-init): ...instead of here.
17226
17227 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
17228 Use gdb-ready. Discard input until GDB is ready to accept it.
17229
17230 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17231
17232 * dired.el (dired-warning): Inherit from font-lock-warning-face to
17233 make it show up with eight colors.
17234
17235 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
17238 diffs are concatenated with no intervening line.
17239
17240 2007-10-08 Dave Love <fx@gnu.org>
17241
17242 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
17243 (python-font-lock-keywords): Update to the 2.5 version of the language.
17244 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
17245 (python-backspace): Only behave funny in code.
17246 (python-compilation-regexp-alist): Add PDB stack trace regexp.
17247 (inferior-python-mode): Add PDB prompt regexp.
17248 (python-fill-paragraph): Refine the fenced-string regexp.
17249 (python-find-imports): Handle imports spanning several lines.
17250 (python-mode): Add `class' to hideshow support.
17251
17252 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17255 Use add-log-buffer-file-name-function rather than binding
17256 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
17257 when `fi' is the ChangeLog file itself.
17258
17259 * outline.el (outline-flag-region): Use front-advance.
17260
17261 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
17262
17263 * progmodes/cperl-mode.el: Merge upstream 5.23.
17264 (cperl-where-am-i): Remove function.
17265 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
17266 (cperl-sniff-for-indent): De-invert [string] and [comment].
17267 When looking for label, skip s:m:y:tr.
17268 (cperl-indent-line): Likewise.
17269 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
17270 (cperl-windowed-init): Wrong `ps-print' handling.
17271 Both thanks to Chong Yidong.
17272 (cperl-look-at-leading-count): Could fail with unfinished RExen.
17273 (cperl-find-pods-heres): If the second part of s()[] is missing,
17274 don't try to highlight delimiters...
17275
17276 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * progmodes/compile.el (compilation-get-file-structure): Complete last
17279 change by also using spec-directory in the puthash.
17280
17281 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
17282
17283 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17284 (vc-bzr-status): Fix shadowing of variable 'status'.
17285 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17286 Use `expand-file-name' instead of `concat'.
17287 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17288 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
17289
17290 2007-10-08 Jason Rumney <jasonr@gnu.org>
17291
17292 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
17293
17294 2007-10-08 Richard Stallman <rms@gnu.org>
17295
17296 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17297 Add `safe-local-variable' property.
17298 (lisp-body-indent): Likewise.
17299
17300 2007-10-08 Richard Stallman <rms@gnu.org>
17301
17302 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17303 Add doc string.
17304
17305 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17306
17307 * files.el (backup-buffer-copy): Try to overwrite old backup first.
17308
17309 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17310
17311 * repeat.el (repeat): Use last-repeatable-command instead of
17312 real-last-command. Run pre- and post-command hooks for
17313 self-insertion. Update doc-string.
17314
17315 2007-10-08 Alexandre Julliard <julliard@winehq.org>
17316
17317 * vc-git.el (vc-git-state): Call git-add --refresh to update the
17318 state of the file.
17319 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17320 (vc-git-create-repo): Fix invalid command.
17321
17322 2007-10-08 Richard Stallman <rms@gnu.org>
17323
17324 * textmodes/flyspell.el (flyspell-mode):
17325 Catch errors in flyspell-mode-on.
17326
17327 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17328
17329 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17330
17331 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * international/encoded-kb.el (encoded-kbd-setup-display):
17334 Use input-decode-map rather than local-key-translation-map.
17335
17336 * term/rxvt.el (rxvt-alternatives-map): New map.
17337 (terminal-init-rxvt): Use it.
17338 Bind rxvt-function-map in input-decode-map.
17339
17340 * term/xterm.el (xterm-alternatives-map): New map.
17341 (terminal-init-xterm): Use it.
17342 Bind xterm-function-map in input-decode-map.
17343
17344 * term/x-win.el (x-alternatives-map): New var.
17345 (x-setup-function-keys): Use it.
17346
17347 * help-fns.el (describe-variable): Slightly change the layout of
17348 meta-info to separate it better from the docstring.
17349 Standardize insertion of extra empty lines in various circumstances.
17350
17351 * diff-mode.el (diff-hunk-style): New fun.
17352 (diff-end-of-hunk): Use it.
17353 (diff-context->unified): Use the new `apply' undo element,
17354 if applicable, so as to save undo-log space.
17355 (diff-fine-change): New face.
17356 (diff-fine-highlight-preproc): New function.
17357 (diff-fine-highlight): New command.
17358 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17359
17360 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17361 (smerge-refine-highlight-change): Add `props' argument.
17362 (smerge-refine-subst): New function holding most of smerge-refine.
17363 (smerge-refine): Use it.
17364
17365 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
17366
17367 * vc.el (vc-default-wash-log): Remove unused code, the
17368 log washers all live in the backends now.
17369 (vc-default-comment-history): Correct for the fact
17370 that wash-log is argumentless in the new API.
17371
17372 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
17373
17374 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17375 (tramp-maybe-send-script): Apply `member' but `memq'.
17376 (tramp-advice-file-expand-wildcards): Simplify implementation.
17377
17378 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17379
17380 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
17381
17382 * mb-depth.el (minibuf-depth-indicator-function): New variable.
17383 (minibuf-depth-setup-minibuffer): Use it.
17384
17385 2007-10-07 Glenn Morris <rgm@gnu.org>
17386
17387 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17388 version numbers.
17389
17390 2007-10-06 Juri Linkov <juri@jurta.org>
17391
17392 * textmodes/fill.el (fill-paragraph-or-region): New function.
17393
17394 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17395 instead of fill-paragraph.
17396
17397 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17398 with fill-paragraph-or-region. Suspend command is now the same
17399 `suspend-frame' on window systems and on tty.
17400
17401 * image.el (image-type): Check if image-types is bound to not fail
17402 on tty.
17403
17404 * delsel.el (delete-selection-pre-hook):
17405 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17406 is fbound to not fail on mouseless tty.
17407
17408 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
17409
17410 * net/tramp.el (top): Move loading of tramp-util.el and
17411 tramp-vc.el to tramp-compat.el.
17412 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
17413 temporary file if possible, in order to avoid a security hole.
17414 (tramp-do-copy-or-rename-file-out-of-band)
17415 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17416 with DONT-CREATE, because the connection is not setup yet.
17417 (tramp-handle-process-file): Rewrite temporary file handling.
17418 (tramp-completion-mode): New defvar.
17419 (tramp-completion-mode-p): Use it.
17420
17421 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17422
17423 * net/tramp-fish.el (tramp-fish-handle-process-file):
17424 Rewrite temporary file handling.
17425
17426 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
17427
17428 * vc.el: Workfile version -> focus version change. Port various
17429 comments from new VC to reduce the noise in the diff.
17430 Patch in the new vc-create-repo function to go with the
17431 header comment about it already present.
17432 There are no changes to existing logic in this patch.
17433 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17434
17435 2007-10-06 Aaron Hawley <aaronh@garden.org>
17436
17437 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17438
17439 2007-10-05 Chris Moore <dooglus@gmail.com>
17440
17441 * server.el (server-kill-new-buffers): Doc fix.
17442
17443 2007-10-05 John W. Eaton <jwe@octave.org>
17444
17445 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17446 (octave-begin-keywords): Add "do".
17447 (octave-end-keywords): Remove "end".
17448 (octave-reserved-words): Add "end". Remove "all_va_args",
17449 "gplot", and 'gsplot".
17450 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17451 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17452 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17453 "default_return_value", "define_all_return_values",
17454 "do_fortran_indexing", "empty_list_elements_ok",
17455 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17456 "ok_to_lose_imaginary_part", "prefer_column_vectors",
17457 "prefer_zero_one_indexing", "propagate_empty_matrices",
17458 "resize_on_range_error", "treat_neg_dim_as_zero",
17459 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17460 "warn_divide_by_zero", "warn_function_name_clash",
17461 "warn_missing_semicolon", "whitespace_in_literal_matrix".
17462 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17463 "crash_dumps_octave_core", "sighup_dumps_octave_core",
17464 "sigterm_dumps_octave_core".
17465 (octave-block-match-alist): Remove "end" from block-end keywords.
17466 (octave-mode): Update ftp site address.
17467
17468 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17469
17470 * vc.el: Reorder functions, no code changes.
17471
17472 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
17473
17474 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17475 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17476 the cond clauses where needed.
17477 (tramp-handle-write-region): Rearrange code for proper handling of
17478 tmpfile.
17479
17480 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17481
17482 * net/tramp.el:
17483 * net/tramp-fish.el:
17484 * net/tramp-ftp.el:
17485 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17486 `tramp-compat-make-temp-file'.
17487
17488 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
17489
17490 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17491
17492 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17493
17494 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17495 already uses a more recent copyright version than the "current" one.
17496
17497 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
17498
17499 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17500 (doc-view-insert-image): Minor aesthetical docstring changes.
17501
17502 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
17503
17504 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17505 completing filename.
17506 (doc-view-search-internal): Docstring change.
17507
17508 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
17509
17510 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17511 (tramp-file-name-handler-alist):
17512 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
17513 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
17514 used before, creates the file already, which is not desired.
17515 (tramp-do-copy-or-rename-file-directly): Simplify handling of
17516 temporary file.
17517 (tramp-handle-insert-file-contents): Assign the result in the
17518 short track case.
17519 (tramp-handle-insert-file-contents-literally): New defun.
17520 (tramp-completion-mode-p): Revert change from 2007-09-24.
17521 Checking for `return' etc as last character is not sufficient, for
17522 example in dired-mode when entering <g> (revert-buffer) or
17523 <s> (dired-sort).
17524
17525 * net/tramp-compat.el (top): Add also compatibility code for loading
17526 appropriate timer package.
17527 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17528 order to avoid autoloading problems.
17529
17530 * net/tramp-fish.el:
17531 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17532
17533 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17534 where the second parameter of `copy-file' or `rename-file' is a
17535 remote file but not via ftp.
17536
17537 2007-10-02 Richard Stallman <rms@gnu.org>
17538
17539 * frame.el (cursor-in-non-selected-windows): Doc fix.
17540
17541 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17542
17543 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17544 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17545
17546 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
17547
17548 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17549 when `expt' doesn't give range errors.
17550
17551 2007-10-01 Markus Triska <markus.triska@gmx.at>
17552
17553 * calc/calc-math.el (math-smallest-emacs-expt):
17554 Make the computation more robust.
17555
17556 2007-09-30 David Kastrup <dak@gnu.org>
17557
17558 * startup.el (argv): Alias for `command-line-args-left' to use as
17559 `(pop argv)' inside of --eval command sequences. Allows for
17560 passing shell commands into Emacs verbatim without need for Lisp
17561 quoting.
17562
17563 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17564 check only for changed size.
17565 (auto-revert-tail-handler): Get size from caller. If the file has
17566 shrunk, tail the whole file again (the file presumably has been
17567 rewritten).
17568
17569 * woman.el (woman-topic-all-completions, woman-mini-help):
17570 Fix fallout from 2007-09-07 introduction of `dolist' when the list
17571 actually was being manipulated in the loop.
17572 (woman-Cyg-to-Win, woman-pre-process-region)
17573 (woman-horizontal-escapes, woman-if-body, woman-unescape)
17574 (woman-strings, woman-special-characters, woman1-hc)
17575 (woman-change-fonts, woman-find-next-control-line):
17576 Use `match-beginning' rather than `match-string' when the result is
17577 just used as a flag.
17578
17579 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
17580
17581 * net/tramp-compat.el: New file.
17582
17583 * net/tramp.el:
17584 * net/tramp-fish.el:
17585 * net/tramp-smb.el:
17586 * net/tramp-uu.el:
17587 * net/trampver.el: Move compatibility code to tramp-compat.el.
17588 Apply `mapc' instead of `mapcar' when the code needs side effects
17589 only. Move utf-8 coding cookie to the second line.
17590
17591 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
17592
17593 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17594 Improve custom type.
17595 (icon-map-list): Make it customizable. Document how to disable
17596 stock icons.
17597
17598 2007-09-30 Richard Stallman <rms@gnu.org>
17599
17600 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17601
17602 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17603
17604 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
17605 (t-mouse-mode): New compatibility alias.
17606
17607 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
17608
17609 * server.el (server-delete-client): Only delete the terminal if it
17610 is non-nil.
17611
17612 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
17613
17614 * net/tramp.el (with-file-property, with-connection-property):
17615 Highlight as keyword.
17616 (tramp-rfn-eshadow-setup-minibuffer)
17617 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17618 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17619 (tramp-do-copy-or-rename-file-directly)
17620 (tramp-do-copy-or-rename-file-out-of-band)
17621 (tramp-handle-shell-command, tramp-get-debug-buffer)
17622 (tramp-send-command-and-read, tramp-equal-remote)
17623 (tramp-get-local-gid): Pacify byte-compiler.
17624 (tramp-handle-file-name-directory): Result shall not be expanded.
17625 (tramp-find-foreign-file-name-handler): Rewrite.
17626 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17627
17628 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17629
17630 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17631 Apply `tramp-completion-mode-p'.
17632 (tramp-fish-handle-set-file-times)
17633 (tramp-fish-handle-executable-find)
17634 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17635 (tramp-fish-retrieve-data): Pacify byte-compiler.
17636
17637 * net/tramp-gw.el (tramp-gw-basic-authentication):
17638 Call `tramp-read-passwd' with first parameter `nil'.
17639
17640 2007-09-28 Glenn Morris <rgm@gnu.org>
17641
17642 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17643 than mapcar.
17644
17645 * textmodes/tex-mode.el (tex-suscript-height-ratio)
17646 (tex-suscript-height-minimum): New customizable variables.
17647 (tex-suscript-height): New function.
17648 (superscript, subscript): Set height using tex-suscript-height
17649 rather than fixing at 0.8.
17650 (tex-fontify-script, tex-font-script-display): Add :version tag.
17651
17652 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
17653
17654 * progmodes/python.el (python-eldoc-function): Doc fix.
17655
17656 2007-09-27 Glenn Morris <rgm@gnu.org>
17657
17658 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
17659 image if it is not in image-type-auto-detectable, or is there with
17660 a nil value.
17661
17662 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
17663
17664 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17665 connection more robust.
17666
17667 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17668
17669 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17670 Deal with the case that special &keywords are at the beginning or
17671 end of the argument list. Also add some (incomplete) support for
17672 non-standard arglists.
17673
17674 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17675
17676 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17677 (eldoc-message-commands, eldoc-current-idle-delay)
17678 (eldoc-function-argstring-format): Fix typos in docstrings.
17679
17680 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
17681
17682 * calc/calc-units.el (calc-convert-units)
17683 (calc-convert-temperature): Remove unnecessary colons.
17684
17685 2007-09-26 Bastien Guerry <bzg@altern.org>
17686
17687 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17688 New function.
17689 (org-export-latex-remove-from-headlines): Name changed because of typo.
17690 (org-export-latex-quotation-marks-convention): Option removed.
17691 (org-export-latex-make-preamble): Handle the DATE option.
17692 (org-export-latex-cleaned-string): Now the only cleaning function,
17693 synched up with org.el.
17694 (org-export-latex-lists, org-export-latex-parse-list)
17695 (org-export-list-to-latex): New functions.
17696
17697 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
17698
17699 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17700 (org-outline-regexp): New constant.
17701 (org-remember-handler): Throw error when the target file is not in
17702 org-mode.
17703 (org-cleaned-string-for-export): No longer call
17704 `org-export-latex-cleaned-string' with an argument.
17705 (org-get-tags): Returns now a list, not a string.
17706 (org-get-tags-string): New function.
17707 (org-archive-subtree): No need to split return of `org-get-tags'.
17708 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17709 instead of `org-get-tags'.
17710 (org-agenda-format-date): Rename from `org-agenda-date-format'.
17711 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17712 (org-compatible-face): New argument INHERITS. Inherit from this
17713 face if possible.
17714 (org-level-1, org-level-2, org-level-3, org-level-4)
17715 (org-level-5, org-level-6, org-level-7, org-level-8)
17716 (org-special-keyword, org-drawer, org-column, org-warning)
17717 (org-archived, org-todo, org-done, org-headline-done, org-table)
17718 (org-formula, org-code, org-agenda-structure)
17719 (org-scheduled-today, org-scheduled-previously)
17720 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17721 in the new way.
17722 (org-get-heading): New argument NO-TAGS.
17723 (org-fast-tag-selection-include-todo): Made defvar instead of
17724 defcustom, feature is not deprecated.
17725 (org-remember-store-without-prompt): New default value t.
17726 (org-todo-log-states): New variable.
17727 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17728 Compute the log states.
17729 (org-goto-map): More commands copied from global map. Also bind
17730 `org-occur'.
17731 (org-goto): Made into a general lookup command.
17732 (org-get-location): Complete rewrite.
17733 (org-goto-exit-command): New variable.
17734 (org-goto-selected-point): New variable.
17735 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17736 Set the new variables.
17737 (org-paste-subtree): Whitespace insertion strategy revised.
17738 (org-remember-apply-template): Protect v-A from the possibility
17739 that v-a might be nil.
17740 (org-remember-handler): Insertion rules revised.
17741 (org-todo): Respect org-todo-log-states.
17742 (org-up-heading-safe): New function.
17743 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17744
17745 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
17746
17747 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17748 region if in transient-mark-mode.
17749
17750 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17751
17752 * calc/calc-ext.el (calc-init-extensions, calc-reset):
17753 * calc/calc-help.el (calc-full-help):
17754 * calc/calc-misc.el (another-calc):
17755 * calc/calc-store.el (calc-var-name-map):
17756 * calc/calc-stuff.el (calc-flush-caches):
17757 * calc/calc-units.el (math-build-units-table):
17758 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17759 (calc-quit):
17760 * calendar/icalendar.el (icalendar--format-ical-event)
17761 (icalendar--convert-ical-to-diary):
17762 * emacs-lisp/authors.el (authors):
17763 * emacs-lisp/cust-print.el (custom-print-install)
17764 (custom-print-uninstall):
17765 * emacs-lisp/disass.el (disassemble-1):
17766 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17767 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17768 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17769 (elint-check-let-form, elint-check-condition-case-form)
17770 (elint-initialize):
17771 * emacs-lisp/elp.el (elp-results):
17772 * emacs-lisp/generic.el (generic-mode-internal):
17773 * emacs-lisp/re-builder.el (reb-delete-overlays):
17774 * emacs-lisp/regi.el (regi-interpret):
17775 * emacs-lisp/sregex.el (sregex--char-aux):
17776 * emulation/cua-rect.el (cua--deactivate-rectangle)
17777 (cua--highlight-rectangle, cua--rectangle-post-command):
17778 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17779 * emulation/viper-macs.el (viper-describe-kbd-macros)
17780 (viper-describe-one-macro):
17781 * emulation/viper-util.el (viper-setup-master-buffer):
17782 * emulation/viper.el (set-viper-state-in-major-mode):
17783 * international/mule-diag.el (describe-current-coding-system):
17784 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17785 * mail/emacsbug.el (report-emacs-bug):
17786 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17787 * obsolete/hilit19.el (hilit-unhighlight-region)
17788 (hilit-set-mode-patterns):
17789 * play/solitaire.el (solitaire-check, solitaire-solve):
17790 * play/zone.el (zone-pgm-rotate):
17791 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17792 * progmodes/ada-prj.el (ada-prj-display-page):
17793 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17794 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17795 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17796 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17797 * progmodes/sh-script.el (sh-make-vars-local)
17798 (sh-reset-indent-vars-to-global-values):
17799 * progmodes/sql.el (top):
17800 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17801 * progmodes/xscheme.el (top):
17802 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17803 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17804 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17805 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17806 (artist-submit-bug-report):
17807 * textmodes/flyspell.el (flyspell-delay-commands)
17808 (flyspell-deplacement-commands):
17809 * textmodes/table.el (table--generate-source-epilogue, table-insert)
17810 (table--generate-source-cells-in-a-row, table--make-cell-map)
17811 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17812
17813 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
17814
17815 * allout.el (produce-allout-mode-map, allout-process-exposed):
17816 * ansi-color.el (ansi-color-make-color-map):
17817 * autoinsert.el (auto-insert):
17818 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17819 * dired-aux.el (dired-create-files):
17820 * dired.el (dired-restore-desktop-buffer):
17821 * ediff-diff.el (ediff-setup-fine-diff-regions):
17822 * ediff-mult.el (ediff-intersect-directories)
17823 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17824 (ediff-redraw-registry-buffer):
17825 * ediff-ptch.el (ediff-fixup-patch-map):
17826 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17827 (ediff-really-quit, ediff-clear-diff-vector):
17828 * emerge.el (emerge-really-quit):
17829 * ffap.el (ffap-replace-file-component):
17830 * filecache.el (file-cache-add-directory)
17831 (file-cache-add-directory-recursively)
17832 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17833 (file-cache-delete-directory, file-cache-files-matching-internal)
17834 (file-cache-display):
17835 * files.el (cd):
17836 * find-lisp.el (find-lisp-insert-directory):
17837 * finder.el (finder-compile-keywords):
17838 * help.el (view-emacs-news):
17839 * hi-lock.el (hi-lock-write-interactive-patterns):
17840 * ido.el (ido-to-end, ido-set-matches-1):
17841 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17842 (image-dired-mark-tagged-files):
17843 * jka-cmpr-hook.el (jka-compr-get-compression-info):
17844 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17845 * ps-print.el (ps-background, ps-begin-file)
17846 (ps-build-reference-face-lists):
17847 * simple.el (clone-buffer):
17848 * startup.el (command-line):
17849 * tempo.el (tempo-insert-template, tempo-is-user-element)
17850 (tempo-forward-mark, tempo-backward-mark):
17851 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17852
17853 2007-09-25 Glenn Morris <rgm@gnu.org>
17854
17855 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17856
17857 * view.el (view-search-no-match-lines): Add a doc string.
17858 Rewrite to simplify and work better.
17859
17860 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17861
17862 * progmodes/cc-mode.el (c-mode-base-map):
17863 Use c-indent-line-or-region instead of c-indent-line.
17864
17865 * indent.el (indent-for-tab-command): First check if the region is
17866 active.
17867
17868 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
17869
17870 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17871 whitespace-rescan-timer-time is 0.
17872
17873 2007-09-24 Karl Berry <karl@gnu.org>
17874
17875 * international/mule.el (coding-system-base): Fix doc string grammar.
17876
17877 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
17878
17879 * net/tramp.el (tramp-completion-mode-p): Rename from
17880 `tramp-completion-mode'. Revert logic, check `return', `newline'
17881 and such alike. Packages like Icicles tend to use other completion
17882 characters but `tab' and `space' only.
17883
17884 2007-09-24 Adam Hupp <adam@hupp.org>
17885
17886 * progmodes/python.el (run-python): Import emacs module without
17887 waiting; prevents lockup on error.
17888
17889 2007-09-23 Richard Stallman <rms@gnu.org>
17890
17891 * mail/sendmail.el (mail-bury): Delete the frame
17892 if this frame looks like it was made for this message.
17893
17894 * completion.el (completion-separator-self-insert-command)
17895 (completion-separator-self-insert-autofilling):
17896 If `self-insert-command' has been remapped, use the substitute.
17897
17898 * simple.el (copy-region-as-kill): Doc fix.
17899
17900 * textmodes/org.el (org-confirm-shell-link-function)
17901 (org-confirm-elisp-link-function): Doc fixes.
17902
17903 2007-09-23 Glenn Morris <rgm@gnu.org>
17904
17905 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17906
17907 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
17908
17909 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17910
17911 * term/tvi970.el (terminal-init-tvi970): Likewise.
17912
17913 * term/sun-mouse.el (print-mouse-format): Likewise.
17914
17915 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17916 Use forward-line instead of previous-line and next-line.
17917
17918 2007-09-22 Juri Linkov <juri@jurta.org>
17919
17920 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17921
17922 * tutorial.el (tutorial--default-keys): Update standard bindings:
17923 rename `iconify-or-deiconify-frame' to `suspend-frame',
17924 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17925
17926 2007-09-22 Juri Linkov <juri@jurta.org>
17927
17928 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17929 Add help-echo to external links and to links without description.
17930 (fancy-splash-insert): Use help-echo from the 3rd element of the
17931 link specification list, or "Follow this link" if it's nil. Doc fix.
17932
17933 2007-09-22 Juri Linkov <juri@jurta.org>
17934
17935 * startup.el (command-line): Rename `inhibit-startup-message' to
17936 `inhibit-startup-screen'.
17937 (fancy-about-text): Use shorter label for "Ordering Manuals".
17938 (fancy-startup-tail): Add optional arg `concise'. When `concise'
17939 is nil, display a line with "To start..." and 3 links to useful
17940 tasks. Display the "Dismiss" button and "Don't show this message
17941 again" only when concise is non-nil.
17942 (fancy-startup-screen): Call `fancy-startup-tail' with optional
17943 arg `concise'. If CONCISE is non-nil, display a concise version
17944 of the splash screen in another window. Otherwise, switch to the
17945 startup buffer in the same window.
17946 (startup-echo-area-message): Change displayed binding from
17947 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17948 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17949 the GNU system".
17950 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17951 to "*GNU Emacs*".
17952 (display-about-screen): Don't check the existence of the buffer
17953 "*About GNU Emacs*".
17954 (display-splash-screen): Make alias to `display-startup-screen'.
17955 (command-line-1): Rename `inhibit-startup-message' to
17956 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
17957 started with command line options "-f", "-funcall", "-e", "-eval",
17958 "-execute", "-insert", "-find-file", "-file", "-visit".
17959 Inhibit startup screen when Emacs is started with a file name only
17960 on tty (i.e. don't inhibit it when started with a file name like
17961 "emacs FILE..." on a window system).
17962 (command-line-1): Simplify logic of displaying the startup screen:
17963 if file-count > 0, then display the concise version in another
17964 window, otherwise display full version in the same window.
17965
17966 * help.el (help-map): Bind C-h C-a to about-emacs.
17967 (help-for-help-internal): Add C-a description to C-h help text.
17968
17969 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17970
17971 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17972 (checkdoc-permit-comma-termination-flag): Autoload the
17973 safe-local-variable setting.
17974
17975 * bookmark.el (bookmark-xemacsp): Remove.
17976 (bookmark-make): Don't use bookmark-xemacsp,
17977 use (featurep 'xemacs) instead.
17978
17979 * speedbar.el (speedbar-frame-mode)
17980 (speedbar-frame-reposition-smartly)
17981 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17982 (speedbar-check-vc): Remove use of non-existent variable
17983 dframe-xemacsp, use (featurep 'xemacs) instead.
17984
17985 * indent.el (indent-for-tab-command): Indent the region if
17986 transient-mark-mode and the region is active.
17987
17988 2007-09-21 Francesco Potortì <pot@gnu.org>
17989
17990 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17991 add inferior-octave-directory-tracker to the buffer-local value
17992 of comint-input-filter-functions.
17993
17994 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17995
17996 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17997
17998 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17999
18000 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
18001 on w32 frames.
18002
18003 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18004
18005 * startup.el (normal-top-level): Remove DISPLAY from
18006 process-environment to let it be computed dynamically in callproc.c.
18007
18008 * frame.el (frame-initialize, make-frame):
18009 * faces.el (tty-set-up-initial-frame-faces):
18010 * env.el (setenv): Don't set display-environment-variable.
18011
18012 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
18013 (server-create-tty-frame): Don't set unused `tty' property.
18014 Set `display' instead of display-environment-variable.
18015 (server-create-window-system-frame): No display-environment-variable.
18016
18017 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
18018
18019 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
18020 (rfn-eshadow-update-overlay-hook): New defvars.
18021 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
18022 Run the hooks.
18023
18024 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
18025 (tramp-rfn-eshadow-setup-minibuffer)
18026 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
18027 rfn-eshadow.el.
18028
18029 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
18030 timeout.
18031
18032 2007-09-21 Glenn Morris <rgm@gnu.org>
18033
18034 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
18035 * term/sun-mouse.el (suspend-emacstool): Remove.
18036 * term/sun.el: Remove emacstool-related code.
18037
18038 * emacs-lisp/bytecomp.el (byte-compile-warnings)
18039 (byte-compile-warnings-safe-p): Add `mapcar'.
18040 (byte-compile-warning-types): Add mapcar and make-local.
18041 (byte-compile-normal-call): Add option to suppress mapcar warning.
18042 (top-level): Use mapc rather than mapcar in eval-when-compile.
18043
18044 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
18045 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
18046 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
18047 Handle escaped parens.
18048 (latex-forward-sexp): Doc fix.
18049
18050 * eshell/esh-mode.el (eshell-output-filter-functions):
18051 Add eshell-postoutput-scroll-to-bottom.
18052
18053 * loadup.el: Remove termdev.
18054
18055 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
18056 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
18057
18058 2007-09-21 Markus Triska <markus.triska@gmx.at>
18059
18060 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
18061 `mapcar' is called for effect.
18062
18063 2007-09-21 Kevin Ryde <user42@zip.com.au>
18064
18065 * international/mule.el (sgml-html-meta-auto-coding-function):
18066 Bind `case-fold-search' to t.
18067
18068 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18069
18070 * termdev.el: Remove.
18071
18072 * frame.el (get-device-terminal): New function. Moved from termdev.el.
18073 (frames-on-display-list): Use it.
18074
18075 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
18076
18077 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
18078
18079 2007-09-20 Richard Stallman <rms@gnu.org>
18080
18081 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
18082
18083 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18084
18085 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
18086
18087 2007-09-20 Glenn Morris <rgm@gnu.org>
18088
18089 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
18090 motion functions, rather than hard-coding "\n\n".
18091 (tex-validate-region): Check for eobp, to speed up.
18092 (tex-next-unmatched-end): Doc fix.
18093
18094 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18095
18096 * files.el (auto-mode-alist): Use archive-mode for .rar files.
18097
18098 * international/mule.el (auto-coding-alist): Rar archives are binary.
18099
18100 * arc-mode.el: Add basic support for Rar.
18101 (archive-find-type): Recognize Rar's signature.
18102 (archive-desummarize): New fun.
18103 (archive-summarize): Use it to restore the buffer's data in case
18104 someone wants to switch to some other major mode.
18105 (archive-resummarize): Use it as well.
18106 (archive-rar-summarize, archive-rar-extract): New functions.
18107
18108 * filesets.el: Remove spurious * in docstrings.
18109 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
18110 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
18111 (filesets-ingroup-collect): Remove unused arg `depth'.
18112 (filesets-update): Remove unused arg `version'.
18113
18114 * finder.el (finder-compile-keywords): Fix up comment style.
18115 (finder-mouse-face-on-line): previous-line -> forward-line.
18116
18117 * recentf.el: Remove spurious * in docstrings.
18118 (recentf-save-list): Fix up comment style.
18119
18120 * progmodes/octave-mod.el: Remove spurious * in docstrings.
18121 (octave-mode-map): Move init into declaration and remove \t binding.
18122 (octave-mode-startup-message): Remove unused var.
18123 (octave-scan-blocks): Remove unused arg `from'.
18124 (octave-forward-block, octave-down-block, octave-up-block):
18125 Update callers.
18126
18127 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
18128 (meta-mode-map): Likewise and remove \t binding.
18129
18130 * net/snmp-mode.el: Remove spurious * in docstrings.
18131 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
18132 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
18133 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
18134 that completion accepts lists of strings.
18135 (snmp-mode-syntax-table): Move initialization into declaration.
18136 (snmp-mode-map): Likewise and remove \t binding.
18137 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
18138 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
18139 (snmp-indent-command): Remove.
18140
18141 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
18142 binding, so tab-always-indent works right.
18143
18144 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
18145
18146 * net/browse-url.el (browse-url-elinks-new-window): New function.
18147 (browse-url-elinks): Use browse-url-elinks-new-window.
18148 Accept optional second argument `new-window'. Fix typo in doc-string.
18149 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
18150 Improve error message.
18151
18152 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
18153
18154 * net/browse-url.el (browse-url-url-encode-chars): Use the right
18155 parameter name in the function body.
18156 Reported by Johannes Weiner.
18157
18158 2007-09-19 Glenn Morris <rgm@gnu.org>
18159
18160 * net/socks.el (socks-open-network-stream): Signal an explicit
18161 error if the port associated with a service string can't be found.
18162
18163 * textmodes/tex-mode.el (tex-terminate-paragraph):
18164 Use backward-paragraph.
18165
18166 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * server.el (server-running-p): New function.
18169
18170 2007-09-18 Jason Rumney <jasonr@gnu.org>
18171
18172 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
18173 x-focus-frame.
18174
18175 * frame.el (select-frame-set-input-focus, select-frame-by-name):
18176 Use x-focus-frame for w32.
18177
18178 2007-09-17 David Kastrup <dak@gnu.org>
18179
18180 * textmodes/tex-mode.el (tex-verbatim-environments):
18181 Eliminate CL dependency.
18182
18183 2007-09-17 Richard Stallman <rms@gnu.org>
18184
18185 * newcomment.el (comment-add): New arg EXTRA.
18186 (comment-region-default): Pass EXTRA if not indenting lines.
18187
18188 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
18189
18190 * net/browse-url.el (browse-url-url-encode-chars): New function.
18191 URL-encode some chars in a string.
18192 (browse-url-encode-url): Rewrite using the previous function.
18193 (browse-url-file-url): Use `browse-url-url-encode-chars'.
18194 (browse-url-elinks-sentinel): Fix typo.
18195 (browse-url-new-window-flag): Doc change.
18196
18197 2007-09-17 Glenn Morris <rgm@gnu.org>
18198
18199 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
18200 filename from `--file-line-error', if it is available.
18201
18202 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
18203
18204 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
18205 TeX `--file-line-error' format.
18206
18207 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18208
18209 * xt-mouse.el: Delete add-hook calls that were moved to
18210 xterm-mouse-mode.
18211 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
18212 does not work.
18213
18214 2007-09-17 Richard Stallman <rms@gnu.org>
18215
18216 * cus-face.el (custom-theme-set-faces): Undo previous change.
18217
18218 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
18219
18220 2007-09-17 Glenn Morris <rgm@gnu.org>
18221
18222 * textmodes/tex-mode.el (tex-region): Simplify previous change,
18223 handling the case where the region is not in `tex-main-file'.
18224 (tex-region-1): Delete.
18225 (tex-region-header): New function, doing the header part of the
18226 old tex-region-1.
18227
18228 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * simple.el (newline): Simplify use of prefix-numeric-value.
18231 (line-move-partial): Remove unused var `ppos'.
18232 (line-move-1): Replace 9999 with most-positive-fixnum.
18233 (move-end-of-line): Use more efficient single-property search.
18234 (move-beginning-of-line): Remove unused var `start'.
18235 (blink-matching-open): Restructure in a more functional style.
18236
18237 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
18238
18239 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
18240
18241 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18242
18243 * server.el (server-clients): Only keep procs, no properties any more.
18244 (server-client): Remove.
18245 (server-client-get, server-client-set): Remove, replace all callers by
18246 process-get and process-put resp.
18247 (server-clients-with, server-add-client, server-delete-client)
18248 (server-create-tty-frame, server-create-window-system-frame)
18249 (server-process-filter, server-execute, server-visit-files)
18250 (server-buffer-done, server-kill-buffer-query-function)
18251 (server-kill-emacs-query-function, server-switch-buffer)
18252 (server-save-buffers-kill-terminal): Update accordingly.
18253
18254 * server.el (server-with-environment): Simplify.
18255 (server-select-display, server-unselect-display): Re-add functions that
18256 seem to have been lost in the multi-tty merge.
18257 (server-eval-and-print, server-create-tty-frame)
18258 (server-create-window-system-frame, server-goto-toplevel)
18259 (server-execute, server-return-error): New functions extracted from
18260 server-process-filter.
18261 (server-execute-continuation): New functions.
18262 (server-process-filter): Restructure so that all arguments are analysed
18263 first and then acted upon in a subsequent stage. This way
18264 server-goto-toplevel can be executed later, when we know if
18265 it's necessary.
18266 Remove the "-version" and "-version-good" support.
18267
18268 2007-09-16 Drew Adams <drew.adams@oracle.com>
18269
18270 * cus-edit.el (custom-face-edit-activate): Doc fix.
18271
18272 2007-09-16 Glenn Morris <rgm@gnu.org>
18273
18274 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
18275 Following cal-bahai renaming, update all instances of
18276 list-bahai-diary-entries to diary-bahai-list-entries,
18277 mark-bahai-diary-entries to diary-bahai-mark-entries,
18278 calendar-goto-bahai-date to calendar-bahai-goto-date,
18279 insert-bahai-diary-entry to diary-bahai-insert-entry,
18280 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18281 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18282 calendar-print-bahai-date to calendar-bahai-print-date.
18283
18284 * textmodes/tex-mode.el (tex-region): Handle the case where the
18285 region is not in `tex-main-file'. Move the old code that applies
18286 to both cases...
18287 (tex-region-1): ...to this new function.
18288
18289 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * vc.el (vc-process-sentinel): New function.
18292 (vc-exec-after): Use it instead of using ugly hackish analysis and
18293 construction of Elisp code.
18294 (vc-sentinel-movepoint): New dynamically scoped var.
18295 (vc-print-log, vc-annotate): Set it to move the user's point.
18296
18297 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18298 inhibit-modification-hooks.
18299
18300 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18301 (calendar-bahai-print-date, calendar-bahai-goto-date)
18302 (diary-bahai-list-entries, diary-bahai-insert-entry):
18303 New names to clean up the namespace a bit more.
18304 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18305
18306 2007-09-15 Glenn Morris <rgm@gnu.org>
18307
18308 * calendar/holidays.el (holiday-list): Rename it back to
18309 `list-holidays', but leave `holiday-list' as an alias.
18310
18311 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18312 custom group.
18313
18314 * textmodes/css-mode.el (css): New custom group.
18315 (css-electrick-keys, css-selector, css-property)
18316 (css-indent-offset): Specify custom group.
18317
18318 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18321 (cvs-execute-single-file): Use process-file.
18322 (cvs-run-process): Use start-file-process.
18323
18324 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18325
18326 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18327 level. Remove the hooks when turning off the mode.
18328
18329 * term/xterm.el: Require xt-mouse at compile time.
18330 (terminal-init-xterm): Turn on xterm mouse tracking for this
18331 terminal if xterm-mouse-mode is enabled.
18332
18333 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18334
18335 * term/xterm.el (xterm-function-map): Replace bindings that were
18336 deleted by the merge.
18337
18338 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
18339
18340 * play/bubbles.el (bubbles-version): Bump value to "0.5".
18341 (bubbles-mode-map): Move define-key statements here.
18342 (bubbles-game-theme-menu): Ditto.
18343 (bubbles-graphics-theme-menu): Ditto.
18344 (bubbles-menu): Ditto.
18345 (bubbles-mode): Initialize buffer-undo-list, redisplay.
18346 (bubbles--initialize): Reset buffer-undo-list, redisplay.
18347 (bubbles-plop): Set buffer-undo-list, redisplay.
18348 (bubbles-undo): Reset buffer-undo-list, redisplay.
18349 (bubbles--show-images): Take care of missing text properties.
18350
18351 2007-09-14 Glenn Morris <rgm@gnu.org>
18352
18353 * startup.el (fancy-startup-text, fancy-about-text): Fix face
18354 quoting.
18355
18356 * calendar/cal-hebrew.el, calendar/cal-menu.el
18357 * calendar/calendar.el, calendar/diary-lib.el
18358 * calendar/holidays.el: Rename all instances of
18359 list-calendar-holidays callers to calendar-list-holidays,
18360 list-holidays to holiday-list, check-calendar-holidays to
18361 calendar-check-holidays, mark-calendar-holidays to
18362 calendar-mark-holidays, and filter-visible-calendar-holidays to
18363 holiday-filter-visible-calendar.
18364
18365 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18366
18367 * term/xterm.el (xterm-function-map): Add C-M- bindings.
18368
18369 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
18370
18371 * play/bubbles.el (bubbles--initialize-images): Fix bug:
18372 Use transparent background for empty cells in graphics mode.
18373
18374 2007-09-13 Jari Aalto <jari.aalto@cante.net>
18375
18376 * man.el (Man-default-man-entry): At end of line, continue looking
18377 to the next line for possible end of hyphenated command.
18378
18379 2007-09-13 Chris Moore <dooglus@gmail.com>
18380
18381 * shell.el (shell-resync-dirs): Don't move the cursor relative to
18382 the command being edited.
18383
18384 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
18385
18386 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18387
18388 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
18389
18390 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18391 C-M-S- keys.
18392
18393 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18394
18395 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
18396
18397 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18398 New argument `filename-p' to use one set of confusing chars or another.
18399 (browse-url-file-url): Use the argument.
18400 Suggested by Johannes Weiner.
18401
18402 2007-09-12 Romain Francoise <romain@orebokech.com>
18403
18404 * cus-start.el (all): Revert 2007-09-08 change.
18405
18406 2007-09-12 Aaron Hawley <aaronh@garden.org>
18407
18408 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18409 extract .Z files, since it is more common than uncompress.
18410
18411 2007-09-12 Glenn Morris <rgm@gnu.org>
18412
18413 * textmodes/org-publish.el (org-publish-org-to-html): Remove
18414 duplicate function definition.
18415
18416 2007-09-10 Chris Moore <dooglus@gmail.com>
18417
18418 * diff-mode.el (diff-sanity-check-hunk):
18419 Also accept single-line hunks.
18420
18421 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
18422
18423 * startup.el (startup-screen-inhibit-startup-screen)
18424 (pure-space-overflow-message): New vars.
18425 (fancy-splash-insert): Allow functions for face and link specs.
18426 (fancy-splash-head): Remove unused arg. Move splash text...
18427 (fancy-startup-text, fancy-about-text): ...here.
18428 (fancy-startup-tail): Rename from fancy-splash-tail.
18429 (fancy-startup-screen, fancy-about-screen): Split off from
18430 fancy-splash-screens.
18431 (display-startup-screen): New function.
18432 (display-about-screen): Rename from display-splash-screen.
18433 (command-line-1): Use concise startup screen if necessary.
18434
18435 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
18436
18437 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18438 Reported by Jan Djärv <jan.h.d@swipnet.se>.
18439
18440 2007-09-10 Dave Love <fx@gnu.org>
18441
18442 * outline.el (outline-4, outline-5, outline-7):
18443 Move font-lock-builtin-face down from 4 to 7 to better keep the
18444 progression of color brightness, and to better match Org-mode's faces.
18445
18446 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18447
18448 * progmodes/meta-mode.el (meta-font-lock-keywords)
18449 (font-lock-match-meta-declaration-item-and-skip-to-next)
18450 (meta-comment-indent, meta-indent-previous-line)
18451 (meta-indent-unfinished-line, meta-beginning-of-defun)
18452 (meta-end-of-defun, meta-common-initialization): Handle \f.
18453 (meta-indent-unfinished-line): Do not handle a `%' in a string as
18454 a comment-start.
18455
18456 * files.el (file-modes-char-to-who, file-modes-char-to-right)
18457 (file-modes-rights-to-number): Auxiliary functions for symbolic to
18458 numeric notation of file modes.
18459 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
18460 numeric value.
18461 (read-file-modes): New. Read either an octal value of a file mode or a
18462 symbolic value, and return its numeric value.
18463
18464 * dired-aux.el (dired-do-chmod): Change to use the built-in
18465 `set-file-modes' and the previous symbolic mode parsing functions.
18466
18467 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18468
18469 * textmodes/texinfo.el: Remove spurious * in docstrings.
18470 (texinfo-mode-syntax-table, texinfo-mode-map):
18471 Initialize in the declaration.
18472
18473 * tmm.el: Remove spurious * in docstrings.
18474 (tmm-prompt): Use with-current-buffer.
18475
18476 * vcursor.el: Remove spurious * in docstrings.
18477 (vcursor-map): Initialize in the declaration.
18478 (vcursor-use-vcursor-map): Use define-minor-mode.
18479 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18480
18481 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18482 Initialize in the declaration.
18483 (widget-minor-mode): Use define-minor-mode.
18484
18485 * woman.el (woman-mode-map, woman-syntax-table):
18486 Initialize in the declaration.
18487
18488 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
18489
18490 * doc-view.el: New file.
18491
18492 2007-09-09 Juri Linkov <juri@jurta.org>
18493
18494 * Makefile.in (update-authors): Add etc/ to AUTHORS.
18495
18496 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18497
18498 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18499 to "Startup screen". Fix docstring.
18500 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18501 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18502 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18503 (initial-scratch-message): Fix docstring.
18504 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18505 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18506 Add link to "Customize Startup" and set interval between links to
18507 5 spaces.
18508 (fancy-about-text): Add links "Authors" and "Contributing".
18509 (fancy-splash-head): Add text "Welcome to " on the startup screen,
18510 and "This is " on the about screen. Add link to
18511 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18512 For the about screen move emacs version to the header from
18513 `fancy-splash-tail' (as it's done already for normal about screen).
18514 (fancy-splash-tail): Insert emacs version only for startup screen.
18515 (normal-splash-screen): Remove duplicate empty lines.
18516 (normal-about-screen): Add links "Authors" and "Contributing".
18517
18518 * menu-bar.el (menu-bar-help-menu):
18519 Move "About Emacs" and "About GNU" to the end of the Help menu.
18520 Move "Emacs Psychotherapist" after "Send Bug Report...".
18521 Move "External Packages" after "Find Emacs Packages".
18522
18523 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
18524
18525 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18526 they are useless with the byte compiler.
18527 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18528 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18529 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18530 (tramp-file-name-real-host, tramp-file-name-port)
18531 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18532 defuns.
18533
18534 * net/tramp-cache.el (top): Improve error message when
18535 `tramp-persistency-file-name' is corrupted.
18536
18537 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
18538
18539 * textmodes/org.el (org-re): Also replace the :alpha: class.
18540 (org-todo-tag-alist): Variable removed.
18541 (org-todo-key-alist, org-todo-key-trigger): New variables.
18542 (org-use-fast-todo-selection): New option.
18543 (org-log-done): Docstring fixed.
18544 (org-deadline-warning-days): New default value 14.
18545 (org-edit-timestamp-down-means-later): New option.
18546 (org-tag-alist): Docstring fixed.
18547 (org-fast-tag-selection-include-todo): New option.
18548 (org-export-language-setup): New languages added.
18549 (org-set-regexps-and-options): Compute the new variables.
18550 (org-paste-subtree): Cleaning up.
18551 (org-remember-apply-template): New escape %A.
18552 (org-todo): Call fast TODO selection.
18553 (org-fast-todo-selection): New function.
18554 (org-add-log-note): Allow prefix for abort exit.
18555 (org-at-property-p, org-entry-properties)
18556 (org-columns-get-autowidth-alist): Use :alpha: class.
18557 (org-get-wdays): New function.
18558 (org-agenda-remove-date): New variable.
18559 (org-agenda-get-deadlines): Use `org-get-wdays'.
18560 (org-agenda-get-deadlines): Reverse ee before returning.
18561 (org-format-agenda-item): New argument REMOVE-RE.
18562 (org-agenda-convert-date): Baha'i calendar added.
18563 (org-infile-export-plist): Also find DATE line.
18564 (org-get-min-level): New function.
18565 (org-export-as-html, org-export-as-ascii): Use the date format.
18566 (org-shiftup, org-shiftdown): Use.
18567 `org-edit-timestamp-down-means-later'.
18568 (org-assign-fast-keys): New function.
18569
18570 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
18571
18572 * cus-start.el (all): Add prefer-window-split-horizontally from
18573 window.c.
18574
18575 2007-09-08 Eli Zaretskii <eliz@gnu.org>
18576
18577 * net/browse-url.el (browse-url-galeon): Fix last change.
18578 (top-level): Require cl when compiling.
18579
18580 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
18581
18582 * textmodes/org-export-latex.el: arch-tag restored.
18583
18584 * textmodes/org-publish.el: arch-tag restored.
18585
18586 2007-09-08 Masatake YAMATO <jet@gyve.org>
18587
18588 * progmodes/which-func.el (which-func-modes): Add diff-mode.
18589
18590 * progmodes/cc-langs.el: Support new keywords added to
18591 objective-c frontend of gcc.
18592 (c-simple-stmt-kwds): Add @throw.
18593 (c-block-stmt-2-kwds): Add @synchronized.
18594 (c-block-stmt-1-kwds): Add @finally and @try.
18595
18596 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
18597
18598 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18599 (org-agenda-after-show-hook): New variable.
18600 (org-columns-compile-format)
18601 (org-columns-get-autowidth-alist, org-buffer-property-keys)
18602 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18603 property names.
18604 (org-get-wdays): New function.
18605
18606 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18609
18610 * term/xterm.el (xterm-function-map): Initialize in the declaration.
18611
18612 * vc-arch.el (vc-arch-checkin): Fix typo.
18613
18614 2007-09-07 Johan Bockgård <bojohan@gnu.org>
18615
18616 * cus-face.el (custom-theme-set-faces): Set face attributes
18617 locally for each frame.
18618
18619 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18620
18621 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18622 via font-lock-defaults.
18623
18624 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18625 derived-mode-p.
18626
18627 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
18628
18629 * progmodes/autoconf.el (autoconf-definition-regexp):
18630 Handle optional square brackets around definition name.
18631
18632 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
18633
18634 * net/browse-url.el (browse-url-browser-function): Add elinks.
18635 (browse-url-elinks-wrapper): New option.
18636 (browse-url-encode-url, browse-url-elinks)
18637 (browse-url-elinks-sentinel): New functions.
18638 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18639 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18640 Use new function browse-url-encode-url.
18641
18642 2007-09-07 Glenn Morris <rgm@gnu.org>
18643
18644 * version.el (emacs-version): Revert 2007-08-29 change: no need to
18645 say if multi-tty is present.
18646
18647 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18648
18649 * cus-start.el (split-window-preferred-function): Add custom info.
18650
18651 * calendar/holidays.el (holiday-list, calendar-check-holidays)
18652 (calendar-mark-holidays, calendar-list-holidays)
18653 (holiday-filter-visible-calendar): New names to clean up namespace.
18654 (filter-visible-calendar-holidays, list-calendar-holidays)
18655 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18656 Add compatibility aliases.
18657 (calendar-check-holidays, calendar-mark-holidays)
18658 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18659 (holiday-sexp): Replace append with list.
18660 (holiday-filter-visible-calendar): Replace append with push.
18661
18662 * woman.el: Remove spurious * in docstrings.
18663 (woman-mini-help, woman-non-underline-faces, woman0-rename)
18664 (woman-topic-all-completions-merge, woman-file-name-all-completions)
18665 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18666 (woman-write-directory-cache, woman-display-extended-fonts)
18667 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18668 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18669 (woman-mode): Use inhibit-read-only.
18670 (woman-negative-vertical-space): Use dotimes.
18671 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18672
18673 2007-09-06 Romain Francoise <romain@orebokech.com>
18674
18675 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18676 (vc-bzr-workfile-version): Use it.
18677
18678 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
18679
18680 * complete.el (PC-do-completion): Don't try to treat
18681 empty string as an abbreviation.
18682
18683 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
18684
18685 * help-fns.el (describe-variable): Keep doc's text properties.
18686
18687 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
18688
18689 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18690 instead of a file.
18691
18692 2007-09-06 Glenn Morris <rgm@gnu.org>
18693
18694 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18695 (checkdoc-minor-mode): Allow user to specify lighter via
18696 checkdoc-minor-mode-string.
18697
18698 2007-09-05 Richard Stallman <rms@gnu.org>
18699
18700 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18701 Several items removed, simplified, or put on one line.
18702 (fancy-about-text): Add substantial contents, part of startup text.
18703 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18704 (normal-splash-screen): Call normal-mouse-startup-screen,
18705 normal-no-mouse-startup-screen, or normal-about-screen.
18706 (normal-mouse-startup-screen): New fn, broken out, shortened.
18707 (normal-no-mouse-startup-screen): New fn, broken out.
18708 (normal-about-screen): New function, contents all new.
18709
18710 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
18711
18712 * emacs-lisp/rx.el (rx): Fix typo in docstring.
18713
18714 2007-09-05 Glenn Morris <rgm@gnu.org>
18715
18716 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18717 is bound.
18718
18719 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
18720
18721 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18722 in doc string.
18723
18724 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18725
18726 * server.el (server-start, server-unload-hook): Undo previous change.
18727
18728 * xt-mouse.el: Undo previous change.
18729
18730 2007-09-04 Juri Linkov <juri@jurta.org>
18731
18732 * startup.el (fancy-about-text): New variable.
18733 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18734 (fancy-current-text, fancy-splash-stop-time)
18735 (fancy-splash-outer-buffer): Remove variables.
18736 (fancy-splash-head, fancy-splash-tail): Add new optional argument
18737 `startup' and use it to conditionally display different texts for
18738 Startup and About screens. Don't display Help commands on the About
18739 screen.
18740 (fancy-splash-screens-1): Remove function and move its content to
18741 `fancy-splash-screens' to the part that dislpays the About screen.
18742 (exit-splash-screen): Don't treat specially exiting from
18743 alternating screens.
18744 (fancy-splash-screens): Rename argument `static' to `startup'.
18745 Fix docstring. Remove code for displaying alternating screens.
18746 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18747 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18748 for `inhibit-read-only'.
18749 (normal-splash-screen): Rename argument `static' to `startup'.
18750 Fix docstring. Use argument `startup' to conditionally display
18751 different texts for Startup and About screens. Don't display Help
18752 commands on the About screen. Remove `unwind-protect' `sit-for'
18753 delay and `kill-buffer' after it.
18754 (display-startup-echo-area-message): Remove call to
18755 `use-fancy-splash-screens-p' because image.el is preloaded and
18756 doesn't display "Loading image... done".
18757 (display-splash-screen): Rename argument `static' to `startup'.
18758 Fix docstring.
18759
18760 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18761
18762 * server.el (server-start, server-unload-hook):
18763 suspend-tty-functions has been renamed to suspend-tty-hook.
18764
18765 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
18766 resume-tty-hook.
18767
18768 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
18769
18770 * loadup.el: Fix merge problem, only load "button" once.
18771
18772 2007-09-03 Glenn Morris <rgm@gnu.org>
18773
18774 * vc-svn.el (vc-svn-print-log): If there is only one file, use
18775 "Working file:" as the prefix, for the sake of
18776 log-view-current-file.
18777
18778 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18779
18780 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18781 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18782 if the selected frames is in
18783 xterm-modify-other-keys-terminal-list.
18784 (xterm-turn-off-modify-other-keys): Add an optional frame
18785 parameter. Only turn off modify-other-keys if FRAME is in
18786 xterm-modify-other-keys-terminal-list.
18787 (xterm-remove-modify-other-keys): New function.
18788 (terminal-init-xterm): Use it. Deal with delete-frame hook.
18789 Add the selected frame to xterm-modify-other-keys-terminal-list.
18790
18791 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
18792
18793 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18794 (icon-map-list): New variable.
18795 (x-gtk-map-stock): Use icon-map-list.
18796
18797 2007-09-02 Romain Francoise <romain@orebokech.com>
18798
18799 * log-view.el (log-view-current-file): Balance parens.
18800
18801 2007-09-02 Glenn Morris <rgm@gnu.org>
18802
18803 * comint.el (comint-mode): Don't set scroll-conservatively.
18804
18805 * eshell/em-unix.el (eshell/time): Stringify and flatten the
18806 non-command arguments.
18807
18808 * log-view.el (log-view-current-file): Give a more explicit error
18809 if log-view-file-re fails to find a match.
18810
18811 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18812
18813 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18814 Fix bug: Don't expand top-level file name more than once.
18815 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18816
18817 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18818
18819 * server.el (server-process-filter): Don't display the splash screen.
18820 It's annoying enough on the initial screen and becomes positively
18821 obnoxious here.
18822
18823 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18824
18825 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18826 Change naming to use "avl-tree--" for internal functions.
18827
18828 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
18829
18830 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18831 the merge.
18832 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18833 (provide): Move to the end of file.
18834
18835 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18836
18837 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
18838
18839 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18840 New variable. List of exceptions for the duplicated word rule.
18841 (flyspell-mark-duplications-flag): Mention it.
18842 (flyspell-word): Treat it.
18843
18844 * files.el (create-file-buffer): If the filename sans directory starts
18845 with spaces, remove them.
18846
18847 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
18848
18849 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18850 (x-gtk-map-stock): Use two directory elements when matching
18851 file name.
18852
18853 2007-08-31 James Wright <james@chumsley.org>
18854
18855 * eshell/em-unix.el (eshell/info): New function.
18856
18857 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18858
18859 * frame.el (frame-initialize, make-frame):
18860 * server.el (server-process-filter):
18861 * faces.el (tty-set-up-initial-frame-faces): Don't set
18862 term-environment-variable since it's not used any more.
18863
18864 * env.el (setenv): Don't treat $TERM specially.
18865
18866 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18867 stated otherwise, subprocesses do not send back escape sequences
18868 corresponding to the terminal from which Emacs was started.
18869
18870 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
18871
18872 * calculator.el: Require cl for compilation.
18873
18874 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
18875
18876 * outline.el (outline-font-lock-levels): Comment out unused var.
18877 (outline-font-lock-face): Wrap around face list to handle any
18878 nesting depth gracefully.
18879
18880 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
18881
18882 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18883 `set-file-times'.
18884
18885 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
18886
18887 * textmodes/org.el (org-export-visible): Fix drawers before export.
18888 (org-do-sort): Allow sorting by priority.
18889 (org-agenda-files): Ignore non-existing files.
18890 (org-agenda-skip-unavailable-files): New variable.
18891 (org-ellipsis): All a face as value.
18892 (org-mode): Interprete the face value of `org-ellipsis'.
18893 (org-archive-save-context-info): New option.
18894 (org-archive-subtree): Store context info in archived entry.
18895 (org-fast-tag-selection-can-set-todo-state): New variable.
18896 (org-fast-tag-selection): Allow setting TODO states through this
18897 interface.
18898 (org-cycle): Docstring updated.
18899 (org-todo-keyword-faces): New option.
18900 (org-get-todo-face): New function.
18901 (org-set-font-lock-defaults, org-agenda-highlight-todo):
18902 Use `org-get-todo-face'.
18903 (org-switch-to-buffer-other-window): New function.
18904 (org-table-edit-field, org-table-show-reference)
18905 (org-table-edit-formulas, org-add-log-note)
18906 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18907 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18908 `switch-to-buffer-other-window' to make sure that the temporary
18909 windows show up on the current frame.
18910 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18911 (org-get-entries-from-diary, org-replace-region-by-html):
18912 Don't allow pop-up frames.
18913 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18914 Fix problems with time-of-day.
18915 (org-export-get-title-from-subtree): New function.
18916 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18917 with listing items that are DONE.
18918 (org-change-tag-in-region): New command.
18919 (org-agenda-skip-scheduled-if-done)
18920 (org-agenda-skip-deadline-if-done): Docstring clarified.
18921 (org-mode): Hide drawers on startup.
18922 (org-get-todo-face): New function.
18923 (org-todo-keyword-faces): New option.
18924 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18925 (org-remove-keyword-keys): New function.
18926
18927 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
18928
18929 * progmodes/grep.el (grep-find-ignored-directories):
18930 Add monotone _MTN bookkeeping directory in workspaces.
18931 Add RCS control directory. List items in alphabetical order.
18932
18933 * progmodes/grep.el (grep-files-aliases): Add cc alias.
18934 Sort items in alphabetical order. Fix parens.
18935
18936 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18937
18938 * vc-hg.el (vc-hg-extra-menu-map): New variable.
18939 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18940 (vc-hg-pull): New functions.
18941 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18942
18943 * term/mac-win.el: Don't require url, only autoloaded url
18944 functions are used in this file.
18945
18946 2007-08-29 Andreas Schwab <schwab@suse.de>
18947
18948 * shell.el (shell): Return correct value from interactive spec.
18949
18950 2007-08-29 Glenn Morris <rgm@gnu.org>
18951
18952 * version.el (emacs-version): Increase to 23.0.50.
18953
18954 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
18955
18956 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18957
18958 2007-08-29 Juri Linkov <juri@jurta.org>
18959
18960 * loadup.el: Add "button" loading after "faces" and move "startup"
18961 to load after "button".
18962
18963 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18964
18965 * loadup.el: Load term/mac-win on a Mac using Carbon.
18966
18967 * term/mac-win.el: Provide mac-win.
18968 (mac-initialized): New variable.
18969 (mac-initialize-window-system): New function. Move global setup here.
18970 (handle-args-function-alist, frame-creation-function-alist):
18971 (window-system-initialization-alist): Add mac entries.
18972 (x-setup-function-keys): New function containing all the
18973 top level function key definitions.
18974
18975 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18976
18977 * env.el (read-envvar-name): Don't consider the environment frame param.
18978
18979 * env.el (setenv):
18980 * frame.el (frame-initialize, make-frame):
18981 * faces.el (tty-set-up-initial-frame-faces):
18982 * server.el (server-process-filter): Set
18983 display-environment-variable and term-environment-variable.
18984
18985 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18986
18987 2007-08-29 Jason Rumney <jasonr@gnu.org>
18988
18989 * loadup.el: Only load term/x-win when X is compiled in.
18990 Load term/w32-win and dependencies on windows-nt.
18991
18992 * term/w32-win.el: Reorder to match x-win.el more closely.
18993 Provide w32-win. Don't throw error when global window-system not w32.
18994 (internal-face-interactive): Remove obsolete function.
18995 (x-setup-function-keys): Use local-function-key-map.
18996 (w32-initialized): New variable.
18997 (w32-initialize-window-system): Set it.
18998 Move more global setup here.
18999 (x-setup-function-keys): New function.
19000 (w32-initialize-window-system): Move non function key global setup here.
19001 (x-cut-buffer-max): Remove.
19002 (w32-initialize-window-system): New function.
19003 (handle-args-function-alist, frame-creation-function-alist):
19004 (window-system-initialization-alist): Add w32 entries.
19005
19006 2007-08-29 David Kastrup <dak@gnu.org>
19007
19008 * env.el (getenv): Pass frame to getenv-internal.
19009
19010 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
19011
19012 * version.el (emacs-version): Show if multi-tty is present.
19013
19014 * loadup.el: Delay loading env; mule-conf gets confused by cl
19015 during bootstrap. Also load termdev and term/x-win.
19016
19017 * bindings.el (mode-line-client): New variable.
19018 (help-echo): Add it to the default mode-line format.
19019
19020 * cus-start.el: Remove bogus window-system reference from GTK test.
19021
19022 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
19023 (ebrowse-electric-position-mode-map):
19024 * ebuff-menu.el (electric-buffer-menu-mode-map):
19025 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
19026 not `suspend-emacs'.
19027
19028 * ediff-wind.el (ediff-setup-windows-automatic): New function.
19029 (ediff-window-setup-function): Use it as default.
19030
19031 * files.el (save-buffers-kill-terminal): New function.
19032 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
19033
19034 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
19035 and `with-selected-frame'.
19036
19037 * help-fns.el (describe-variable): Describe frame-local variables
19038 correctly.
19039
19040 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
19041 display support.
19042 (normal-erase-is-backspace-setup-frame): New function.
19043
19044 * subr.el (with-selected-frame): New function.
19045 (read-quoted-char): Use terminal-local binding of
19046 local-function-key-map instead of function-key-map.
19047
19048 * talk.el (talk): New function.
19049 (talk-handle-delete-frame): New function.
19050 (talk-add-display): Open a new frame only if FRAME was not a frame.
19051
19052 * termdev.el: New file.
19053
19054 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
19055 * term/x-win.el: Don't bind f10.
19056 * tmm.el: Remove autoload binding for f10.
19057
19058 * international/encoded-kb.el (encoded-kbd-setup-display): Use
19059 `set-input-meta-mode'. Fix broken condition before set-input-mode.
19060 Store the saved input method as a terminal parameter. Add keymap
19061 parameter. Use it instead of changing key-translation-map directly.
19062 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
19063 Remove.
19064 (encoded-kbd-setup-display): New function.
19065
19066 * international/mule-cmds.el (set-locale-environment): Fix getenv
19067 call. Use save-buffers-kill-terminal. Ignore window-system; always
19068 set the keyboard coding system. Add DISPLAY parameter.
19069 (set-display-table-and-terminal-coding-system): Add DISPLAY
19070 parameter. Pass it to set-terminal-coding-system.
19071
19072 * international/mule.el (keyboard-coding-system): Test for
19073 encoded-kbd-setup-display, not encoded-kbd-mode.
19074 (set-terminal-coding-system, set-keyboard-coding-system): Add
19075 DISPLAY parameter.
19076 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
19077
19078 * term/README: Update.
19079
19080 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
19081
19082 * term/x-win.el (x-setup-function-keys): New function. Move
19083 function-key-map tweaks here. Protect against multiple calls on
19084 the same terminal. Use terminal-local binding of
19085 local-function-key-map instead of function-key-map.
19086 (x-initialize-window-system): Make a copy of pure list. Pass a
19087 frame getenv.
19088
19089 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
19090 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
19091 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
19092 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
19093 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
19094 local-function-key-map instead of function-key-map.
19095
19096 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
19097 `substitute-key-definition' and `define-key' calls against
19098 multiple execution. Use terminal-local binding of
19099 local-function-key-map instead of function-key-map. Pass a frame
19100 to getenv.
19101
19102 * edmacro.el (edmacro-format-keys):
19103 * emulation/cua-base.el (cua--pre-command-handler):
19104 * isearch.el (isearch-other-meta-char):
19105 * xt-mouse.el: Use terminal-local binding of
19106 local-function-key-map instead of function-key-map.
19107
19108 * fringe.el (set-fringe-mode): Simplify and fix using
19109 `modify-all-frames-parameters'.
19110 * scroll-bar.el (set-scroll-bar-mode): Ditto.
19111 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
19112 check before calling `tool-bar-setup'.
19113 (tool-bar-setup): New variable.
19114 (tool-bar-setup): Use it to guard against multiple calls. Add
19115 optional frame parameter, and select that frame before adding items.
19116 (toggle-tool-bar-mode-from-frame): New function.
19117
19118 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
19119 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
19120 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
19121 "Tool-bar" toggles to reflect the state of the current frame.
19122 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
19123
19124 * env.el: Require cl for byte compilation (for `block' and `return').
19125 (environment, setenv-internal): New functions.
19126 (let-environment): New macro.
19127 (setenv, getenv): Add optional terminal parameter. Update docs.
19128 (setenv): Use setenv-internal. Always set process-environment.
19129 Handle `local-environment-variables'.
19130 (read-envvar-name, setenv, getenv): Use frame parameters
19131 to store the local environment, not terminal parameters. Include
19132 `process-environment' as well.
19133
19134 * faces.el (tty-run-terminal-initialization): New function.
19135 (tty-create-frame-with-faces): Use it. Set up faces and
19136 background mode only after the terminal has been initialized.
19137 Call terminal-init-*. Don't load the initialization file more
19138 than once. Call set-locale-environment.
19139 (frame-set-background-mode): Handle the 'background-mode terminal
19140 parameter.
19141 (tty-find-type): New function.
19142 (x-create-frame-with-faces): Remove bogus check for
19143 first frame. Call `tool-bar-setup'. Don't make frame visible
19144 until we are done setting up all its parameters. Call
19145 x-setup-function-keys.
19146
19147 * frame.el (make-frame): Always inherit 'environment and 'client
19148 parameters. Set up the 'environment frame parameter, when needed.
19149 Also inherit 'client parameter. Don't override explicitly
19150 specified values with inherited ones. Add 'terminal frame
19151 parameter. Append window-system-default-frame-alist to parameters
19152 before calling frame-creation-function.
19153 (frame-initialize): Copy the environment from the initial frame.
19154 (window-system-default-frame-alist): Enhance doc string.
19155 (frame-notice-user-settings): Don't put 'tool-bar-lines in
19156 `default-frame-alist' when initial frame is on a tty.
19157 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
19158 Remove specified parameters from `window-system-default-frame-alist'.
19159 (make-frame-on-tty, framep-on-display, suspend-frame):
19160 Extend doc string, update parameter names.
19161 (frames-on-display-list): Use terminal-id to get the display id.
19162 (frame-notice-user-settings): Extend to apply
19163 settings in `window-system-default-frame-alist' as well.
19164 (terminal-id, terminal-parameters, terminal-parameter)
19165 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
19166 (delete-frame-functions): Add to `delete-frame-functions' hook.
19167 (blink-cursor-mode): Adapt blink-cursor-mode default
19168 value from startup.el.
19169 (make-frame-on-display): Protect condition on x-initialized when
19170 x-win.el is not loaded. Update doc.
19171 (suspend-frame): Use display-controlling-tty-p to decide between
19172 suspend-emacs and suspend-tty.
19173 (frames-on-display-list): Update for display ids.
19174 (framep-on-display): Ditto.
19175 (suspend-frame): Use display-name, not frame-tty-name.
19176 (selected-terminal): New function.
19177
19178 * server.el: Use `device' instead of `display' or `display-id' in
19179 variable and client parameter names.
19180 (server-select-display): Remove (unused).
19181 (server-tty-live-p, server-handle-delete-tty): Remove.
19182 (server-unquote-arg, server-quote-arg, server-buffer-clients):
19183 Update docs.
19184 (server-getenv-from, server-with-environment, server-send-string)
19185 (server-save-buffers-kill-terminal): New functions.
19186 (server-delete-client): Handle quits in kill-buffer. Don't kill
19187 modified buffers. Add extra logging. Delete frames after
19188 deleting the tty. Clear 'client parameter before deleting a frame.
19189 Use delete-display, not delete-tty.
19190 (server-visit-files): Don't set `server-existing-buffer' if the
19191 buffer already has other clients. Return list of buffers
19192 created. Update doc. Don't set client-record when nowait.
19193 (server-handle-delete-frame): Delete the client if this was its
19194 last frame. Check that the frame is alive. Remove bogus comment.
19195 Add note on possible race condition. Delete tty clients, if needed.
19196 (server-handle-suspend-tty): Use server-send-string. Kill the
19197 client in case of errors from process-send-string. Use the display
19198 parameter.
19199 (server-unload-hook): Remove obsolete delete-tty hook.
19200 (server-start): Ask before restarting if the old server still has
19201 clients. Add feedback messages. Remove obsolete delete-tty hook.
19202 (server-process-filter): Use server-send-string. Accept `-dir'
19203 command. Switch to *scratch* immediately after creating the frame,
19204 before evaluating any -evals. Protect `display-splash-screen'
19205 call in a condition-case. Explain why. Call
19206 `display-startup-echo-area-message' before
19207 `display-splash-screen'. Don't display the splash screen when no
19208 frame was created. Show the Emacs splash screen and startup echo
19209 area message. Display the *scratch* buffer by default. Store the
19210 local environment in a frame (not terminal) parameter. Do not try
19211 to decode environment strings. Fix reference to the 'display
19212 frame parameter. Change syntax of environment variables. Put
19213 environment into terminal parameters, not client parameters. Use
19214 a dummy client with --no-wait's X frames. In `-position LINE'
19215 handler, don't ruin the request string until the line number is
19216 extracted. Log opened files. Handle -current-frame command.
19217 Don't create frames when it is given. Don't bind X frames to the
19218 client when we are in -no-wait mode. Set locale environment
19219 variables from client while creating tty frames. Disable call to
19220 configure-display-for-locale. When processing -position command,
19221 don't change the request string until the parameters are
19222 extracted. Don't try to create an X frame when Emacs does not
19223 support it. Improve logging. Temporarily set ncurses-related
19224 environment variables to those of the client while creating a new
19225 tty frame. Select buffers opened by nowait clients, don't leave
19226 them buried under others. Set the display parameter, and use it
19227 when appropriate.
19228
19229 * startup.el (display-startup-echo-area-message): Handle
19230 `inhibit-startup-echo-area-message' here.
19231 (command-line-1): Moved from here.
19232 (fancy-splash-screens): Use `overriding-local-map' instead of
19233 `overriding-terminal-local-map' for now; the latter doesn't work
19234 right, it looses keypresses to another terminal. Use
19235 `overriding-terminal-local-map' to set up keymap. Install a
19236 `delete-frame-functions' hook to catch `delete-frame' events.
19237 Ignore `select-window' events to cope better with
19238 `focus-follows-mouse'. Don't switch back to the original buffer
19239 if the splash frame has been killed. Restore previous buffer, even
19240 if it's *scratch*.
19241 (normal-splash-screen): Don't let-bind `mode-line-format'; it
19242 changes the global binding - setq it instead. Use
19243 `save-buffers-kill-terminal'.
19244 (display-splash-screen): Don't do anything if the splash screen is
19245 already displayed elsewhere.
19246 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
19247 (command-line): Replace duplicated code with a call to
19248 tty-run-terminal-initialization. Don't load the terminal
19249 initialization file more than once. Remove call to nonexistent
19250 function `set-locale-translation-file-name'.
19251
19252 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
19253 parameters.
19254 (xterm-mouse-position-function, xterm-mouse-event): Update.
19255 (xterm-mouse-mode): Don't depend on current value of window-system.
19256 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
19257 Update for multi-tty.
19258 (turn-on-xterm-mouse-tracking-on-terminal)
19259 (turn-off-xterm-mouse-tracking-on-terminal)
19260 (xterm-mouse-handle-delete-frame): New functions.
19261 (delete-frame-functions, after-make-frame-functions)
19262 (suspend-tty-functions, resume-tty-functions): Install extra hooks
19263 for multi-tty.
19264
19265 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19266
19267 * simple.el (invisible-p): Remove: implemented in C now.
19268 (line-move-invisible-p): Remove obsolete alias.
19269
19270 2007-08-28 Juri Linkov <juri@jurta.org>
19271
19272 * image-mode.el (image-type): New variable.
19273 (image-mode): Set default major mode name to "Image[text]".
19274 (image-minor-mode): Change LIGHTER to display image-type in the
19275 mode line.
19276 (image-minor-mode): Set default image-type to "text".
19277 (image-toggle-display): After switching to text mode, set
19278 image-type to "text" and major mode name to "Image[text]".
19279 After switching to image mode, set image-type to actual image
19280 type, and add image type to major mode name. Let-bind the same
19281 variable names as arguments of `image-type' and `create-image'.
19282 Bind `type' to the result of `image-type' and use it as arg
19283 of `create-image' to not determine the image type twice.
19284
19285 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
19286
19287 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19288 (tramp-set-file-uid-gid, tramp-get-local-uid)
19289 (tramp-get-local-gid): New defuns.
19290 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19291 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19292 Improve fast track.
19293 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19294 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
19295 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19296 (tramp-handle-write-region): Improve fast track.
19297 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19298 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19299 be nil.
19300
19301 2007-08-28 Ivan Kanis <apple@kanis.eu>
19302
19303 * time.el: New feature to display several time zones in a buffer.
19304 (display-time-world-mode, display-time-world-display)
19305 (display-time-world, display-time-world-timer): New functions.
19306 (display-time-world-list, display-time-world-time-format)
19307 (display-time-world-buffer-name, display-time-world-timer-enable)
19308 (display-time-world-timer-second, display-time-world-mode-map):
19309 New variables.
19310
19311 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19312
19313 * term/x-win.el (x-gtk-stock-map): New variable.
19314 (x-gtk-map-stock): New function.
19315
19316 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19317 prev/next-node.
19318
19319 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19320
19321 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19322
19323 2007-08-28 Glenn Morris <rgm@gnu.org>
19324
19325 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19326
19327 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19328
19329 * progmodes/modula2.el (m2-definition, m2-module):
19330 Don't use previous-line. Reported by T. V. Raman.
19331
19332 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19333
19334 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19335 argument to tool-bar-mode call.
19336
19337 2007-08-27 Glenn Morris <rgm@gnu.org>
19338
19339 * diff-mode.el (diff-find-file-name): Only accept regular files,
19340 to rule out /dev/null, directories, etc.
19341
19342 * vc-svn.el (vc-svn-diff): If the repository version of all the
19343 files is the same as the specified OLDVERS, do a local diff.
19344
19345 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19346
19347 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19348 of buffers in uniquify-managed.
19349
19350 * simple.el (invisible-p): Rename from text-invisible-p.
19351 Update callers.
19352
19353 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19354 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19355 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19356 (cperl-etags-goto-tag-location): Use new style backquotes.
19357
19358 * net/browse-url.el: Remove spurious * in custom docstrings.
19359 (browse-url-filename-alist): Use new-style backquote.
19360
19361 * emacs-lisp/backquote.el (backquote-unquote-symbol)
19362 (backquote-splice-symbol): Clarify they're not new-style unquotes.
19363
19364 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19365 (\,@): Backslash the , and ,@ which are not new-style unquotes.
19366
19367 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19368
19369 * net/socks.el (socks-username/password-auth-filter):
19370 Remove unused vars `state' and `desired-len'.
19371 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19372 (socks-wait-for-state-change): Use new-style backquotes.
19373
19374 * pcvs.el (cvs-mode-status): Fix long-standing typo.
19375
19376 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19377 backquotes after each `read' rather than once per buffer.
19378
19379 * dframe.el: Remove spurious * in custom docstrings.
19380 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19381 (dframe-xemacs20p): Remove, inline at the sole use point.
19382 (defface): Don't defvar the face, don't use old-style backquote.
19383 (defcustom): Don't use old-style backquote.
19384 (dframe-frame-parameter, dframe-mouse-event-p):
19385 Make it obvious that it's always defined.
19386 (dframe-popup-kludge): New function to replace
19387 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19388 (dframe-frame-mode, dframe-set-timer-internal)
19389 (dframe-mouse-set-point): Remove use of with-no-warnings from
19390 XEmacs-specific code.
19391 (dframe-set-timer-internal): Fix very old bug with
19392 post-command-idle-hook.
19393
19394 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19395
19396 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19397 warning if the file uses old style backquotes.
19398
19399 * emacs-lisp/bytecomp.el (byte-compile-log-file)
19400 (byte-recompile-directory, byte-compile-file)
19401 (byte-compile-from-buffer): Use with-current-buffer.
19402
19403 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19404 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19405 (line-move-1, line-move-finish, line-move-to-column)
19406 (move-end-of-line, move-beginning-of-line): Use new name.
19407
19408 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19409
19410 * progmodes/ada-mode.el: Fix up comment style in header.
19411 (ada-check-emacs-version): Remove.
19412 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19413 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19414 to try and quieten the byte-compiler.
19415 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19416
19417 * vc.el (vc-annotate-warp-version): Don't use previous-line.
19418
19419 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
19420
19421 * net/browse-url.el (browse-url-emacs): New function.
19422
19423 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19424
19425 * emacs-lisp/avl-tree.el: New file.
19426
19427 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
19428
19429 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19430 was used.
19431
19432 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
19433
19434 * complete.el (PC-do-completion): Make RET accept a non-unique but
19435 complete expansion again.
19436
19437 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
19438
19439 * eshell/esh-opt.el (eshell-eval-using-options):
19440 Add debug declaration.
19441
19442 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19443
19444 * log-view.el (log-view-toggle-mark-entry): Add docstring.
19445 (log-view-get-marked): Likewise.
19446
19447 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19448 (vc-delete-automatic-version-backups): Likewise.
19449
19450 * vc.el (vc-dired-buffers-for-dir): Likewise.
19451
19452 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
19453
19454 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19455 safe-local-variable setting.
19456 * progmodes/perl-mode.el (perl-indent-level): Likewise.
19457
19458 * log-view.el (log-view-marked-list): Delete variable.
19459 (log-view-mode): Don't use it.
19460 (log-view-toggle-mark-entry): Likewise, simplify.
19461 (log-view-current-tag): Don't return properties.
19462 (log-view-get-marked): New function.
19463
19464 2007-08-25 Alexandre Julliard <julliard@winehq.org>
19465
19466 * vc-git.el (vc-git-mode-line-string): New function.
19467
19468 2007-08-25 Alan Mackenzie <acm@muc.de>
19469
19470 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19471 new language variable.
19472
19473 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19474 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19475 "extern" etc., rather than BOI. Fix addition of spurious
19476 syntactic-symbol 'defun-block-intro, replacing it with
19477 'innamespace, etc.
19478
19479 2007-08-25 Juri Linkov <juri@jurta.org>
19480
19481 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19482
19483 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19484 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19485 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19486
19487 * image.el (image-type-header-regexps): Use more complex regexp for svg.
19488 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19489 (image-type-auto-detectable): Add (svg . maybe).
19490
19491 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19492 to treat it like .tgz.
19493
19494 * calendar/cal-bahai.el: Add file coding cookie.
19495
19496 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
19497
19498 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19499 Don't behave differently when executed via M-x. Add doc string.
19500
19501 * sort.el (sort-fold-case, sort-numeric-base): Mark as
19502 safe-local-variable.
19503
19504 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
19505
19506 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19507 the default value.
19508 (math-calendar-tzinfo): New variable.
19509 (math-get-calendar-tzinfo): New function.
19510 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19511 to get information when zone is nil.
19512
19513 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
19514
19515 * log-view.el (log-view-toggle-mark-entry): New function.
19516 (log-view-mode-map): Bind it.
19517 (log-view-marked-list): New variable.
19518 (log-view-mode): Make it local.
19519
19520 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19521
19522 * play/zone.el (zone-pgm-rat-race): New func.
19523 (zone-programs): Add `zone-pgm-rat-race'.
19524
19525 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19526
19527 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19528 a list.
19529
19530 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19531
19532 * progmodes/hideshow.el (hs-match-data): Delete alias.
19533 (hs-hide-block-at-point, hs-find-block-beginning)
19534 (hs-show-block): Use `match-data' directly.
19535
19536 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19537
19538 * format.el (format-alist): Fix typo in doc-string.
19539
19540 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
19541
19542 * net/tramp.el (tramp-local-host-p): New defun.
19543 (tramp-handle-file-local-copy, tramp-handle-write-region):
19544 Implement fast track when being on the local host.
19545 (tramp-file-name-handler): Don't set "started" property. It shall
19546 be reserved for the "ftp" method.
19547 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19548
19549 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19550 (tramp-ftp-file-name-handler): Set "started" property.
19551
19552 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
19553
19554 * files.el (backup-buffer-copy): Don't wrap delete in
19555 condition-case, only try to delete if file exists.
19556
19557 2007-08-24 Glenn Morris <rgm@gnu.org>
19558
19559 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19560
19561 * startup.el (tutorial-directory): Set with eval-at-startup so it
19562 gets the right value in an installed Emacs.
19563
19564 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19565
19566 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19567 (eldoc-highlight-function-argument): Use it.
19568
19569 2007-08-23 Masatake YAMATO <jet@gyve.org>
19570
19571 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19572 name of parameters in document body.
19573
19574 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19575
19576 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19577 (byte-compile-output-as-comment): Use with-current-buffer rather than
19578 a weird set-buffer&prog1 combination.
19579
19580 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19581 test so as to optimise cases where the `progn's result is constant.
19582
19583 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19584
19585 * locate.el (locate-get-file-positions):
19586 Use line-beginning-position and line-end-position.
19587
19588 2007-08-23 John Wiegley <johnw@newartisans.com>
19589
19590 * calendar/cal-bahai.el: Added in the diacriticals that were
19591 missing for many of the month names.
19592
19593 2007-08-22 Jason Rumney <jasonr@gnu.org>
19594
19595 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19596
19597 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
19598
19599 * image-mode.el (image-minor-mode): Use image-mode-text-map.
19600
19601 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
19602
19603 * dabbrev.el (dabbrev--progress-reporter): New variable.
19604 (dabbrev--scanning-message): Delete func.
19605 (dabbrev--find-expansion): Use a progress reporter
19606 instead of dabbrev--scanning-message.
19607
19608 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19609
19610 * comint.el (comint-exec-1): Raise an error if
19611 `start-file-process' does not return a process object.
19612
19613 * shell.el (shell): Prompt for `default-directory' if it is a
19614 remote file name, and if called with a prefix arg.
19615
19616 2007-08-22 Sam Steingold <sds@gnu.org>
19617
19618 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19619
19620 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
19621
19622 * textmodes/org-export-latex.el: New file.
19623
19624 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19625
19626 * textmodes/org.el (org-agenda-skip): Allow a form for
19627 `org-agenda-skip-function'.
19628 (org-agenda-redo): Re-use local settings.
19629 (org-agenda): Store local settings.
19630 (org-agenda-deadline-faces): New option.
19631 (org-agenda-deadline-face): New function.
19632 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19633 entries on their due date.
19634 (org-agenda-get-timestamps): No longer handle the due dates of
19635 schedules and deadline items.
19636 (org-insert-link-global, org-open-at-point-global): New commands.
19637 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19638 :for-ascii parameter.
19639 (org-skip-comments): Function removed.
19640 (org-cleaned-string-for-export): Handle special table lines.
19641 (org-global-properties): New option.
19642 (org-entry-get-with-inheritance): Check global properties.
19643 (org-local-properties): New variable.
19644 (org-set-regexps-and-options): Find the #+PROPERTY line.
19645 (org-link-types): Change type into variable (was constant).
19646 (org-make-link-regexps): New function.
19647 (org-link-re-with-space, org-link-re-with-space2)
19648 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19649 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19650 these regular expressions happens now in the function
19651 `org-make-link-regexps'.
19652 (org-store-link): Call the functions in
19653 `org-store-link-functions'.
19654 (org-add-link-type): New function.
19655 (org-store-link-functions): New variable.
19656 (org-activate-tags): Force matches to be in headlines.
19657 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19658 (org-columns-display-here): Make sure this works in a narrowed
19659 buffer by checking for point-min.
19660 (org-columns-display-here): Make the rest of the line intangible,
19661 so that point never can be there.
19662 (org-cleaned-string-for-export): Use `with-current-buffer'.
19663 (org-replace-region-by-html): Use `with-current-buffer'.
19664 (org-unfontify-region, org-do-occur, org-columns-display-here)
19665 (org-columns-remove-overlays, org-columns-quit)
19666 (org-columns-edit-value, org-columns-next-allowed-value)
19667 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19668 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19669 (org-agenda-todo, org-agenda-change-all-lines)
19670 (org-agenda-align-tags, org-agenda-priority)
19671 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19672 (org-agenda-show-new-time, org-cleaned-string-for-export)
19673 (org-export-grab-title-from-buffer)
19674 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19675 instead of `buffer-read-only'.
19676 (org-export-as-html): Set `coding-system-for-write'.
19677 (org-remember-store-without-prompt): New option.
19678 (org-archive-subtree): Fixed bug with modifying TODO keyword.
19679 (org-beginning-of-line): Also treat C-a special in items.
19680 (org-table-convert-refs-to-rc): Fixed problem with column
19681 reference after "..".
19682 (org-columns-compute): Don't mark buffer modified because of text
19683 properties.
19684 (org-batch-store-agenda-views): Use the variable
19685 `default-directory', not the function.
19686 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19687 (org-clock-out-when-done): New option.
19688 (org-html-entities): Added HTML entities for smileys.
19689
19690 2007-08-22 Glenn Morris <rgm@gnu.org>
19691
19692 * image.el (create-image): Doc fix.
19693
19694 * startup.el (tutorial-directory): New constant.
19695 (fancy-splash-text): Tutorials now in tutorial-directory.
19696 * tutorial.el (help-with-tutorial): Tutorials now in
19697 tutorial-directory.
19698
19699 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19700
19701 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19702 otherwise.
19703 (tramp-get-remote-path): New defun. Replace occurrences of
19704 `tramp-default-remote-path' by this function.
19705 (tramp-set-remote-path): Move most of the code to
19706 `tramp-get-remote-path'.
19707 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19708 existing directories, this is done already in
19709 `tramp-get-remote-path'.
19710
19711 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19712
19713 * image-file.el (image-file-name-extensions): Add "svg".
19714 * image.el (image-type-header-regexps): Add svg entry.
19715
19716 2007-08-22 Glenn Morris <rgm@gnu.org>
19717
19718 * files.el (backup-buffer-copy): Check backup directory is
19719 writable, to avoid infloop deleting old backup.
19720
19721 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19722 movemail related variables.
19723 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19724 will now be set before this is called.
19725
19726 2007-08-21 Juri Linkov <juri@jurta.org>
19727
19728 * delsel.el (delete-selection-pre-hook):
19729 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19730 instead of checking last-command.
19731
19732 2007-08-21 Juri Linkov <juri@jurta.org>
19733
19734 * loadup.el: Preload "button".
19735
19736 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19737
19738 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19739 Add previous-line and next-line.
19740
19741 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19742 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19743
19744 * vc-hooks.el (vc-menu-entry): New var.
19745 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19746 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19747 (vc-menu-map): Declare and initialize in one step.
19748 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19749
19750 * menu-bar.el (vc-menu-map): Don't setup any more.
19751 Instead, just create the proper spot in the menu.
19752
19753 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * smerge-mode.el (smerge-resolve): New arg `safe'.
19756 (smerge-resolve-all, smerge-batch-resolve): New function.
19757 (smerge-refine): Make sure `diff' returns the expected result.
19758 (smerge-parsep-re): New const.
19759 (smerge-mode): Use it to adjust paragraph-separate.
19760
19761 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19762 Correctly match / regexp matchers as first char on a line when
19763 fontifying only that line.
19764
19765 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19766
19767 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * vc-bzr.el: Don't fiddle with vc-handled-backend.
19770 (vc-bzr-registered): Don't redundantly protect against
19771 file-error. Actually use the format-specific code.
19772 (vc-bzr-buffer-nonblank-p): Remove.
19773 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19774
19775 2007-08-20 Juri Linkov <juri@jurta.org>
19776
19777 * startup.el (fancy-splash-text): Change multiple tabs into one
19778 tab. Remove "Useful File menu items" section (with "Exit Emacs"
19779 and "Recover Crashed Session").
19780 (fancy-splash-screens): Set tab-width to 22.
19781 (normal-splash-screen): Replace literal tabs with \t and
19782 fix whitespace. Remove "Useful File menu items" section (with
19783 "Exit Emacs" and "Recover Crashed Session").
19784
19785 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19786
19787 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19788 extracted from `eval-last-sexp-1'.
19789 (eval-last-sexp-1): Call `preceding-sexp'.
19790
19791 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
19792
19793 * vc-rcs.el (vc-rcs-annotate-command):
19794 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19795 Add back :vc-annotate-prefix propertization.
19796
19797 2007-08-20 Andreas Schwab <schwab@suse.de>
19798
19799 * mail/rmail.el (rmail-autodetect): Doc fix.
19800
19801 2007-08-19 Juri Linkov <juri@jurta.org>
19802
19803 * startup.el (normal-splash-screen): Add more links.
19804
19805 2007-08-19 Juri Linkov <juri@jurta.org>
19806
19807 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19808 because it's common to both types of splash screen: fancy and normal.
19809 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19810 (exit-splash-screen): Rename from `fancy-splash-quit'.
19811 Use `quit-window' instead of `kill-buffer'.
19812 (fancy-splash-head): Use make-button to insert GNU image link.
19813 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19814 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19815 (normal-splash-screen): Put "Browse manuals" on the same line with
19816 "Emacs manual". Remove descriptions from "Useful tasks" and put
19817 all links in two columns on two lines.
19818
19819 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
19820
19821 * emulation/viper.el (viper-remove-hooks): Remove some additional
19822 viper hooks when the user calls viper-go-away.
19823 (viper-go-away): Restore the default of default-major-mode.
19824 Save the value of default-major-mode before vaperization.
19825
19826 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19827
19828 * emulation/viper-ex.el: Replace error "" with "Viper bell".
19829
19830 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19831 buffer for which file is created.
19832
19833 2007-08-19 Glenn Morris <rgm@gnu.org>
19834
19835 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19836 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19837 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
19838 shadow files messing up the compilation.
19839
19840 2007-08-18 Glenn Morris <rgm@gnu.org>
19841
19842 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19843 string. Also apply eldoc-argument-case in the help-split-fundoc
19844 case. Adapt for changed behavior of eldoc-function-argstring,
19845 eldoc-function-argstring-format, and
19846 eldoc-highlight-function-argument.
19847 (eldoc-highlight-function-argument): Handle nil INDEX argument,
19848 just call eldoc-docstring-format-sym-doc in that case.
19849 (eldoc-function-argstring): Change the behavior. Now it converts
19850 an argument list to a string.
19851 (eldoc-function-argstring-format): Change the behavior. Now it
19852 applies `eldoc-argument-case' to a string.
19853
19854 * progmodes/scheme.el (scheme-mode-variables): Set
19855 font-lock-comment-start-skip.
19856
19857 2007-08-18 Martin Rudalics <rudalics@gmx.at>
19858
19859 * progmodes/ada-mode.el (ada-create-syntax-table): Move
19860 set-syntax-table from here to ...
19861 (ada-mode): ... here. Do not change global value of
19862 comment-multi-line. Call new function
19863 ada-initialize-syntax-table-properties and add new function
19864 ada-handle-syntax-table-properties to font-lock-mode-hook.
19865 (ada-deactivate-properties, ada-initialize-properties): Replace
19866 by new functions ...
19867 (ada-handle-syntax-table-properties)
19868 (ada-initialize-syntax-table-properties)
19869 (ada-set-syntax-table-properties): ... to set up syntax-table
19870 properties uniformly, independently from whether font-lock-mode
19871 is enabled or not. Handle read-only buffers and do not change
19872 undo-list when setting syntax-table properties.
19873 (ada-after-change-function): Use ada-set-syntax-table-properties.
19874
19875 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
19876
19877 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19878 (meta-indent-current-nesting): Use a computation of the nesting
19879 instead.
19880 (meta-indent-current-indentation): Indentation is given according
19881 to nesting and if the previous line was finished or not.
19882 (meta-indent-unfinished-line): Tell if the current line ends with
19883 a finished expression.
19884 (meta-indent-looking-at-code): Like `looking-at', but checks if
19885 the point is in a string before.
19886 (meta-indent-level-count): Use it. Don't count parenthesis as it's
19887 done in the nesting function.
19888 (meta-indent-in-string-p): Tell if the current point is in a
19889 string.
19890 (meta-indent-calculate): Treat b-o-b as a special case. Use the
19891 previous functions.
19892
19893 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
19894
19895 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19896 (copyright-update-year, copyright-update)
19897 (copyright-fix-years): Use it.
19898
19899 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
19900
19901 * emacs-lisp/copyright.el (copyright-update-year):
19902 Fix bug: Handle nil copyright-limit.
19903
19904 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19905
19906 * calc/calc-units.el (math-standard-units): Give exact
19907 conversion for tsp.
19908
19909 * calc/calc.el (math-bignum-digit-length): Compute the
19910 appropriate value.
19911
19912 * calc/calc-bin.el (math-bignum-logb-digit-size)
19913 (math-bignum-digit-power-of-two):
19914 * calc/calc-comb.el (math-small-factorial-table):
19915 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19916 (math-approx-gamma-const):
19917 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19918 (math-besY1, math-bernoulli-b-cache):
19919 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19920 Remove `eval-when-compile's.
19921
19922 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
19923
19924 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19925 (cperl-find-pods-heres): Fix an error when typing expressions like
19926 `s{a}{b}'.
19927
19928 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
19929
19930 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19931 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
19932 a special case (there's no build number).
19933
19934 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
19935
19936 * completion.el (symbol-under-point, symbol-before-point)
19937 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19938
19939 2007-08-17 Glenn Morris <rgm@gnu.org>
19940
19941 * progmodes/compile.el (compilation-get-file-structure): Make use
19942 of the directory part when checking for an existing entry, to
19943 handle files with same basename in different directories.
19944
19945 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19946
19947 * calc/calc.el (calc-language-alist): Add texinfo-mode.
19948
19949 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19950
19951 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19952 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19953 (ps-paragraph-spacing): Docstring fix.
19954
19955 2007-08-16 Glenn Morris <rgm@gnu.org>
19956
19957 * ps-print.el (ps-font-size): Doc fix.
19958
19959 2007-08-16 Richard Stallman <rms@gnu.org>
19960
19961 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19962
19963 2007-08-15 Juri Linkov <juri@jurta.org>
19964
19965 * startup.el (initialization): Change parent group from `internal'
19966 to `environment'.
19967 (initial-buffer-choice): New variable.
19968 (command-line): Revert 2007-07-02 change that sets
19969 buffer-offer-save in *scratch* and enables auto-save in it.
19970 (fancy-splash-text): Add links to existing items. Add new items
19971 with links for useful tasks. Move information about Control-g to
19972 fancy-splash-head. Move "Emacs Guided Tour" to the end.
19973 (fancy-splash-keymap): New variable.
19974 (fancy-splash-last-input-event): Remove variable.
19975 (fancy-splash-insert): Add processing of `:link' element.
19976 (fancy-splash-head): Replace "Type Control-l to begin editing"
19977 with "Type `q' to exit".
19978 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19979 (fancy-splash-default-action, fancy-splash-special-event-action):
19980 Remove functions.
19981 (fancy-splash-quit): New function.
19982 (fancy-splash-screens): Rename input arg from `hide-on-input' to
19983 `static' and reverse the condition of its usage. Don't preserve
19984 original values of `minor-mode-map-alist',
19985 `emulation-mode-map-alists', `special-event-map'.
19986 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19987 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19988 Remove processing of special events. Use local key map
19989 `fancy-splash-keymap'. Set buffer to read-only.
19990 (normal-splash-screen): Rename input arg from `hide-on-input' to
19991 `static' and reverse the condition of its usage.
19992 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19993 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19994 Add links to existing items. Add new items with links for useful
19995 tasks. Use local key map `fancy-splash-keymap'.
19996 (display-splash-screen): Rename input arg from `hide-on-input' to
19997 `static'.
19998 (about-emacs): Add alias to display-splash-screen.
19999 (command-line-1): Use `initial-buffer-choice'.
20000
20001 * menu-bar.el (menu-bar-help-menu):
20002 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
20003 item to about-emacs instead of display-splash-screen.
20004
20005 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
20006
20007 * calc/calc-units.el (math-standard-units): Update values.
20008 Put in exact, rational values when possible.
20009 (math-unit-prefixes): Replace floats with powers of ten.
20010 (math-standard-units-systems): Replace floats with integers.
20011 (math-make-unit-string): Remove extra spaces in output.
20012
20013 2007-08-15 Glenn Morris <rgm@gnu.org>
20014
20015 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
20016 sloppier, for the sake of GNU Mailman.
20017 (rmail-digest-rfc1153): Initialize `result' correctly.
20018
20019 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
20020
20021 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
20022 in the mail title. Suggested by Reiner Steib.
20023
20024 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
20025
20026 * calc/calc-aent.el (calc-do-quick-calc): Add binary
20027 representation of integers to the list of outputs.
20028
20029 2007-08-14 Glenn Morris <rgm@gnu.org>
20030
20031 * simple.el (bad-packages-alist): New constant.
20032 (bad-package-check): New function. Together, these two add elements
20033 to `after-load-alist' to check for problematic external packages.
20034 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
20035
20036 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
20037
20038 * calc/calc-units.el (math-get-standard-units)
20039 (math-get-units, math-make-unit-string)
20040 (math-get-default-units, math-put-default-units): New functions.
20041 (math-default-units-table): New variable.
20042 (calc-convert-units, calc-convert-temperature): Add machinery
20043 to supply default values.
20044
20045 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
20048 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
20049 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
20050 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
20051
20052 * emulation/tpu-extras.el: Remove spurious * in docstrings.
20053 Put its autoloads into tpu-edt.el rather than loaddefs.el.
20054 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
20055 Make into a proper minor-mode.
20056 (tpu-backward-char, tpu-next-line, tpu-previous-line)
20057 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
20058 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
20059 (tpu-set-cursor-free, tpu-set-cursor-bound):
20060 Delegate to tpu-cursor-free-mode.
20061 (tpu-next-line, tpu-previous-line, tpu-forward-line)
20062 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
20063 Use line-move or forward-line instead of next-line-internal.
20064
20065 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
20066
20067 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
20068
20069 2007-08-12 Richard Stallman <rms@gnu.org>
20070
20071 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
20072 (cvs-execute-single-file): Use new name split-string-and-unquote.
20073 (cvs-header-msg): Use new name combine-and-quote-strings.
20074
20075 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
20076
20077 * progmodes/gud.el (gud-common-init): Use new name
20078 split-string-and-unquote.
20079
20080 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
20081 in javac regexp.
20082
20083 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20084 combine-and-quote-strings and split-string-and-unquote.
20085
20086 * subr.el (combine-and-quote-strings): Rename from strings->string.
20087 (split-string-and-unquote): Rename from string->strings.
20088
20089 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20090
20091 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
20092 to buffer-local settings.
20093
20094 * emacs-lisp/backquote.el (backquote-delay-process): New function.
20095 (backquote-process): Add internal arg `level'. Use the two to
20096 correctly handle nested backquotes.
20097
20098 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
20099
20100 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
20101 (vc-bzr-state-words): Add "kind changed" state word.
20102 (vc-bzr-status): New function. Return Bzr idea of file status,
20103 which is different from VC's.
20104 (vc-bzr-state): Use vc-bzr-status.
20105 (vc-workfile-unchanged-p): Use vc-bzr-status.
20106 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
20107 (vc-dired-state): Process "kind changed" state word.
20108
20109 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
20110
20111 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
20112
20113 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
20114 Move from vc-default-find-file-not-found-hook.
20115
20116 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20117
20118 * man.el: Remove spurious * in docstrings.
20119 Merge defvars and toplevel setq-defaults.
20120 (Man-highlight-references0): Limit=nil rather than point-max.
20121 (Man-mode-map): Move initialization into the declaration.
20122 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
20123 (Man-view-header-file): Use expand-file-name rather than concat.
20124 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
20125
20126 * man.el (Man-next-section): Make sure we do not move backward.
20127
20128 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
20129
20130 * files.el (auto-mode-alist): Use the purecopied text (duh!).
20131
20132 2007-08-08 Glenn Morris <rgm@gnu.org>
20133
20134 * Replace `iff' in doc-strings and comments.
20135
20136 2007-08-08 Martin Rudalics <rudalics@gmx.at>
20137
20138 * dired.el (dired-pop-to-buffer):
20139 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
20140 * calendar/calendar.el (generate-calendar-window):
20141 * progmodes/compile.el (compilation-set-window-height):
20142 * textmodes/two-column.el (2C-two-columns, 2C-merge):
20143 Use window-full-width-p instead of comparing frame-width and
20144 window-width.
20145
20146 * progmodes/compile.el (compilation-find-buffer): Remove extra
20147 argument in call to compilation-buffer-internal-p.
20148
20149 2007-08-07 Tom Tromey <tromey@redhat.com>
20150
20151 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
20152 Add safe-local-variable property.
20153
20154 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20155
20156 * image-mode.el (image-toggle-display): Use image-refresh.
20157
20158 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
20159
20160 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
20161 unofficial version.
20162 (vc-bzr-command): Remove redundant setting of process-connection-type.
20163 (vc-bzr-admin-checkout-format-file): Add autoload.
20164 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
20165 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
20166 (vc-bzr-registered): Compare dirstate format tag with known good
20167 value, abort parsing if match fails. Warn user in docstring.
20168 (vc-bzr-workfile-version): Case for different Bzr branch formats.
20169 See bzrlib/branch.py in Bzr sources.
20170 (vc-bzr-diff): First argument FILES may be a string rather than a list.
20171 (vc-bzr-shell-command): Remove in favor of
20172 vc-bzr-command-discarding-stderr.
20173 (vc-bzr-command-discarding-stderr): New function.
20174
20175 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
20176
20177 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
20178 program, and return nil.
20179 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
20180 (vc-bzr-state): Look for path names relative to the repository
20181 root after status keyword.
20182 (vc-bzr-file-name-relative): New function.
20183 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
20184 depend on it.
20185 (vc-bzr-admin-dirname, ...-checkout-format-file)
20186 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
20187 files that we now parse directly for speed.
20188 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
20189 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
20190 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
20191 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
20192 Bzr warnings, so we must discard it.
20193 (vc-bzr-workfile-version): Speedup counting lines from
20194 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
20195 if that file doesn't exist.
20196 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
20197 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
20198 to `vc-directory-exclusion-list'.
20199 (vc-bzr-shell-command): New function.
20200
20201 2007-08-06 Tom Tromey <tromey@redhat.com>
20202
20203 * diff-mode.el (diff-unified->context, diff-reverse-direction)
20204 (diff-fixup-modifs): Typo in docstring.
20205
20206 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
20209 count-screen-lines.
20210 (tpu-edt-off): Disable relevant pieces of advice.
20211
20212 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
20213 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
20214 (newline, newline-and-indent, do-auto-fill): Use advice instead of
20215 redefining the function.
20216 (tpu-set-scroll-margins): Activate the pieces of advice.
20217
20218 2007-08-06 Martin Rudalics <rudalics@gmx.at>
20219
20220 * help.el (resize-temp-buffer-window): Use window-full-width-p
20221 instead of comparing frame-width and window-width.
20222
20223 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
20224
20225 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
20226 optional quotes around files in NEED-UPDATE . REMOVED case.
20227
20228 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
20229 (ada-treat-cmd-string): Improve error message.
20230 (ada-do-file-completion): Call `ada-require-project-file', so
20231 project variables are set properly.
20232 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
20233 (ada-gnatfind-buffer-name): New constant.
20234 (ada-find-any-references): Use new constant. Set buffer name
20235 properly in compilation-start. Toggle read-only properly.
20236 (ada-find-in-src-path): Fix spelling error in docstring.
20237
20238 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
20239 by zero error.
20240
20241 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
20244
20245 2007-08-12 Richard Stallman <rms@gnu.org>
20246
20247 * progmodes/sh-script.el (sh): Delete group `unix'.
20248
20249 * progmodes/gud.el (gud): Change to group `processes'.
20250
20251 2007-08-11 Glenn Morris <rgm@gnu.org>
20252
20253 * progmodes/compile.el (compilation-buffer-name): Don't check
20254 compilation-arguments. It is superfluous, and the variable isn't
20255 even set when this function is called.
20256
20257 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20258
20259 * term/mac-win.el (mac-ae-reopen-application): New function.
20260 (mac-apple-event-map): Bind "reopen application" Apple event to it.
20261
20262 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20263
20264 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
20265 take tex-font-script-display into account.
20266 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
20267 cell to a list of 2 elements to simplify the unfontify code.
20268
20269 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20270
20271 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
20272 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
20273 ps-print-color-p is neither nil nor black-white. Reported by Christian
20274 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20275
20276 2007-08-08 Andreas Schwab <schwab@suse.de>
20277
20278 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
20279 self-insert-command, not self-insert.
20280
20281 2007-08-08 Glenn Morris <rgm@gnu.org>
20282
20283 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20284 argument optional, for backwards compatibility, and only highlight
20285 args when present. Fix symbol name typo (doc/args).
20286
20287 * help-mode.el (help-make-xrefs): Search for symbol constituents,
20288 rather than just `-'.
20289
20290 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
20291
20292 * calc/calc-units.el (calc-convert-temperature):
20293 Use `/' to create fractions.
20294
20295 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
20296
20297 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20298 global matching.
20299 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20300 ERROR-BUFFER more robust. Display output.
20301 (tramp-file-name-handler): Add a connection property when we found
20302 a foreign file name handler. This allows backends like ftp to
20303 profit also from usr/host name completion based on connection
20304 cache.
20305 (tramp-send-command-and-read): Search for trash after the regexp
20306 until eol only. In XEmacs, there is a problem with \n.
20307
20308 * net/tramp-cache.el (top): Read persistent connection history
20309 when cache is empty.
20310
20311 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
20312
20313 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20314 resulting output.
20315
20316 2007-08-07 Sam Steingold <sds@gnu.org>
20317
20318 * progmodes/compile.el (compilation-start): Pass nil as startfile
20319 to comint-exec.
20320
20321 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20322
20323 * longlines.el (longlines-decoded): New variable.
20324 (longlines-mode): Avoid encoding or decoding the buffer twice.
20325
20326 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20327
20328 * format.el (format-insert-file): Make sure that at most one undo
20329 entry is recorded for the insertion. Inhibit point-motion and
20330 modification hooks around call to insert-file-contents.
20331
20332 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
20333
20334 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20335 Select the buffer's window before moving point.
20336
20337 2007-08-07 Richard Stallman <rms@gnu.org>
20338
20339 * term.el (term): Remove parent group `unix'.
20340
20341 * simple.el (default-indent-new-line): New function.
20342 It calls comment-line-break-function if there are comments.
20343 (do-auto-fill): Use that.
20344
20345 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
20346
20347 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20348 (PC-do-completion): Add "acronym completion" for symbols and
20349 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20350
20351 2007-08-06 Sam Steingold <sds@gnu.org>
20352
20353 * mouse.el (mouse-buffer-menu): Pass mode-name through
20354 format-mode-line because it may be a list,
20355 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20356
20357 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
20358
20359 * printing.el (pr-update-menus): Docstring fix.
20360
20361 2007-08-06 Jason Rumney <jasonr@gnu.org>
20362
20363 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20364
20365 * vc-hooks.el (vc-call): Add doc string.
20366
20367 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
20368
20369 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20370 process-filter.
20371
20372 2007-08-06 Kenichi Handa <handa@m17n.org>
20373
20374 * international/quail.el: Wrap (require 'help-mode) by
20375 eval-when-compile.
20376 (quail-help-init): New function.
20377 (quail-help): Call quail-help-init.
20378 (quail-store-decode-map-key): Change it to a function.
20379
20380 2007-08-05 Jason Rumney <jasonr@gnu.org>
20381
20382 * vc.el (vc-rollback): Add norevert argument back.
20383 (vc-revert-buffer): Add back as obsolete alias.
20384
20385 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
20386
20387 * term.el: Honor term-default-fg-color and term-default-bg-color
20388 settings when modifying term-current-face.
20389 (term-default-fg-color, term-default-bg-color): Initialize from
20390 default term-current-face.
20391 (term-mode, term-reset-terminal): Set term-current-face with
20392 term-default-fg-color and term-default-bg-color.
20393 (term-handle-colors-array): term-current-face has term-default-fg-color
20394 and term-default-bg-color after reset escape sequence.
20395 (term-handle-colors-array): Set term-current-color with
20396 term-default-fg/bg-color instead of ansi-term-color-vector when the
20397 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20398
20399 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
20400
20401 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20402 (math-nlfit-givens): Let bind free variables.
20403
20404 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
20405
20406 * printing.el: Require lpr and ps-print when loading printing package.
20407 Reported by Glenn Morris <rgm@gnu.org>.
20408
20409 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
20410
20411 * files.el (set-auto-mode): Handle also remote files wrt
20412 `auto-mode-alist'.
20413
20414 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
20415
20416 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20417 curves and plotting.
20418
20419 * calc/calc-nlfit.el: New file.
20420
20421 2007-08-04 Glenn Morris <rgm@gnu.org>
20422
20423 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20424 zero, not nil, when the library is first loaded. Check for a file
20425 that has been modified on disk.
20426
20427 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20428 Remove duplicate defvar preventing initialization.
20429 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20430
20431 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20432
20433 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20434 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20435 may match up to 4 lines.
20436 (diff-beginning-of-file-and-junk): Rewrite.
20437
20438 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20439
20440 * printing.el: Evaluate require only during compilation.
20441 (pr-version): New version 6.9.1.
20442 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20443 (pr-global-menubar): Fix code.
20444
20445 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
20446
20447 * term.el (term-erase-in-display): Fix case when point is not at
20448 the beginning of the line.
20449
20450 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
20451
20452 * calc/calc-ext.el (math-get-value, math-get-sdev)
20453 (math-contains-sdev): New functions.
20454
20455 * calc/calc-graph.el (calc-graph-format-data)
20456 (calc-graph-add-curve): Check for error forms.
20457 (calc-graph-set-styles): Add option for error forms.
20458
20459 2007-08-03 Miles Bader <miles@gnu.org>
20460
20461 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20462 backend names for new backends to `Git', `Hg', and `Bzr'.
20463 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20464 not `HG'.
20465 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20466 name, not `GIT'.
20467 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20468 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20469
20470 2007-08-03 Richard Stallman <rms@gnu.org>
20471
20472 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20473 to update deleted flag.
20474
20475 * cus-edit.el (customize-apropos, customize-apropos-options)
20476 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20477
20478 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20479
20480 * startup.el (fancy-splash-head, startup-echo-area-message):
20481 Change message text.
20482
20483 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20484 All callers use line-move.
20485
20486 * progmodes/compile.el (compilation-find-buffer): Return current
20487 buffer immediately if suitable.
20488 (compile, compilation-buffer-name, compilation-start): Doc fixes.
20489
20490 2007-08-03 Daiki Ueno <ueno@unixuser.org>
20491
20492 * faces.el (face-normalize-spec): New function.
20493 (frame-set-background-mode): Normalize face-spec before calling
20494 face-spec-match-p.
20495
20496 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20497
20498 * server.el (server-window): Add switch-to-buffer-other-frame option.
20499
20500 2007-08-03 Glenn Morris <rgm@gnu.org>
20501
20502 * cus-edit.el (customize-apropos): Make the error message indicate
20503 what kind of thing the user was trying to customize.
20504
20505 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20506
20507 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20508 Fix off-by-one error in previous change.
20509
20510 2007-08-03 Drew Adams <drew.adams@oracle.com>
20511
20512 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20513 Make buffer writable.
20514
20515 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
20516
20517 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20518 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20519 Use native Emacs functions, when appropriate.
20520
20521 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
20522 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * vc.el: Document new VC operation `extra-menu'.
20525
20526 * vc-hooks.el (vc-default-extra-menu): New function.
20527
20528 * menu-bar.el (menu-bar-vc-filter): New function.
20529 (menu-bar-tools-menu): Use it as a filter.
20530
20531 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
20532
20533 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20534
20535 2007-08-01 Glenn Morris <rgm@gnu.org>
20536
20537 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20538 strings.
20539 (fortran-tab-mode-default): Remove needless autoload.
20540 (fortran-tab-mode-string): Add help-echo and mouse properties, and
20541 mark as risky.
20542 (fortran-line-length): New buffer-local variable, safe if integer.
20543 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20544 Change from variables to constants.
20545 (fortran-font-lock-syntactic-keywords): Delete as a variable,
20546 replace with a new function definition.
20547 (fortran-mode): Use fortran-line-length, and
20548 fortran-font-lock-syntactic-keywords as a function. Add a
20549 hack-local-variables-hook function.
20550 (fortran-line-length, fortran-hack-local-variables): New functions.
20551 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20552 Use fortran-line-length rather than 72.
20553 (fortran-window-create-momentarily): Doc fix.
20554
20555 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
20556
20557 * cus-edit.el (custom-group-value-create, custom-goto-parent):
20558 Fix parent groups link.
20559
20560 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
20561
20562 * progmodes/python.el (python-current-defun): Adjust to never fall
20563 into infinite loop.
20564
20565 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20566
20567 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20568
20569 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
20570
20571 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20572 (copyright-fix-years, copyright): Correctly handle the case where
20573 copyright-limit is nil.
20574
20575 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
20576
20577 * progmodes/python.el (run-python): Fix path separator under w32.
20578
20579 2007-07-30 Richard Stallman <rms@gnu.org>
20580
20581 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20582 Treat non-break space as whitespace in Lisp.
20583
20584 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * vc.el (vc-dired-hook): Use inhibit-read-only.
20587
20588 * progmodes/compile.el (compilation-forget-errors):
20589 Reset compilation-auto-jump-to-next.
20590
20591 2007-07-30 Michael Olson <mwolson@gnu.org>
20592
20593 * cus-edit.el (custom-group-save): Fix void function definition
20594 error. Thanks to Zhang Wei for the report.
20595
20596 * ps-print.el: Check in trivial changes to the autoloads section
20597 caused by the build process. These autoloads really ought to be
20598 placed in a separate file, methinks.
20599
20600 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20601
20602 * calendar/calendar.el (calendar-mode): Make sure
20603 displayed-(month|year) are set.
20604 (calendar-basic-setup): Display buffer before adjusting window sizes.
20605 (generate-calendar-window): Use inhibit-read-only. Simplify.
20606 Generate buffer and set displayed-month and displayed-year before
20607 calling update-calendar-mode-line.
20608
20609 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
20610
20611 * net/tramp.el:
20612 * net/tramp-uu.el:
20613 * net/trampver.el: Use utf-8 encoding with coding cookie.
20614
20615 * net/tramp-cache.el:
20616 * net/tramp-fish.el:
20617 * net/tramp-ftp.el:
20618 * net/tramp-gw.el:
20619 * net/tramp-smb.el: Remove coding cookie.
20620
20621 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20622 Flush buffer file-name's file property.
20623 (tramp-handle-file-remote-p): The first parameter is FILENAME.
20624
20625 * net/trampver.el: Update release number.
20626
20627 2007-07-29 Juri Linkov <juri@jurta.org>
20628
20629 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20630 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20631 when major-mode is not dired-mode.
20632 (dired-toggle-read-only): New function.
20633 (dired-recursive-deletes): Remove obsolete comments about old
20634 default value.
20635 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20636
20637 * wdired.el (wdired-exit): New function.
20638 (wdired-mode-map): Bind C-x C-q to wdired-exit.
20639
20640 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * cus-edit.el (customize-read-group): New fun.
20643 (customize-group-other-window, customize-face-other-window):
20644 Prompt before delegating to customize-(group|face).
20645 Bind pop-up-windows rather than use the other-window argument.
20646 (customize-group, customize-face): Prompt from the interactive spec.
20647 Remove args `prompt-for-group' and `other-window'.
20648
20649 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20650 (ad-body-forms, ad-advised-interactive-form): Revert this part of
20651 last change.
20652
20653 2007-07-28 Masatake YAMATO <jet@gyve.org>
20654
20655 * vc.el (vc-dired-mode): Add a menu for VC related operation.
20656 Use backend name as the menu label. Suggested by David Kastrup.
20657
20658 2007-07-28 Alan Mackenzie <acm@muc.de>
20659
20660 Fix problem with modes derived from CC Mode:
20661 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20662 macro to cc-langs.
20663 (c-init-language-vars-for): Remove call to above macro.
20664 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20665 been moved to here.
20666 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20667
20668 2007-07-28 Eli Zaretskii <eliz@gnu.org>
20669
20670 * net/trampver.el: Fix the `coding' cookie.
20671
20672 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20673
20674 * vc-git.el (vc-git-print-log): Support both the old single file
20675 interface and the new one.
20676
20677 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20678
20679 * bindings.el (mode-line-remote): Use updated %@ construct.
20680
20681 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
20682
20683 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20684 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20685 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20686 (diary-list-bahai-entries, diary-bahai-mark-entries)
20687 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20688 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20689 New names to clean up namespace.
20690 (list-bahai-diary-entries, mark-bahai-diary-entries)
20691 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20692 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20693 Add compatibility aliases.
20694
20695 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20696
20697 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20698 (calendar-scroll-left-three-months)
20699 (calendar-scroll-right-three-months): Clean up namespace.
20700 (scroll-calendar-left, scroll-calendar-right)
20701 (scroll-calendar-left-three-months)
20702 (scroll-calendar-right-three-months): Add compatibility aliases.
20703
20704 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20705 Behave like mouse-scroll-calendar-* when used from the mouse.
20706
20707 * calendar/cal-menu.el (cal-menu-scroll-menu)
20708 (cal-menu-global-mouse-menu):
20709 * calendar/calendar.el (calendar-mode-map):
20710 Use new calendar-scroll-* names.
20711 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20712 Remove. Use calendar-scroll-* directly instead.
20713
20714 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20715
20716 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20717 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20718 (ad-make-advised-definition, ad-cache-id-verification-code):
20719 Use commandp and interactive-form instead.
20720
20721 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
20722
20723 * vc-git.el: Relicense to GPLv3 or later.
20724 (vc-directory-exclusion-list, vc-handled-backends): Remove.
20725
20726 * vc-hooks.el (vc-handled-backends): Add GIT.
20727
20728 * vc.el (vc-directory-exclusion-list): Add .git.
20729
20730 2007-07-26 Alexandre Julliard <julliard@winehq.org>
20731
20732 * vc-git.el (vc-git-revision-table)
20733 (vc-git-revision-completion-table): New functions.
20734
20735 2007-07-25 Glenn Morris <rgm@gnu.org>
20736
20737 * Relicense all FSF files to GPLv3 or later.
20738
20739 * COPYING: Switch to GPLv3.
20740
20741 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20742
20743 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20744 Replace it with another one which disables undo before calling
20745 erase-buffer and then turns it back on if needed.
20746
20747 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20748
20749 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20750
20751 2007-07-24 Glenn Morris <rgm@gnu.org>
20752
20753 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20754 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20755 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20756 (cal-tex-cursor-week, cal-tex-cursor-week2)
20757 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20758 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20759 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20760 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20761
20762 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20763
20764 * calendar/calendar.el (calendar-mode-map): Move initialization
20765 into declaration. Add menu bindings (used to be done in cal-menu).
20766 (calendar-mode): Don't add an activate-menubar-hook.
20767
20768 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20769 modify calendar-mode-map), use easy-menu, and make sure that C-h k
20770 can be used on the menu entries.
20771 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20772 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20773 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20774 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20775 (calendar-flatten, cal-menu-update): Remove.
20776 (calendar-mouse-insert-hebrew-diary-entry)
20777 (calendar-mouse-insert-islamic-diary-entry)
20778 (calendar-mouse-insert-bahai-diary-entry):
20779 Remove (fold into cal-menu-diary-menu).
20780 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20781 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20782 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20783 (calendar-mouse-view-diary-entries): Minor simplifications.
20784 (calendar-event-to-date): Use with-current-buffer.
20785
20786 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
20787
20788 * add-log.el (change-log-redate): Remove (not needed anymore and
20789 doesn't appear to work).
20790
20791 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20792
20793 * frame.el: Use mapc and dolist instead of mapcar where possible.
20794 (close-display-connection): New command.
20795
20796 2007-07-25 Alexandre Julliard <julliard@winehq.org>
20797
20798 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20799 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20800
20801 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20802
20803 * ps-print.el (ps-multibyte-buffer): Docstring fix.
20804
20805 * ps-mule.el: Doc fix.
20806 (ps-multibyte-buffer, ps-mule-font-info-database-default)
20807 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20808
20809 2007-07-25 Glenn Morris <rgm@gnu.org>
20810
20811 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20812 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20813 (cal-tex-daily-end, cal-tex-hook)
20814 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20815 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20816 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20817 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20818 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20819 (cal-tex-day-prefix, cal-tex-day-name-format)
20820 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20821 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20822 (cal-tex-LaTeX-subst-list): Change from variables to constants.
20823 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20824 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20825 etc, rather than \bf.
20826 (cal-tex-mini-calendar): Fix typos in previous change.
20827 (cal-tex-latexify-list): Remove inner let binding.
20828 (cal-tex-end-document, cal-tex-banner): Use multi-line
20829 cal-tex-comment.
20830 (cal-tex-comment): Handle embedded newlines.
20831 (cal-tex-LaTeXify-string): Use substring-no-properties.
20832
20833 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
20834
20835 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20836 Add support for the Maden build tool.
20837
20838 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
20839
20840 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20841
20842 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20843
20844 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20845
20846 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20847
20848 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20849 C-x C-q.
20850
20851 * vc-git.el (vc-git-print-log): Fix previous change.
20852
20853 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20854
20855 * window.el (save-selected-window): Minor optimization.
20856 (bw-adjust-window): If operation failed, try with a smaller delta.
20857 (window-fixed-size-p): New function.
20858 (window-area-factor): New var.
20859 (balance-windows-area): New command.
20860
20861 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20862 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20863 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20864 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20865 (ps-mule-begin-job): Use dolist.
20866
20867 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
20868
20869 * subr.el (start-file-process-shell-command)
20870 (process-file-shell-command): New defuns.
20871
20872 * progmodes/compile.el (compilation-start):
20873 Apply `start-file-process-shell-command'.
20874
20875 2007-07-24 Alexandre Julliard <julliard@winehq.org>
20876
20877 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20878
20879 2007-07-24 Alan Mackenzie <acm@muc.de>
20880
20881 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20882 Initialise byte-compile-unresolved-functions before rather than
20883 after a compilation.
20884 (byte-compile-unresolved-functions): Amplify doc string.
20885
20886 2007-07-24 Glenn Morris <rgm@gnu.org>
20887
20888 * startup.el (normal-splash-screen): Use `emacs-copyright'.
20889
20890 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20891 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20892 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20893 (cal-tex-cursor-week, cal-tex-cursor-week2)
20894 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20895 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20896 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20897 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20898
20899 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20900 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20901 (cal-tex-day-name-format, cal-tex-cal-one-month)
20902 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20903 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20904 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20905 (cal-tex-list-holidays, cal-tex-cursor-year)
20906 (cal-tex-cursor-year-landscape, cal-tex-year)
20907 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20908 (cal-tex-cursor-month, cal-tex-insert-days)
20909 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20910 (cal-tex-first-blank-p, cal-tex-cursor-week)
20911 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20912 (cal-tex-week-hours, cal-tex-cursor-week-monday)
20913 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20914 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20915 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20916 (cal-tex-latexify-list, cal-tex-previous-month)
20917 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20918 modernization, including using dotimes rather than
20919 calendar-for-loop.
20920 (cal-tex-LaTeX-subst-list): Remove `@'.
20921 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20922 Use \textit and \textbf rather than \em and \it.
20923
20924 * calendar/cal-bahai.el (list-bahai-diary-entries)
20925 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20926 * calendar/cal-islam.el (list-islamic-diary-entries)
20927 * calendar/calendar.el (generate-calendar, generate-calendar-month)
20928 * calendar/diary-lib.el (diary-list-entries)
20929 (mark-calendar-date-pattern): Use `dotimes' rather than
20930 `calendar-for-loop'.
20931
20932 * calendar/calendar.el (calendar-for-loop): Doc fix.
20933
20934 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20935
20936 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20937 underlying file is uptodate.
20938
20939 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
20940
20941 * replace.el (perform-replace): Use isearch-no-upper-case-p.
20942
20943 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20944
20945 * vc-hooks.el (vc-mode-line-map): New const.
20946 (vc-mode-line): Use it.
20947
20948 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20949
20950 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20951 (vc-git-unregister): New functions.
20952 (vc-git-find-version): Use the result of ls-files as a parameter
20953 for cat-file.
20954
20955 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
20956
20957 * net/tramp.el (tramp-perl-file-attributes)
20958 (tramp-perl-directory-files-and-attributes)
20959 (tramp-handle-file-attributes-with-stat)
20960 (tramp-handle-directory-files-and-attributes-with-stat)
20961 (tramp-convert-file-attributes): Handle huge file sizes.
20962
20963 2007-07-23 Juri Linkov <juri@jurta.org>
20964
20965 * isearch.el (isearch-message-function): New variable.
20966 (isearch-update, isearch-search): Use it.
20967
20968 * simple.el (goto-history-element): New function created from
20969 next-history-element.
20970 (next-history-element): Most code moved to goto-history-element.
20971 Call goto-history-element with (- minibuffer-history-position n).
20972 (previous-history-element): Call goto-history-element with (+
20973 minibuffer-history-position n).
20974 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20975 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20976 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20977 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20978 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20979 (minibuffer-history-isearch-pop-state): New functions.
20980
20981 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20982
20983 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20984 Also, if FILE is a list, return non-nil if any of its elements
20985 should stay local. Update docstring.
20986
20987 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20988
20989 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20990 change by reverting a small part.
20991
20992 2007-07-23 Richard Stallman <rms@gnu.org>
20993
20994 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20995
20996 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20997
20998 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20999 handling it. Use vc-git-command.
21000 (vc-git-find-version, vc-git-diff-tree): New functions.
21001 (vc-git-revert): Use vc-git-command.
21002 (vc-git--run-command): Delete.
21003
21004 2007-07-23 Alexandre Julliard <julliard@winehq.org>
21005
21006 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
21007
21008 2007-07-20 Kenichi Handa <handa@m17n.org>
21009
21010 * international/utf-8.el (utf-8-post-read-conversion):
21011 Temporarily bind utf-8-compose-scripts to nil while running
21012 *-compose-region functions.
21013
21014 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21015
21016 * vc-git.el: Update status.
21017 (vc-directory-exclusion-list): Use eval-after-load.
21018
21019 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
21020
21021 * bindings.el (mode-line-remote): New variable.
21022 (help-echo): Add to default values of mode-line-format.
21023
21024 * files.el: Mark mode-line-remote as risky.
21025
21026 2007-07-22 Juri Linkov <juri@jurta.org>
21027
21028 * isearch.el (isearch-edit-string): Save old point and
21029 isearch-other-end to old-point and old-other-end before reading
21030 the search string from minibuffer. After exiting minibuffer set
21031 point to old-other-end if point and the search direction is the
21032 same as before reading the search string.
21033 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
21034 to isearch-other-end. Instead of isearch-search-and-update call
21035 three functions isearch-search, isearch-push-state and isearch-update.
21036
21037 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21038
21039 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
21040 deal with multiple file arguments.
21041 (vc-git-print-log): Deal with multiple file arguments.
21042
21043 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
21046 diff-refine-hunk. Adjust users.
21047 (diff-unified-hunk-p, diff-splittable-p): New functions.
21048 (diff-mode-menu): Use it to disable Split when it doesn't work.
21049
21050 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21051
21052 * diff-mode.el (diff-mode-menu): New entries.
21053
21054 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21055
21056 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
21057 if applicable, so as to save undo-log space.
21058
21059 * diff-mode.el (diff-find-file-name): Add arg `batch'.
21060
21061 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
21062 (diff-file-kill): Use it.
21063 (diff-beginning-of-hunk): Add arg `try-harder' using it.
21064 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
21065 Use it so they find the hunk even when we're in the file header.
21066
21067 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21068
21069 * vc-git.el (vc-git-revision-granularity, vc-git-root)
21070 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
21071 (vc-git-create-repo): New functions.
21072 (vc-git-registered): New autoloaded function definition.
21073 (vc-git-registered): Use vc-git-root.
21074 (vc-git-responsible-p): New defalias.
21075 (vc-git-annotate-extract-revision-at-line): Uncomment.
21076 (vc-git-print-log): Add the file name to the log.
21077 (vc-git-log-view-mode): New derived mode.
21078 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
21079
21080 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21081
21082 * progmodes/grep.el (grep-compute-defaults): Keep default values.
21083
21084 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
21085
21086 * textmodes/reftex.el (reftex-access-parse-file): Create parse
21087 file in a way that does not interfere with recentf mode.
21088 (reftex-access-parse-file): Do not risk destroying an existing
21089 buffer.
21090
21091 2007-07-22 Alexandre Julliard <julliard@winehq.org>
21092
21093 * vc-git.el: New file.
21094
21095 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * textmodes/tex-mode.el (tex-font-script-display): Change default.
21098
21099 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21100
21101 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
21102 for branches and new files.
21103
21104 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
21105 local-map handling ...
21106 (vc-mode-line): ... here. Improve handling of help-echo.
21107
21108 * vc.el (mode-line-string): Document help-echo usage.
21109
21110 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
21111
21112 Sync with Tramp 2.1.10.
21113
21114 * net/tramp.el (tramp-get-ls-command): Fix typo.
21115
21116 * net/trampver.el: Update release number.
21117
21118 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
21119
21120 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
21121
21122 * term/x-win.el (x-handle-no-bitmap-icon): New function.
21123
21124 2007-07-22 Martin Rudalics <rudalics@gmx.at>
21125
21126 * add-log.el (change-log-fill-parenthesized-list): New function.
21127 (change-log-indent): Call change-log-fill-parenthesized-list.
21128 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
21129 Have lines with leading asterisk start a paragraph.
21130
21131 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21132
21133 * calc/calc-math.el (math-emacs-precision)
21134 (math-largest-emacs-expt, math-smallest-emacs-expt):
21135 New variables.
21136 (math-use-emacs-fn): New function.
21137 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
21138 appropriate.
21139
21140 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
21141
21142 * image-dired.el (image-dired-sane-db-file): New func.
21143 (image-dired-write-tags, image-dired-remove-tag)
21144 (image-dired-list-tags, image-dired-write-comments)
21145 (image-dired-get-comment, image-dired-mark-tagged-files)
21146 (image-dired-create-gallery-lists): Call new func.
21147 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
21148
21149 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
21150
21151 * vc-hg.el (vc-hg-dir-state): Fix loop.
21152 (vc-hg-print-log): Fix expected return value for vc-hg-command.
21153 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
21154 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
21155 (vc-hg-revert): Likewise.
21156 (vc-hg-revision-table, vc-hg-revision-completion-table): New
21157 functions.
21158
21159 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21160
21161 * add-log.el (change-log-resolve-conflict): Don't lose data if the
21162 merge fails.
21163
21164 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21165
21166 * progmodes/compile.el (compilation-auto-jump-to-first-error):
21167 Add group and version.
21168
21169 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21170
21171 * add-log.el (add-log-file-name): Use file-relative-name.
21172 (add-change-log-entry): Delay reading
21173 add-log-(full-name|mailing-address) to after we've switched to the
21174 ChangeLog buffer so we get the right value.
21175 (add-change-log-entry, add-log-current-defun, change-log-merge):
21176 Use derived-mode-p rather than checking major-mode directly.
21177
21178 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
21179 name for buffer-file-name if it refers to a directory.
21180
21181 * vc-arch.el (vc-arch-diff): Fix last change.
21182
21183 * progmodes/compile.el (compilation-start): Remember the original
21184 directory in a buffer-local compilation-directory.
21185 (compile): Set the global value of compilation-directory.
21186 (recompile): Use compilation-directory even in the compilation buffer.
21187
21188 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21189
21190 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
21191
21192 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21193
21194 * ps-print.el: Problem with foreground and background color when
21195 printing a buffer with and without faces. Reported by Christian
21196 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21197 (ps-print-version): New version 6.7.5.
21198 (ps-default-fg): Change default value to nil, so black color is used
21199 when a face does not specify a foreground color.
21200 (ps-default-bg): Change default value to nil, so white color is used
21201 for background color.
21202 (ps-begin-job): Fix code.
21203
21204 2007-07-20 Eli Zaretskii <eliz@gnu.org>
21205
21206 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
21207 in $(INSTALL_DIR)/lisp/ if they already exist.
21208
21209 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
21210
21211 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
21212 in $(INSTALL_DIR)/lisp/ if they already exist.
21213
21214 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
21215
21216 * progmodes/vera-mode.el (vera-re-search-forward)
21217 (vera-re-search-backward): Remove use of store-match-data.
21218 (vera-mode-map): Move initialization into declaration.
21219
21220 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
21221 (flymake-find-buildfile): Use locate-dominating-file.
21222
21223 * vc.el (vc-delistify): Use mapconcat.
21224 (vc-do-command): Minor simplification.
21225 (vc-expand-dirs): Use push.
21226
21227 * vc-mcvs.el (vc-mcvs-create-repo):
21228 * vc-cvs.el (vc-cvs-create-repo): Remove.
21229
21230 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
21231 directory and the root as well.
21232
21233 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21234
21235 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
21236 instead of a file.
21237
21238 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
21239 (vc-hg-registered): Replace if with when.
21240 (vc-hg-state): Deal with nonexistent files and handle removed files.
21241 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
21242 (vc-hg-checkout): Re-enable.
21243 (vc-hg-create-repo): Fix typos.
21244 (vc-hg-print-log): Fix for multiple files.
21245 (vc-hg-workfile-unchanged-p): New function.
21246
21247 * vc.el: Fix typo.
21248 (vc-print-log): Fix call to print-log.
21249 (vc-default-comment-history): Likewise.
21250 (vc-directory-exclusion-list): Add .hg and .bzr.
21251 (vc-diff-internal): Pass a list instead of a file.
21252
21253 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
21254
21255 * vc-bzr.el (vc-bzr-create-repo): New function.
21256
21257 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21258
21259 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
21260 `file' from which to start the search.
21261
21262 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
21263
21264 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
21265 having a single file argument to having a list of files as the
21266 first argument.
21267
21268 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
21269
21270 * files.el (locate-dominating-file): New function.
21271
21272 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
21273
21274 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
21275 (grep-compute-defaults): Use it.
21276
21277 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
21278
21279 * uniquify.el: Docstring fixes.
21280
21281 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
21282
21283 * vc.el (revision-granularity, create-repo): Document new vc
21284 backend properties.
21285 (vc-rollback): Renamed from vc-cancel-version. Update references.
21286 Pass a list instead of a file.
21287 (vc-revert): Renamed from vc-revert-buffer. Update references.
21288 (vc-delistify, vc-expand-dirs): New functions.
21289 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21290 of files instead of a single file.
21291 (vc-position-context, vc-resync-window, vc-diff-internal)
21292 (vc-print-log): Pass a list instead of a file.
21293
21294 * vc-hooks.el (vc-stay-local-p, vc-backend)
21295 (vc-backend-subdirectory-name): Work on a file list, not a single
21296 file.
21297 (vc-workfile-version): Update docstring.
21298 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21299 vc-revert instead of vc-revert-buffer.
21300 (vc-prefix-map): Likewise. Bind vc-update.
21301
21302 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21303 (vc-svn-wash-log): New functions.
21304 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21305 (vc-svn-command): Deal with a list of files, not a single file.
21306
21307 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21308 (vc-rcs-wash-log): New functions.
21309 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21310 Deal with a list of files, not a single file.
21311 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
21312
21313 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21314 functions.
21315 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21316 list of files, not a single file.
21317
21318 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21319 New functions.
21320 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21321 (vc-mcvs-diff): Deal with a list of files, not a single file.
21322
21323 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21324 functions.
21325 (vc-hg-print-log): Deal with a list of files, not a single file.
21326 (vc-hg-diff-tree): New function, replace defalias with the same
21327 name.
21328 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21329 FILES to denote that it is a file list, not a single file.
21330
21331 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21332 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21333 a single file.
21334 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21335 that it is a file list, not a single file.
21336 (vc-cvs-diff): Likewise. Simplify.
21337
21338 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21339 Deal with a list of files, not a single file.
21340
21341 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21342 (vc-bzr-print-log): Update FILE parameter name to denote that it
21343 is a file list, not a single file.
21344 (vc-bzr-diff): Likewise. Use the car of files.
21345
21346 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21347
21348 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21349 (follow-delete-other-windows-and-split, follow-recenter)
21350 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21351 (follow-redisplay, follow-estimate-first-window-start)
21352 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21353 Fix typos in docstrings.
21354
21355 2007-07-18 Martin Rudalics <rudalics@gmx.at>
21356
21357 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21358 avoid that filling introduces lines with a single asterisk.
21359
21360 * kmacro.el (kmacro-end-macro): When ignoring empty macro
21361 avoid incorrect kmacro-ring-empty-p messages.
21362 Reported by Michael Schierl <schierlm@gmx.de>.
21363
21364 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21365
21366 * vc.el: Add more info about the vc-registered function.
21367
21368 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
21369
21370 * files.el (file-remote-p): Introduce optional parameter
21371 IDENTIFICATION.
21372
21373 * recentf.el (recentf-keep-default-predicate): Adapt call of
21374 `file-remote-p'.
21375
21376 * progmodes/grep.el (grep-probe): Use `process-file'.
21377 (grep-compute-defaults): Handle variables host specific.
21378
21379 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21380 parameter IDENTIFICATION.
21381
21382 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21383 parameter IDENTIFICATION.
21384 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
21385 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21386 Add entry for `set-file-times'.
21387 (tramp-do-copy-or-rename-file-via-buffer)
21388 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21389 (tramp-handle-unhandled-file-name-directory): Rewrite.
21390 (tramp-convert-file-attributes): Add error handling when inode is
21391 extraordinary big.
21392 (tramp-get-inode): Change parameter from FILE to VEC.
21393 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21394 is nil. This is according to the specification. Goto (point-max)
21395 when ready.
21396 (tramp-handle-shell-command): Rewrite completely, using
21397 `process-file' and `start-file-process'.
21398 (tramp-methods, tramp-find-shell)
21399 (tramp-open-connection-setup-interactive-shell)
21400 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21401 var. Reported by Steve Youngs <steve@sxemacs.org>.
21402
21403 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21404 entry for `set-file-times'. Rename `start-process' into
21405 `start-file-process'. Remove `call-process' entry.
21406 (tramp-fish-handle-set-file-times): New defun.
21407 (tramp-fish-handle-executable-find): Use `process-file'.
21408 (tramp-fish-handle-process-file): New defun. Replaces
21409 `tramp-fish-handle-call-process'.
21410 (tramp-fish-do-copy-or-rename-file-directly): Use
21411 `set-file-times'.
21412 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21413
21414 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21415 `tramp-get-inode' parameter.
21416
21417 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21418
21419 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21420 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
21421 nowadays, and by the time Emacs-23 comes out, nobody will even remember
21422 it has ever existed.
21423
21424 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21425
21426 * vc.el: Undo previous change.
21427
21428 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21429
21430 * makefile.w32-in (clean): Don't delete *~.
21431
21432 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * textmodes/tex-mode.el (tex-verbatim-environments):
21435 Add safe-local-variable property.
21436 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21437 when starting font-lock rather than when loading tex-mode.el.
21438
21439 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21440 whole $( rather than just the $. Rename from sh-quoted-subshell.
21441 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21442
21443 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21444
21445 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21446 bookmark-alist. Instead, if not sorting, simply return it.
21447 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21448 for its return value, not for its side effect.
21449
21450 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21451 case of alignment under a constant symbol, find and consider
21452 the sexp actually at indentation to be the "last sexp".
21453
21454 2007-07-16 Drew Adams <drew.adams@oracle.com>
21455
21456 * mouse.el (mouse-yank-secondary): Better error message if no
21457 secondary selection.
21458
21459 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21460
21461 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21462
21463 * term/xterm.el (xterm-turn-on-modify-other-keys)
21464 (xterm-turn-off-modify-other-keys): New functions.
21465 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21466 terminal supports it.
21467
21468 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21469
21470 * bookmark.el (bookmark-show-all-annotations):
21471 Make sure each inserted annotation ends with newline.
21472
21473 2007-07-15 Richard Stallman <rms@gnu.org>
21474
21475 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21476
21477 * tutorial.el (tutorial--find-changed-keys):
21478 Handle C-x specially like ESC.
21479
21480 2007-07-15 Aaron Hawley <aaronh@garden.org>
21481
21482 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21483
21484 2007-07-15 Juri Linkov <juri@jurta.org>
21485
21486 * delsel.el (delete-selection-pre-hook):
21487 * emulation/cua-base.el (cua-paste): Before a yank command,
21488 check also whether last-command is one of mouse-save-then-kill,
21489 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21490
21491 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
21492
21493 * recentf.el (recentf-keep-default-predicate): New defun.
21494 (recentf-keep): Use it as initial value.
21495
21496 2007-07-15 Karl Fogel <kfogel@red-bean.com>
21497
21498 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21499 thus restoring bookmark bindings to three slots under C-x r. See
21500 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21501
21502 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
21503
21504 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21505
21506 2007-07-15 Jason Rumney <jasonr@gnu.org>
21507
21508 * w32-fns.el (set-default-process-coding-system): Use dos line ends
21509 for input to cmdproxy on all versions of Windows.
21510 Use dos line ends for input to plink.
21511
21512 * comint.el (comint-simple-send): Concat newline before sending.
21513 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21514
21515 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21516
21517 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21518 safe-local-variable setting.
21519
21520 2007-07-14 David Kastrup <dak@gnu.org>
21521
21522 * emacs-lisp/advice.el (defadvice): Doc fix.
21523
21524 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21525
21526 * subr.el (when, unless): Doc fix.
21527
21528 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21529
21530 * replace.el (match): Use yellow1 instead of yellow.
21531
21532 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21533 red.
21534
21535 * pcvs-info.el (cvs-unknown): Likewise.
21536
21537 2007-07-13 Eli Zaretskii <eliz@gnu.org>
21538
21539 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21540 (install): Use them to copy all *.el files before *.elc.
21541
21542 2007-07-13 Drew Adams <drew.adams@oracle.com>
21543
21544 * bookmark.el (bookmark-jump-other-window): New function.
21545 (bookmark-map): Bind it to "o".
21546
21547 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21548 and its thread contains discussion about this change.
21549 The original patch was slightly tweaked by Karl Fogel
21550 <kfogel@red-bean.com> before committing.
21551
21552 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21553
21554 * bookmark.el: Shorten some comments to fit within 80 lines.
21555
21556 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21557
21558 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21559 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
21560 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
21561 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21562
21563 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
21564
21565 * textmodes/org.el: Bug fixes.
21566 (org-end-of-line): Move to end of line if in headline without tags.
21567
21568 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21569
21570 * vc-hooks.el: Remove spurious * in docstrings.
21571 (vc-handled-backends): Add BZR.
21572
21573 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21574
21575 2007-07-12 Davis Herring <herring@lanl.gov>
21576
21577 * desktop.el (desktop-buffer-info, desktop-save):
21578 Use `desktop-dirname' instead of `dirname'.
21579
21580 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21581
21582 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21583
21584 * progmodes/python.el (python-which-func-length-limit): New var.
21585 (python-which-func): New function.
21586 (python-current-defun): Add optional `length-limit' and try to fit
21587 computed function name to that length.
21588 (python-mode): Hook `python-which-func' up.
21589
21590 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21591
21592 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21593
21594 * comint.el (comint-dynamic-complete-as-filename):
21595 Use read-file-name-completion-ignore-case.
21596
21597 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21598
21599 * comint.el (comint-dynamic-list-filename-completions):
21600 Use read-file-name-completion-ignore-case.
21601
21602 * vc-cvs.el: Require CL.
21603 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21604 New functions to provide completion of revision names.
21605
21606 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21607 (vc-cvs-annotate-first-line-re): New const.
21608 (vc-cvs-annotate-process-filter): New fun.
21609 (vc-cvs-annotate-command): Use them and run the command asynchronously.
21610
21611 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21612
21613 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21614 (eldoc-print-current-symbol-info): Adjust for changed helper
21615 function signatures.
21616 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
21617 `eldoc-highlight-function-argument'.
21618 (eldoc-highlight-function-argument): New function.
21619 (eldoc-get-var-docstring): Format documentation with
21620 `font-lock-variable-name-face'.
21621 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21622 where suited.
21623 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21624 (eldoc-beginning-of-sexp): Return number of skipped sexps.
21625
21626 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
21627
21628 * progmodes/compile.el (compilation-start): `start-process' must
21629 still be redefined when calling `start-process-shell-command'.
21630
21631 * progmodes/gud.el (gud-file-name): When `default-directory' is a
21632 remote file name, prepend its remote part to the filename.
21633 (gud-common-init): When `default-directory' is a remote file name,
21634 make the filename relative to it.
21635 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21636
21637 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
21638
21639 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21640 mouse binding and a tooltip.
21641
21642 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * menu-bar.el (vc-menu-map): New defalias.
21645
21646 2007-07-10 Richard Stallman <rms@gnu.org>
21647
21648 * emacs-lisp/lisp-mode.el (eval-defun):
21649 Explain special handling of `defface'.
21650
21651 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
21652
21653 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21654
21655 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21656
21657 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21658
21659 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21660
21661 * vc-arch.el (vc-arch-complete): Remove.
21662 (vc-arch-revision-completion-table): Use complete-with-action.
21663
21664 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21665 (complete-with-action): New function.
21666 (dynamic-completion-table): Use it.
21667
21668 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
21669
21670 * comint.el (make-comint, make-comint-in-buffer)
21671 (comint-exec-1): Replace `start-process' by `start-file-process'.
21672
21673 * progmodes/compile.el (compilation-start): Revert redefining
21674 `start-process'.
21675
21676 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21677
21678 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21679 with EOLs when generating MD5 checksums.
21680
21681 * follow.el: Don't change the global map from the follow-mode-map
21682 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
21683 XEmacs code.
21684 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21685 since `follow-mode' should be used instead for that.
21686
21687 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21688 (easy-menu-do-define): Use it.
21689 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21690
21691 * progmodes/compile.el (compilation-auto-jump-to-first-error)
21692 (compilation-auto-jump-to-next): New vars.
21693 (compilation-auto-jump): New function.
21694 (compilation-error-properties): Use them to jump to first error.
21695 (compilation-start): Set the var if requested.
21696
21697 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21698 duplicates without also removing entries from other directories.
21699
21700 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
21701
21702 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21703 Remember span as default.
21704 (org-columns-edit-value): Rename from `org-column-edit'.
21705 (org-columns-display-here-title): Rename from
21706 `org-overlay-columns-title'.
21707 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21708 (org-columns-get-autowidth-alist): Rename from
21709 `org-get-columns-autowidth-alist'.
21710 (org-columns-display-here): Rename from `org-overlay-columns'.
21711 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21712 (org-columns-quit): Rename from `org-column-quit'.
21713 (org-columns-show-value): Rename from `org-column-show-value'.
21714 (org-columns-content, org-columns-widen)
21715 (org-columns-next-allowed-value)
21716 (org-columns-edit-allowed, org-columns-store-format)
21717 (org-columns-uncompile-format, org-columns-redo)
21718 (org-columns-edit-attributes, org-delete-property)
21719 (org-set-property, org-columns-update)
21720 (org-columns-compute, org-columns-eval)
21721 (org-columns-not-in-agenda, org-columns-compute-all)
21722 (org-property-next-allowed-value)
21723 (org-columns-compile-format)
21724 (org-fill-paragraph-experimental)
21725 (org-string-to-number, org-property-action)
21726 (org-columns-move-left, org-columns-new)
21727 (org-column-number-to-string)
21728 (org-property-previous-allowed-value)
21729 (org-at-property-p, org-columns-delete)
21730 (org-columns-previous-allowed-value)
21731 (org-columns-move-right, org-columns-narrow)
21732 (org-property-get-allowed-values)
21733 (org-verify-version, org-column-string-to-number)
21734 (org-delete-property-globally): New functions.
21735 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21736 (org-columns-overlays): Rename from `org-column-overlays'.
21737 (org-columns-map): Rename from `org-column-map'.
21738 (org-columns-current-maxwidths): Rename from
21739 `org-current-columns-maxwidths'.
21740 (org-columns-begin-marker, org-columns-current-fmt-compiled)
21741 (org-previous-header-line-format)
21742 (org-columns-inhibit-recalculation)
21743 (org-columns-top-level-marker): New variables.
21744 (org-columns-default-format): Rename from `org-default-columns-format'.
21745 (org-property-re): New constant.
21746
21747 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21748
21749 * subr.el (looking-at-p, string-match-p): New functions.
21750
21751 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
21752
21753 * textmodes/tex-mode.el (tex-fontify-script)
21754 (tex-font-script-display): New variables to make display of
21755 superscripts and subscripts customizable.
21756 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21757
21758 2007-07-09 Richard Stallman <rms@gnu.org>
21759
21760 * isearch.el (isearch-edit-string): Call to isearch-push-state
21761 after the search.
21762
21763 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
21764
21765 * window.el (fit-window-to-buffer): Remove setting of window-min-height
21766 to 1 as enlarge-window uses the value to resize/shrink windows other
21767 than WINDOW if needed.
21768
21769 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
21770
21771 * cus-start.el (file-coding-system-alist): Fix custom type.
21772
21773 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
21774
21775 * longlines.el (longlines-wrap-region): Avoid marking buffer as
21776 modified.
21777 (longlines-auto-wrap, longlines-window-change-function):
21778 Remove unnecessary calls to set-buffer-modified-p.
21779
21780 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21781
21782 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21783 (vc-cvs-checkout): Remove last arg now unused; simplify.
21784
21785 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
21786
21787 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21788
21789 * net/tramp.el:
21790 * net/tramp-ftp.el:
21791 * net/tramp-smb.el:
21792 * net/tramp-uu.el:
21793 * net/trampver.el: Migrate to Tramp 2.1.
21794
21795 * net/tramp-cache.el:
21796 * net/tramp-fish.el:
21797 * net/tramp-gw.el: New Tramp packages.
21798
21799 * net/tramp-util.el:
21800 * net/tramp-vc.el: Removed.
21801
21802 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21803 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21804
21805 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21806
21807 * progmodes/compile.el (compilation-start): Redefine
21808 `start-process' temporarily when `default-directory' is remote.
21809 Remove case of synchronous compilation, this won't happen ever.
21810 (compilation-setup): Make local variable `comint-file-name-prefix'
21811 for remote compilation.
21812
21813 2007-07-08 Martin Rudalics <rudalics@gmx.at>
21814
21815 * novice.el (disabled-command-function): Fit window to buffer to
21816 make last line visible.
21817 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21818
21819 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21820 when handling the terminating event.
21821
21822 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21823
21824 * calc/calc.el (math-read-number-simple): Remove leading 0s.
21825 (math-bignum-digit-length): Change to optimal value.
21826
21827 * calc/calc-bin.el (math-bignum-logb-digit-size)
21828 (math-bignum-digit-power-of-two): Evaluate when compiled.
21829
21830 * calc/calc-comb.el (math-small-factorial-table)
21831 (math-init-random-base, math-prime-test): Remove unnecessary calls
21832 to `math-read-number-simple'.
21833
21834 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21835 (math-approx-gamma-const): Add docstrings.
21836
21837 * calc/calc-forms.el (math-julian-date-beginning)
21838 (math-julian-date-beginning-int): New constants.
21839 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21840 Use the new constants.
21841
21842 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21843
21844 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21845 Add docstrings.
21846
21847 2007-07-07 Tom Tromey <tromey@redhat.com>
21848
21849 * vc.el (vc-annotate): Jump to line and output message only after the
21850 process is really all done.
21851
21852 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21853
21854 * vc.el (vc-exec-after): Don't move point from the sentinel.
21855 Forcefully read all the remaining text in the pipe upon process exit.
21856 (vc-annotate-display-autoscale, vc-annotate-lines):
21857 Don't stop at the first unrecognized line.
21858 (vc-annotate-display-select): Run autoscale after the process is done
21859 since it depends on the whole result.
21860
21861 2007-07-07 Eli Zaretskii <eliz@gnu.org>
21862
21863 * term/w32-win.el (menu-bar-open): New function.
21864 Bind <f10> to it.
21865
21866 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
21867
21868 * simple.el (start-file-process): New defun.
21869
21870 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21871
21872 * files.el (find-file-confirm-nonexistent-file): Rename from
21873 find-file-confirm-inexistent-file. Update users.
21874
21875 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21876 format of autoload block where the file's time-stamp is replaced by its
21877 MD5 checksum.
21878 (autoload-generate-file-autoloads): Use MD5 checksum instead of
21879 time-stamp for secondary autoloads files.
21880 (update-directory-autoloads): Remove duplicate entries.
21881 Use time-less-p for time-stamps, as done in autoload-find-destination.
21882
21883 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21884
21885 * calc/calc.el (math-read-number): Replace number by variable.
21886 (math-read-number-simple): Properly parse small integers.
21887
21888 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
21889
21890 * vc.el: Fix doc for the checkout function.
21891
21892 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
21893
21894 * vc-hg.el (vc-hg-root): New function.
21895 (vc-hg-registered): Use it.
21896 (vc-hg-diff-tree): New defalias.
21897 (vc-hg-responsible-p): Likewise.
21898 (vc-hg-checkout): Comment out, not needed.
21899 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21900 (vc-hg-find-version, vc-hg-next-version): New functions.
21901
21902 2007-07-06 Andreas Schwab <schwab@suse.de>
21903
21904 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21905 dynamic bindings around the evaluation of the expression.
21906 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21907
21908 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21911 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
21912 Use run-hooks rather than run-mode-hooks.
21913
21914 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
21915
21916 * calc/calc-comb.el (math-random-digit): Rename to
21917 `math-random-three-digit-number'.
21918 (math-random-digits): Don't depend on representation of integer.
21919
21920 * calc/calc-bin.el (math-bignum-logb-digit-size)
21921 (math-bignum-digit-power-of-two): New constants.
21922 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21923 (math-not-bignum, math-clip-bignum): Use the constants
21924 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21925 instead of their values.
21926 (math-clip): Use math-small-integer-size instead of its value.
21927
21928 * calc/calc.el (math-add-bignum): Replace number by constant.
21929
21930 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * wid-edit.el (widget-documentation-string-value-create):
21933 Insert indentation spaces.
21934
21935 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21936
21937 * emacs-lisp/byte-opt.el: Revert last change.
21938
21939 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21940
21941 * vc-hooks.el (vc-handled-backends): Add HG.
21942
21943 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21944
21945 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * complete.el (PC-do-complete-and-exit): Add support for the new
21948 `confirm-only' confirmation mode.
21949
21950 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21951
21952 * cus-edit.el (custom-commands): New variable.
21953 (custom-tool-bar-map): New variable. Initialize using
21954 `custom-commands'.
21955 (custom-mode): Use `custom-tool-bar-map'.
21956 (custom-buffer-create-internal): Insert action buttons only if
21957 tool bar is not used. Use `custom-commands'.
21958 (Custom-help, custom-command-apply): New function.
21959 (custom-command-apply, Custom-set, Custom-save)
21960 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21961 Use `custom-command-apply' instead of duplicating code.
21962 (customize-group-other-window): Call `customize-group' instead of
21963 duplicating code.
21964 (customize-face-other-window): Call `customize-face' instead of
21965 duplicating code.
21966 (customize-group, customize-face): Add optional args for opening
21967 in another window.
21968 (custom-variable-tag): Don't inherit `variable-pitch' face.
21969 (custom-group-tag): Inherit `variable-pitch' face.
21970 (custom-variable-value-create): Set documentation indentation.
21971 (custom-group-value-create): Make group name a link, instead of
21972 using an extra "go to group" button.
21973 (custom-prompt-variable, custom-group-set, custom-group-save)
21974 (custom-group-reset-current, custom-group-reset-saved)
21975 (custom-group-reset-standard): Minor cleanup.
21976
21977 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21978
21979 * Makefile.in (bootstrap-prepare): When copying from
21980 ldefs-boot.el, make sure loaddefs.el is writeable.
21981
21982 (bootstrap-prepare): Make $(lisp)/ps-print.el
21983 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21984
21985 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21986
21987 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21988 only caller, and delete.
21989 (vc-hg-state): Deal with exceptions and only parse the output on
21990 successful return.
21991 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21992 caller, and delete.
21993 (vc-hg-workfile-version): Deal with exceptions and only parse the
21994 output on successful return.
21995 (vc-hg-revert): New function.
21996
21997 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
21998
21999 * calculator.el (calculator-expt): Use more cases to determine
22000 the value.
22001
22002 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
22003
22004 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
22005 file names.
22006
22007 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22008
22009 * calculator.el (calculator-expt, calculator-integer-p):
22010 New functions.
22011 (calculator-fact): Check to see if the factorial will be too
22012 large before computing it.
22013 (calculator-initial-operators): Use `calculator-expt' to
22014 compute "^".
22015 (calculator-mode): Mention that results which are too large
22016 will return inf.
22017 * calc/calc-comb.el (math-small-factorial-table): Replace list
22018 by vector.
22019
22020 2007-07-03 David Kastrup <dak@gnu.org>
22021
22022 * shell.el: On request of the authors, remove their addresses for
22023 the sake of bug reports, and add the developer list address as
22024 maintainer information.
22025
22026 2007-07-03 Richard Stallman <rms@gnu.org>
22027
22028 * files.el (make-directory): Doc fix.
22029 (find-file-confirm-inexistent-file): Make it a defcustom.
22030 Make nil the default.
22031
22032 2007-07-02 Richard Stallman <rms@gnu.org>
22033
22034 * startup.el (command-line): Set buffer-offer-save in *scratch*
22035 and enable auto-save in it.
22036
22037 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
22038
22039 * textmodes/org.el (orgstruct-mode-map): New variable.
22040 (orgstruct-mode): New minor mode.
22041 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
22042 (orgstruct-make-binding, org-context-p, org-get-local-variables)
22043 (org-run-like-in-org-mode): New functions.
22044 (org-cycle-list-bullet): New command.
22045 (org-special-properties, org-property-start-re)
22046 (org-property-end-re): New constants.
22047 (org-with-point-at): New macro.
22048 (org-get-property-block, org-entry-properties, org-entry-get)
22049 (org-entry-delete, org-entry-get-with-inheritance)
22050 (org-entry-put, org-buffer-property-keys): New functions.
22051 (org-insert-property-drawer): New command.
22052 (org-entry-property-inherited-from): New variable.
22053 (org-column): New face.
22054 (org-column-overlays, org-current-columns-fmt)
22055 (org-current-columns-maxwidths, org-column-map): New variables.
22056 (org-column-menu): New menu.
22057 (org-new-column-overlay, org-overlay-columns)
22058 (org-overlay-columns-title, org-remove-column-overlays)
22059 (org-column-show-value, org-column-quit, org-column-edit):
22060 New functions.
22061 (org-columns, org-agenda-columns): New commands.
22062 (org-get-columns-autowidth-alist): New functions.
22063 (org-properties): New customize group.
22064 (org-default-columns-format): New option.
22065 (org-priority): Realign tags after changing priority.
22066 (org-preserve-lc): New macro.
22067 (org-update-checkbox-count): Catch case when there is no headline.
22068 (org-agenda-quit): Remove any column overlays.
22069 (org-beginning-of-item-list): Fixed bug when non-item line is
22070 indented too deep.
22071 (org-cached-props): New variable.
22072 (org-cached-entry-get): New function.
22073 (org-make-tags-matcher): Handle property matches.
22074 (org-table-recalculate): Swap evaluation order: Field formula
22075 first, then column formulas, but don't allow them to overwrite the
22076 field formulas.
22077 (org-table-eval-formula): New argument untouchable.
22078 (org-table-put-field-property): New function.
22079
22080 2007-07-02 Martin Rudalics <rudalics@gmx.at>
22081
22082 * help-mode.el (help-make-xrefs): Skip spaces too when
22083 skipping tabs.
22084
22085 * ffap.el (dired-at-point-prompter): Improve prompt in
22086 list-directory case.
22087
22088 2007-07-01 Richard Stallman <rms@gnu.org>
22089
22090 * files.el (find-file-visit-truename): Fix safe-local-variable value.
22091
22092 2007-07-01 Richard Stallman <rms@gnu.org>
22093
22094 * cus-start.el (max-mini-window-height): Added.
22095
22096 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
22097
22098 * complete.el (partial-completion-mode): Remove advice of
22099 read-file-name-internal.
22100 (PC-do-completion): Rebind minibuffer-completion-table.
22101 (PC-read-file-name-internal): New function doing what
22102 read-file-name-internal advice did.
22103
22104 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
22105
22106 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
22107 property on a few symbols.
22108 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
22109 (byte-optimize-lapcode): Remove bindings that are not referenced
22110 and certainly will not effect through dynamic scoping.
22111
22112 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
22113
22114 * files.el (find-file-confirm-inexistent-file): New var.
22115 (find-file, find-file-other-window, find-file-other-frame)
22116 (find-file-read-only, find-file-read-only-other-window)
22117 (find-file-read-only-other-frame): Use it.
22118
22119 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
22122
22123 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
22124
22125 * generic-x.el (generic-define-mswindows-modes)
22126 (generic-define-unix-modes, apache-log-generic-mode)
22127 (bat-generic-mode-keymap, java-manifest-generic-mode)
22128 (show-tabs-generic-mode): Fix typos in docstrings.
22129
22130 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
22131
22132 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
22133 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
22134 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
22135 (rcirc-print): Never ignore messages from ourself.
22136
22137 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
22138
22139 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
22140 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
22141
22142 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
22143
22144 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
22145 replace-regexp-in-string.
22146
22147 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * emacs-lisp/cl.el: Set edebug and indentation before loading
22150 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
22151
22152 2007-06-28 Andreas Schwab <schwab@suse.de>
22153
22154 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
22155 $(lisp)/subdirs.el.
22156
22157 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
22158
22159 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
22160 the speedbar frame if nil; that deletes the current frame or
22161 causes an error if it is the only frame.
22162 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
22163
22164 2007-06-28 Kevin Ryde <user42@zip.com.au>
22165
22166 * textmodes/nroff-mode.el: Groff \# comments.
22167 (nroff-mode-syntax-table): \# comment intro,
22168 plain # as punct per global table.
22169 (nroff-font-lock-keywords): Add # as a single char escape.
22170 (nroff-mode): In comment-start-skip, match \#.
22171
22172 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
22173
22174 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
22175 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
22176 point-min == 1.
22177
22178 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
22179
22180 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
22181 Rename and move to...
22182
22183 * subr.el (strings->string, string->strings): ...here.
22184
22185 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
22186 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
22187
22188 * progmodes/gud.el (gud-common-init): Call string->strings instead
22189 of split-string.
22190
22191 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
22192
22193 * dired-aux.el: Remove `dired-call-process'.
22194 (dired-check-process): Call `process-file'.
22195
22196 * wdired.el (wdired-do-perm-changes): Call `process-file'.
22197
22198 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
22199 `ange-ftp-process-file'.
22200
22201 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
22202
22203 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
22204
22205 * emacs-lisp/cl-extra.el:
22206 * emacs-lisp/cl-seq.el:
22207 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
22208 Add autoload cookies on all defs autoloaded manually in cl.el.
22209
22210 * emacs-lisp/cl-loaddefs.el: New file.
22211
22212 * textmodes/texinfmt.el (texinfo-raisesections-alist)
22213 (texinfo-lowersections-alist): Merge definition and declaration.
22214 (texinfo-start-of-header, texinfo-end-of-header): Remove.
22215 (texinfo-format-syntax-table): Merge init into declaration.
22216 (texinfo-format-parse-line-args, texinfo-format-parse-args)
22217 (texinfo-format-parse-defun-args, texinfo-format-node)
22218 (texinfo-push-stack, texinfo-multitable-widths)
22219 (texinfo-define-info-enclosure, texinfo-alias)
22220 (texinfo-format-defindex, batch-texinfo-format): Use push.
22221 (texinfo-footnote-number): Remove duplicate declaration.
22222
22223 * ps-print.el: Update with auto-generated autoloads.
22224
22225 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
22226
22227 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
22228
22229 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
22230 relative to current dir for file-local settings.
22231 (autoload-generate-file-autoloads): Add `outfile' arg.
22232 (update-directory-autoloads): Use it to directly call
22233 autoload-generate-file-autoloads instead of going through
22234 update-file-autoloads so we avoid redundant searches and so we can know
22235 the set of buffers changed so we can save them all.
22236
22237 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
22238 rather than throwing `up-to-date'.
22239 (autoload-generate-file-autoloads): Adjust correspondingly.
22240 (update-file-autoloads): Be careful to let-bind
22241 autoload-modified-buffers and adjust to new calling conventions.
22242 (autoload-modified-buffers): Make it a dynamically scoped var.
22243 (update-directory-autoloads): Use file-relative-name instead of
22244 autoload-trim-file-name.
22245 (autoload-insert-section-header): Don't use autoload-trim-file-name
22246 since the file is already relative now.
22247 (autoload-trim-file-name): Remove.
22248
22249 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
22250 (vc-arch-complete, vc-arch--version-completion-table)
22251 (vc-arch-revision-completion-table): New functions to provide
22252 completion of revision names.
22253 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
22254 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
22255 to let the user trim the revlib.
22256
22257 * vc.el: Add new VC operation `revision-completion-table'.
22258 (vc-default-revision-completion-table): New function.
22259 (vc-version-diff, vc-version-other-window): Use it to provide
22260 completion of revision names if the backend provides it.
22261
22262 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
22263
22264 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
22265 of newer .svn/entries.
22266
22267 2007-06-25 David Kastrup <dak@gnu.org>
22268
22269 * calc/calc-poly.el (math-padded-polynomial)
22270 (math-partial-fractions): Add some function comments.
22271
22272 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22273
22274 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
22275 Make `outbuf' optional.
22276 (update-file-autoloads): Use it.
22277
22278 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
22279
22280 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22281 (autoload-find-destination): Keep it uptodate.
22282 (autoload-save-buffers): New fun.
22283 (update-file-autoloads): Use it. Re-add the "up to date" message.
22284
22285 * emacs-lisp/autoload.el: Refactor for upcoming changes.
22286 (autoload-find-destination): New function extracted from
22287 update-file-autoloads.
22288 (update-file-autoloads): Use it.
22289 (autoload-generate-file-autoloads): New function extracted from
22290 generate-file-autoloads. Use file-relative-name. Delay computation of
22291 output-start to the first cookie. Remove done-any, replaced by
22292 output-start.
22293 (generate-file-autoloads): Use it.
22294
22295 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
22296
22297 * calc/calc-comb.el (math-init-random-base, math-prime-test):
22298 Use math-read-number-simple to insert constants.
22299 (math-prime-test): Redo calculation of sum.
22300
22301 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22302
22303 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22304 math-scale-bignum-3.
22305 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22306 math-bignum-digit-size.
22307 (math-isqrt-small): Add another possible initial guess.
22308
22309 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22310
22311 * textmodes/bibtex.el (bibtex-entry-format): New options
22312 `whitespace', `braces', and `string'.
22313 (bibtex-field-braces-alist, bibtex-field-strings-alist)
22314 (bibtex-field-braces-opt, bibtex-field-strings-opt)
22315 (bibtex-cite-matcher-alist): New variables.
22316 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22317 (bibtex-flash-head): Use blink-matching-delay.
22318 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22319 (bibtex-format-entry, bibtex-reformat): Handle new options of
22320 bibtex-entry-format.
22321 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22322 New functions.
22323 (bibtex-complete-internal): Do not display messages while
22324 minibuffer is used. Do not leave around a completions buffer
22325 that is out of date.
22326 (bibtex-copy-summary-as-kill): New optional arg.
22327 (bibtex-font-lock-url): New optional arg no-button.
22328 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22329 (bibtex-url): Allow multiple URLs per entry.
22330
22331 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22332
22333 * emacs-lisp/autoload.el (autoload-generated-file): New function.
22334 (update-file-autoloads, update-directory-autoloads): Use it.
22335 (autoload-file-load-name): New function.
22336 (generate-file-autoloads, update-file-autoloads): Use it.
22337 (autoload-find-file): Accept non-absolute argument. Set default-dir.
22338 (generate-file-autoloads): If the autoloaded form is malformed,
22339 indicate the problem with a warning instead of aborting.
22340
22341 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
22342
22343 * simple.el (next-error-recenter): Accept `(4)' as well;
22344 also, specify `integer' instead of `number'.
22345
22346 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22347
22348 * ls-lisp.el (insert-directory): If an invalid regexp error is
22349 thrown, try using FILE as a literal file name, not a wildcard.
22350
22351 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
22352
22353 * ruler-mode.el (ruler-mode): Prevent clobbering the original
22354 `header-line-format' when reentering ruler mode.
22355
22356 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22357
22358 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22359 FILE exists as a file.
22360
22361 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22362
22363 * calc/calc.el (math-bignum-digit-length)
22364 (math-bignum-digit-size, math-small-integer-size):
22365 New constants.
22366 (math-normalize, math-bignum-big, math-make-float)
22367 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22368 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22369 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22370 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22371 (math-quotient, math-div-bignum, math-div-bignum-digit)
22372 (math-div-bignum-part, math-format-bignum-decimal)
22373 (math-read-bignum): Use math-bignum-digit-length,
22374 math-bignum-digit-size and math-small-integer-size.
22375
22376 * calc/calc-ext.el (math-fixnum-big): Use the variable
22377 math-bignum-digit-size.
22378
22379 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22380
22381 * log-view.el (log-view-mode-menu): New menu.
22382
22383 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
22384
22385 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22386 differently.
22387
22388 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22389 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22390
22391 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22392
22393 * vc-hg.el (vc-hg-print-log): Insert the file name.
22394 (vc-hg-log-view-mode): Fontify the file name.
22395
22396 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22397
22398 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22399 (calcFunc-julian): Fix incorrect number used in calculations.
22400
22401 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
22402
22403 * simple.el (next-error-recenter): New defcustom.
22404 (next-error, next-error-internal): Recenter if specified,
22405 immediately prior to running `next-error-hook'.
22406
22407 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22408 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22409
22410 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22411
22412 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22413
22414 * calc/calc-comb.el (math-small-factorial-table): New variable.
22415 (calcFunc-fact): Use `math-small-factorial-table'.
22416
22417 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22418 initial values.
22419 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22420 New variables to use in caches.
22421
22422 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22423 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22424
22425 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22426 (math-bernoulli-b-cache): Use math-read-number-simple to insert
22427 bignums.
22428
22429 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22430 New variables to use in caches.
22431
22432 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22433
22434 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22435
22436 * vc-hg.el (vc-hg-log-view-mode): New mode.
22437
22438 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
22439
22440 * calc/calc.el (math-read-number-simple): New function.
22441
22442 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22443
22444 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22445 (vera-font-lock-match-item): Fix doc string.
22446 (vera-in-comment-p): Remove unused function.
22447 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22448 use `syntax-ppss'.
22449 (vera-forward-syntactic-ws): Fix argument order.
22450 (vera-prepare-search): Use `with-syntax-table'.
22451 (vera-indent-line): Fix doc string.
22452 (vera-electric-tab): Fix doc string.
22453 (vera-expand-abbrev): Define alias instead of using `fset'.
22454 (vera-comment-uncomment-region): Use `comment-start-skip'.
22455
22456 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
22457
22458 * textmodes/org.el (org-export-with-footnotes): New option.
22459 (org-export-as-html): Fix replacement bug for XEmacs.
22460 (org-agenda-default-appointment-duration): New option.
22461
22462 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
22463
22464 * vc-hg.el: Add to do items.
22465 (vc-hg-diff): Add support for comparing different revisions.
22466 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22467 (vc-hg-annotate-extract-revision-at-line)
22468 (vc-hg-previous-version, vc-hg-checkin): New functions.
22469 (vc-hg-annotate-re): New constant.
22470
22471 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
22472
22473 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22474
22475 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22476
22477 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22478 buffer-local value of log-view-*-re if applicable.
22479
22480 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22481 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22482 (vc-bzr-command*): Remove both (incompatible) versions.
22483 (vc-bzr-do-command*): Remove.
22484 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22485 Remove by folding into its only caller vc-bzr-command.
22486 (vc-bzr-command): Always set the environment, even when ineffective.
22487 (vc-bzr-version): Minor fix up.
22488 (vc-bzr-admin-dirname): New var.
22489 (vc-bzr-bzr-dir): Remove.
22490 (vc-bzr-root-dir): New fun.
22491 (vc-bzr-registered): Use it. Add an autoloaded version.
22492 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22493 (vc-bzr-view-log-function): Remove.
22494 (vc-bzr-log-view-mode): New major mode to replace it.
22495 (vc-bzr-print-log): Only activate the old hack if needed.
22496
22497 * vc.el (vc-default-log-view-mode): New function.
22498 (vc-print-log): Add new `log-view-mode' VC operation.
22499
22500 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
22501
22502 * ido.el (ido-find-file-in-dir): Don't signal an error for
22503 empty directories.
22504
22505 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22506
22507 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22508 directory where the desktop file was found, as the docstring says.
22509 (desktop-kill): Use `read-directory-name'.
22510
22511 2007-06-20 Alan Mackenzie <acm@muc.de>
22512
22513 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22514 When removing lines, also remove the \n. Correction of patch of
22515 2007-04-21.
22516
22517 2007-06-20 Martin Rudalics <rudalics@gmx.at>
22518
22519 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22520 event is not a cons cell. Do not unread drag-mouse-1 events.
22521 Select right window in check whether space was stolen from
22522 window above.
22523
22524 * help-mode.el (help-make-xrefs): Adjust position of new forward
22525 button.
22526
22527 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
22528
22529 * vc-bzr.el (vc-bzr-with-process-environment)
22530 (vc-bzr-std-process-invocation): New macros.
22531 (vc-bzr-command, vc-bzr-command*): Use them.
22532 (vc-bzr-with-c-locale): Remove.
22533 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22534 (vc-bzr-buffer-nonblank-p): New function.
22535 (vc-bzr-state-words): New const.
22536 (vc-bzr-state): Look for `bzr status' keywords in output.
22537 Display everything else as a warning message to the user.
22538 Fix status report with bzr >= 0.15.
22539
22540 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
22541
22542 * vc-hg.el (vc-hg-global-switches): Simplify.
22543 (vc-hg-state): Handle more states.
22544 (vc-hg-diff): Fix doc-string.
22545 (vc-hg-register): New function.
22546 (vc-hg-checkout): Likewise.
22547
22548 2007-06-20 Reto Zimmermann <reto@gnu.org>
22549
22550 * progmodes/vera-mode.el: New file.
22551
22552 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
22553
22554 * calc/calc.el (calc-multiplication-has-precendence):
22555 New variable.
22556 (math-standard-ops, math-standard-ops-p, math-expr-ops):
22557 New functions.
22558 (math-expr-opers): Define using math-standard-ops rather than
22559 math-standard-opers.
22560 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22561 equal the function math-standard-ops rather than the variable
22562 math-standard-opers.
22563 (calc-algebraic-entry): Let math-expr-opers equal
22564 math-standard-ops or math-expr-ops, as appropriate.
22565 (math-expr-read-level, math-read-factor): Let math-expr-opers
22566 equal math-expr-ops.
22567 * calc/calc-embed.el (calc-embedded-finish-edit):
22568 Let math-expr-opers equal the function math-standard-ops
22569 rather than the variable math-standard-opers.
22570 * calc/calc-ext.el (math-read-plain-expr)
22571 (math-format-flat-expr-fancy): Let math-expr-opers equal the
22572 function math-standard-ops rather than the variable
22573 math-standard-opers.
22574 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22575 Let math-expr-opers equal the function math-standard-ops rather
22576 than the variable math-standard-opers.
22577 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22578 equal the function math-standard-ops rather than the variable
22579 math-standard-opers.
22580 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22581 equal the function math-standard-ops rather than the variable
22582 math-standard-opers.
22583 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22584 math-expr-ops.
22585
22586 2007-06-19 Ivan Kanis <apple@kanis.eu>
22587
22588 * vc-hg.el: New file.
22589
22590 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
22591
22592 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22593 with font-lock-multiline.
22594
22595 2007-06-17 Glenn Morris <rgm@gnu.org>
22596
22597 * lpr.el (lpr-page-header-switches): Move %s to separate element
22598 for correct quoting. Doc fix.
22599
22600 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22601
22602 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22603 than setting sgml-xml-mode.
22604 (sgml-mode, html-mode): Set sgml-xml-mode.
22605 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22606 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22607 (sgml-electric-tag-pair-before-change-function)
22608 (sgml-electric-tag-pair-flush-overlays): New functions.
22609 (sgml-electric-tag-pair-mode): New minor mode.
22610 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22611 (sgml-calculate-indent): Use assoc-string.
22612
22613 2007-06-16 Karl Fogel <kfogel@red-bean.com>
22614
22615 * thingatpt.el (thing-at-point-email-regexp): Don't require two
22616 chars before the "@" in an email address. Andreas Roehler noticed
22617 this problem.
22618
22619 2007-06-15 Karl Fogel <kfogel@red-bean.com>
22620
22621 * thingatpt.el: Add support for email addresses (`email').
22622 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22623 (thing-at-point-email-regexp): New variable.
22624 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22625 properties on this symbol, with lambda forms for values.
22626
22627 2007-06-15 Masatake YAMATO <jet@gyve.org>
22628
22629 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22630
22631 * vc.el (vc-dired-hook): Check the backend returned from
22632 `vc-responsible-backend' can really handle `subdir'.
22633
22634 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
22635
22636 * wid-edit.el (widget-add-documentation-string-button):
22637 Fix handling of documentation indent.
22638
22639 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
22640
22641 * mb-depth.el: New file.
22642
22643 2007-06-15 Masatake YAMATO <jet@gyve.org>
22644
22645 * vc.el (vc-dired-mode): Show backend name as part of mode name.
22646
22647 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
22648
22649 * wid-edit.el (widget-default-create): Move ?h handling here...
22650 (widget-default-format-handler): ...from here.
22651 (widget-docstring, widget-add-documentation-string-button): New funs.
22652 (documentation-string): Add :visibility-widget property.
22653 (widget-documentation-string-value-create): Use it.
22654
22655 * cus-edit.el (custom-split-regexp-maybe): Simplify.
22656 (custom-buffer-create-internal): Simplify message.
22657 (custom-variable-tag): Reduce height to normal.
22658 (custom-variable-value-create, custom-face-value-create)
22659 (custom-visibility): New widget.
22660 (custom-visibility): New face.
22661 (custom-group-value-create):
22662 Call widget-add-documentation-string-button, using `custom-visibility'.
22663
22664 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22665
22666 * emacs-lisp/bytecomp.el (byte-compile-current-group)
22667 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22668 change. Apparently the "warning even if the group is implicit" is
22669 a feature rather than a bug.
22670
22671 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
22672
22673 * emulation/viper.el (viper-describe-key-ad)
22674 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22675 Compile them conditionally.
22676 (viper-version): Belated version change.
22677
22678 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
22679
22680 * follow.el (follow-all-followers, follow-generic-filter):
22681 * pcomplete.el (pcomplete-restore-windows):
22682 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22683 (x-dnd-drop-data):
22684 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22685 * progmodes/python.el (python-complete-symbol):
22686 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22687
22688 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
22689
22690 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22691 around bright and dim regexps. Make sure bright and dim matches
22692 use word anchors. Send text through rcirc-markup functions.
22693 (rcirc-url-regexp): Add single quote character.
22694 (rcirc-connect): Write logs to disk on auto-save-hook.
22695 Make server a non-optional argument.
22696 (rcirc-log-alist): New variable.
22697 (rcirc-log-directory): Make customizable.
22698 (rcirc-log-flag): New customizable variable.
22699 (rcirc-log): New function.
22700 (rcirc-print): Use above function.
22701 (rcirc-log-write): New function.
22702 (rcirc-generate-new-buffer-name): Strip text properties.
22703 (rcirc-switch-to-buffer-function): Remove variable.
22704 (rcirc-last-non-irc-buffer): Remove variable.
22705 (rcirc-non-irc-buffer): Add function.
22706 (rcirc-next-active-buffer): Use above function.
22707 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22708 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22709 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22710 (rcirc-omit-mode): Add minor-mode.
22711 (rcirc-mode-map): Change C-c C-o binding.
22712 (rcirc-mode): Clear mode-line-process. Use a custom
22713 fill-paragraph-function. Set up buffer-invisibility-spec.
22714 (rcirc-response-formats): Remove timestamp code.
22715 (rcirc-omit-responses): Add variable.
22716 (rcirc-print): Don't put the overlay arrow on potentially omitted
22717 lines. Log line to disk. Record activity for private messages
22718 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
22719 (rcirc-jump-to-first-unread-line): Print message if there is no
22720 unread text.
22721 (rcirc-clear-unread): New function.
22722 (rcirc-markup-text-functions): Add variable.
22723 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22724 (rcirc-debug): Don't mess with window configuration.
22725 (rcirc-send-message): Send message before printing locally.
22726 Add SILENT argument, do not print message if non-nil.
22727 (rcirc-visible-buffers): New function and variable.
22728 (rcirc-window-configuration-change-1): Add function.
22729 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22730 server buffer.
22731 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22732 (rcirc-fill-paragraph): Add function.
22733 (rcirc-record-activity, rcirc-window-configuration-change-1):
22734 Only update the activity string if it has actually changed.
22735 (rcirc-update-activity-string): Remove padding characters from the
22736 mode-line string.
22737 (rcirc-disconnect-buffer): New function to be called when a
22738 channel is parted or the user quits.
22739 (rcirc-server-name): Warn when the server-name hasn't been set.
22740 (rcirc-window-configuration-change): Postpone work until
22741 post-command-hook.
22742 (rcirc-window-configuration-change-1): Update mode-line and
22743 overlay arrows here.
22744 (rcirc-authenticate): Fixc hanserv identification.
22745 (rcirc-default-server): Remove variable.
22746 (rcirc): Connect according to rcirc-connections.
22747 (rcirc-connections): Add variable.
22748 (rcirc-startup-channels-alist): Remove variable.
22749 (rcirc-startup-channels): Remove function.
22750
22751 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22752
22753 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22754
22755 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
22756
22757 * term/xterm.el (terminal-init-xterm): Escape parens in character
22758 constants.
22759
22760 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22761
22762 * progmodes/sh-script.el: Remove unneeded * from docstrings.
22763 Use [:alpha:] and [:alnum:] where applicable.
22764 (sh-quoted-subshell): Rewrite to correctly
22765 handle nested mixes of `...' and $(...).
22766 (sh-apply-quoted-subshell): Remove.
22767 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22768
22769 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
22770
22771 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
22772
22773 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22774 previous change.
22775
22776 2007-06-12 Tom Tromey <tromey@redhat.com>
22777
22778 * subr.el (user-emacs-directory): New defconst.
22779 * cmuscheme.el (scheme-start-file):
22780 * shell.el (shell):
22781 * completion.el (save-completions-file-name):
22782 * custom.el (custom-theme-directory):
22783 * term/x-win.el (emacs-session-filename):
22784 * filesets.el (filesets-menu-cache-file):
22785 * thumbs.el (thumbs-thumbsdir):
22786 * server.el (server-auth-dir):
22787 * image-dired.el (image-dired-dir):
22788 (image-dired-db-file):
22789 (image-dired-temp-image-file):
22790 (image-dired-gallery-dir):
22791 (image-dired-temp-rotate-image-file):
22792 * play/gamegrid.el (gamegrid-user-score-file-directory):
22793 * savehist.el (savehist-file):
22794 * tutorial.el (tutorial--saved-dir):
22795 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22796
22797 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
22798
22799 * scroll-lock.el (scroll-lock-mode): Doc fix.
22800
22801 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22802
22803 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22804
22805 * ediff-init.el: Doc strings.
22806
22807 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22808
22809 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22810 (byte-compile-file): Bind it.
22811 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22812 group argument is provided implicitly.
22813 (byte-compile-format-warn, byte-compile-from-buffer)
22814 (byte-compile-insert-header): Don't hardcode point-min==1.
22815 (byte-compile-file-form-require): Remove unused var old-load-list.
22816 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22817
22818 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22819
22820 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22821 Display error messages.
22822 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22823 Get rid of cl.el dependencies.
22824
22825 * emulation/viper-init.el (viper-suppress-input-method-change-message):
22826 New variable.
22827 (viper-activate-input-method-action)
22828 (viper-inactivate-input-method-action):
22829 Use viper-suppress-input-method-change-message.
22830
22831 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22832 for C-s, C-r.
22833
22834 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22835 Use viper-replace-overlay-cursor-color instead of
22836 viper-replace-overlay-cursor-color.
22837 (viper-sit-for-short): Use sit-for with 3 arguments.
22838
22839 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22840 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22841 to gud-mode.
22842
22843 * ediff-mult.el (ediff-meta-buffer-brief-message)
22844 (ediff-meta-buffer-verbose-message): New variables.
22845 (ediff-meta-buffer-message): Variable deleted.
22846 (ediff-verbose-help-enabled): New variable.
22847 (ediff-toggle-verbose-help-meta-buffer): New function.
22848 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22849 message options.
22850
22851 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22852 (ediff-fixup-patch-map): Improve heuristic.
22853
22854 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22855
22856 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22857 (log-view-font-lock-keywords): Simplify.
22858 (log-view-current-file, log-view-current-tag): Simplify.
22859
22860 2007-06-12 Sam Steingold <sds@gnu.org>
22861
22862 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22863
22864 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
22865
22866 * desktop.el (desktop-load-locked-desktop): New option.
22867 (desktop-read): Use it.
22868 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22869 Use `when'.
22870
22871 2007-06-12 Davis Herring <herring@lanl.gov>
22872
22873 * desktop.el (desktop-save-mode-off): New function.
22874 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22875 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22876 (desktop-claim-lock, desktop-release-lock): New functions.
22877 (desktop-kill): Tell `desktop-save' that this is the last save.
22878 Release the lock afterwards.
22879 (desktop-buffer-info): New function.
22880 (desktop-save): Use it. Run `desktop-save-hook' where the doc
22881 says to. Detect conflicts, and manage the lock.
22882 (desktop-read): Detect conflicts. Manage the lock.
22883
22884 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22885
22886 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22887
22888 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22889 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
22890 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22891 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22892 keysyms rather than byte sequences.
22893 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22894
22895 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22896
22897 * font-lock.el (font-lock-add-keywords): In case font-lock was only
22898 half-activated, forcefully activate it completely.
22899
22900 2007-06-11 Richard Stallman <rms@gnu.org>
22901
22902 * cus-edit.el (custom-variable-type): Doc fix.
22903
22904 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22905
22906 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22907 (sh-font-lock-flush-syntax-ppss-cache): New functions.
22908 (sh-font-lock-syntactic-keywords): Use them to distinguish the
22909 different possible cases for \'.
22910
22911 * complete.el (PC-bindings): Don't bind things already bound in the
22912 parent keymap.
22913
22914 * textmodes/bibtex-style.el: New file.
22915
22916 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
22917
22918 * vc-bzr.el: New file.
22919
22920 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22921
22922 * vc-svn.el (vc-svn-program): New var.
22923 (vc-svn-command): Use it.
22924
22925 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
22926
22927 * server.el (server-switch-buffer): Remove redundant check.
22928
22929 2007-06-10 Martin Rudalics <rudalics@gmx.at>
22930
22931 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22932 Match against file-name-nondirectory.
22933 Fix text on user customization variables.
22934 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22935
22936 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22937
22938 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22939
22940 2007-06-09 Davis Herring <herring@lanl.gov>
22941
22942 * desktop.el (desktop-minor-mode-table): Doc fix.
22943
22944 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22945
22946 * textmodes/css-mode.el (css-navigation-syntax-table):
22947 Use set-char-table-range so it also works in the unicode branch.
22948
22949 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22950
22951 * help-mode.el (help-xref-forward-stack)
22952 (help-xref-stack-forward-item, help-forward-label): New variables.
22953 (help-forward): New button type.
22954 (help-setup-xref): Initialise help-xref-forward-stack.
22955 (help-make-xrefs): Add forward button, if appropriate.
22956 (help-xref-go-back): Push item on forward stack.
22957 (help-xref-go-forward, help-go-forward): New functions.
22958
22959 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
22960
22961 * dired.el (dired-mode-map): Remove spurious separator.
22962
22963 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22964
22965 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22966
22967 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22968 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22969
22970 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
22971
22972 * textmodes/org.el: Version number fixed.
22973
22974 2007-06-07 Glenn Morris <rgm@gnu.org>
22975
22976 * version.el (emacs-copyright): New constant.
22977 * startup.el (fancy-splash-tail): Use emacs-copyright.
22978 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22979
22980 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22981 `make-local'.
22982 (byte-compile-warnings-safe-p): Add `make-local'.
22983 (byte-compile-make-variable-buffer-local):
22984 Allow byte-compile-warnings to suppress this warning.
22985
22986 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22987 format of "menu" description.
22988 (tutorial--find-changed-keys): Describe the specific menu a
22989 command is in.
22990
22991 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22992 Rewrite compatibility functions to silence byte-compiler.
22993
22994 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22995
22996 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22997 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22998
22999 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
23000
23001 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
23002
23003 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
23004
23005 * progmodes/ebrowse.el (ebrowse-member-table):
23006 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
23007 (org-batch-agenda-csv): Fix typos in docstrings.
23008
23009 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
23010
23011 * pgg.el (pgg-sign-region, pgg-sign):
23012 * ses.el (ses-call-printer):
23013 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
23014 * textmodes/org.el (org-cycle): Fix typos in docstrings.
23015
23016 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
23017
23018 * textmodes/org.el (org-export-region-as-html)
23019 (org-replace-region-by-html, org-number-to-letters)
23020 (org-table-fedit-finish, org-normalize-color)
23021 (org-table-fedit-ref-right, org-date-to-gregorian)
23022 (org-table-fedit-move, org-table-convert-refs-to-rc)
23023 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
23024 (org-write-agenda, org-colgroup-info-to-vline-list)
23025 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
23026 (org-indent-line-function, org-export-as-html-to-buffer)
23027 (org-store-agenda-views, org-update-mode-line)
23028 (org-find-if, org-delete-all)
23029 (org-table-fedit-convert-buffer, org-emphasize)
23030 (org-uniquify, org-table-fedit-lisp-indent)
23031 (org-table-fedit-scroll, org-get-todo-sequence-head)
23032 (org-table-fedit-scroll-down, org-table-fedit-line-down)
23033 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
23034 (org-table-fedit-toggle-coordinates, org-dvipng-color)
23035 (org-table-fedit-line-up, org-table-fedit-ref-down)
23036 (org-table-formula-from-user, org-mode-flyspell-verify)
23037 (org-cycle-show-empty-lines, org-ctrl-c-ret)
23038 (org-table-formula-to-user, org-diary-to-ical-string)
23039 (orgtbl-export, org-table-fedit-post-command)
23040 (org-closed-in-range, org-shiftcontrolright)
23041 (org-table-convert-refs-to-an, org-table-hline-and-move)
23042 (org-table-formula-less-p, org-format-table-ascii)
23043 (org-agenda-get-sexps, org-shift-refpart)
23044 (org-diary-sexp-entry, org-time-string-to-absolute)
23045 (org-table-show-reference, org-letters-to-number)
23046 (org-fix-agenda-info, org-table-fedit-ref-up)
23047 (org-table-fedit-shift-reference, org-table-fedit-abort)
23048 (org-closest-date, org-shiftcontrolleft)
23049 (org-at-heading-or-item-p, org-rematch-and-replace)
23050 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
23051 New functions.
23052 (org-table-edit-scroll-down, org-finish-edit-formulas)
23053 (org-table-edit-next-field, org-abort-edit-formulas)
23054 (org-font-lock-level, org-export-find-first-heading-line)
23055 (org-table-edit-line-down, org-table-edit-backward-field)
23056 (org-edit-formula-lisp-indent, org-table-edit-move)
23057 (org-check-log-option, org-this-word)
23058 (org-table-edit-line-up, org-table-edit-formulas-post-command)
23059 (org-agenda-file-to-end, org-expand-file-name)
23060 (org-fake-empty-table-line, org-table-edit-scroll)
23061 (org-toggle-log-option, org-show-reference): Function removed.
23062 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
23063 New defsubsts.
23064 (org-unmodified, org-batch-store-agenda-views)
23065 (org-batch-agenda-csv): New macro.
23066 (org-agenda-export): New customization group.
23067 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
23068 (org-highest-priority, org-agenda-exporter-settings)
23069 (org-log-done-with-time, org-replace-disputed-keys)
23070 (org-format-latex-header, org-export-table-header-tags)
23071 (org-cycle-separator-lines, org-export-table-data-tags)
23072 (org-icalendar-include-sexps)
23073 (org-empty-line-terminates-plain-lists)
23074 (org-log-repeat, org-special-ctrl-a)
23075 (org-table-use-standard-references, org-disputed-keys)
23076 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
23077 (org-agenda-export-html-style): New option.
23078 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
23079 (org-CUA-compatible): Option removed.
23080 (org-agenda-structure, org-sexp-date): New face.
23081 (org-todo-keywords-for-agenda, org-not-done-keywords)
23082 (org-planning-or-clock-line-re, org-agenda-name)
23083 (org-table-colgroup-info, org-todo-sets)
23084 (constants-unit-system, org-clock-mode-line-entry)
23085 (org-mode-line-timer, org-table-current-begin-pos)
23086 (org-todo-keywords-1, org-mode-line-string)
23087 (org-table-clean-did-remove-column, org-table-fedit-map)
23088 (org-clock-heading, org-table-buffer-is-an)
23089 (org-agenda-info, org-done-keywords)
23090 (org-done-keywords-for-agenda, org-todo-heads)
23091 (org-todo-kwd-alist, org-clock-start-time): New variable.
23092 (org-todo-kwd-priority-p, org-edit-formulas-map)
23093 (org-repeat-re, org-todo-kwd-max-priority)
23094 (org-version, org-done-string)
23095 (org-table-clean-did-remove-column-1, org-disputed-keys):
23096 Remove variables.
23097 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
23098 (org-ts-lengths): Constant removed.
23099 (org-follow-gnus-link): Don't ask how many articles to read.
23100 (org-export-find-first-export-line): Rename from
23101 `org-export-find-first-heading'.
23102 Use `org-export-skip-text-before-1st-heading'.
23103 (org-table-fedit-post-command): Rename from
23104 `org-table-edit-formulas-post-command'.
23105 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
23106 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
23107 (org-table-fedit-lisp-indent): Rename from
23108 `org-edit-formula-lisp-indent'.
23109 (org-table-show-reference): Rename from `org-show-reference'.
23110 (org-table-store-formulas): Use `org-table-formula-less-p'.
23111 (org-table-edit-formulas): Position cursor to current field equation.
23112 (org-update-checkbox-count, org-hide-archived-subtrees)
23113 (org-timestamp-up-day, org-timestamp-down-day)
23114 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23115 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
23116 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
23117 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
23118 Let `org-on-heading-p' also check for invisible heading.
23119 (org-read-date): Match am/pm times.
23120 (org-eval-in-calendar): Fix default date in prompt.
23121
23122 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
23123
23124 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
23125 "ChangeLog.a" entries, giving the latter lower priority.
23126
23127 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
23128
23129 * faces.el (face-id): If the argument is a face alias,
23130 return the ID of the target face.
23131
23132 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
23133
23134 * net/socks.el (top): Remove unnecessary copyright line.
23135
23136 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
23137
23138 * longlines.el (longlines-auto-wrap): Handle argument correctly.
23139
23140 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
23141
23142 * net/socks.el: New file, taken from w3 repository.
23143 (top): Update Copyright. Don't load cl.el.
23144 (all): Replace `case' by `cond', `string-to-int' by
23145 `string-to-number', and `process-kill-without-query' by
23146 `set-process-query-on-exit-flag'.
23147 (socks-char-int): Remove defalias and all occurrences.
23148
23149 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
23150
23151 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
23152 Fix typos in docstrings.
23153 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
23154 (compilation-finish-function): Fix typo in obsolescence declaration.
23155
23156 2007-06-03 Sam Steingold <sds@gnu.org>
23157
23158 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
23159 handle unending automatic recompilation of changed files (`omake -P').
23160 (compilation-loop): VISITED is now 5th CDR.
23161 (compilation-next-error-function): Set TIMESTAMP.
23162
23163 2007-06-03 Sam Steingold <sds@gnu.org>
23164
23165 * files.el (kill-buffer-ask): New function.
23166 (kill-some-buffers): Use it.
23167 (kill-matching-buffers): New user command.
23168
23169 2007-06-01 David Kastrup <dak@gnu.org>
23170
23171 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23172 Change default to `top'.
23173
23174 2007-05-31 Richard Stallman <rms@gnu.org>
23175
23176 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
23177
23178 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
23179
23180 * textmodes/css-mode.el: New file.
23181
23182 2007-05-30 Michael Olson <mwolson@gnu.org>
23183
23184 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
23185 died and we are trying to send a signal to it. The program using
23186 tq.el should periodically check to see whether the process has
23187 died and react appropriately -- this is not the responsibility of
23188 tq.el, and is consistent with the rest of the tq.el source code.
23189
23190 2007-05-29 Martin Rudalics <rudalics@gmx.at>
23191
23192 * textmodes/table.el (table--point-entered-cell-function)
23193 (table--point-left-cell-function):
23194 Bind `inhibit-point-motion-hooks' to t.
23195
23196 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23197
23198 * emacs-lisp/rx.el (rx): Doc fix.
23199
23200 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
23201
23202 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
23203
23204 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
23205
23206 Sync with Tramp 2.0.56.
23207
23208 * net/tramp.el:
23209 * net/tramp-ftp.el:
23210 * net/tramp-smb.el:
23211 * net/tramp-util.el:
23212 * net/tramp-vc.el:
23213 Don't load cl.el, because that pollutes the namespace. Replace cl
23214 macros by their implementations where necessary. Requested by
23215 Richard Stallman <rms@gnu.org>.
23216
23217 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
23218 doesn't exist.
23219 (with-parsed-tramp-file-name): Protect debug spec during compilation.
23220 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
23221 (tramp-file-name-p, tramp-file-name-multi-method)
23222 (tramp-file-name-method, tramp-file-name-user)
23223 (tramp-file-name-host, tramp-file-name-localname): New defuns,
23224 replacing defstruct `tramp-file-name'.
23225 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
23226 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
23227 Apply `vector' instead of `make-tramp-file-name'.
23228 (tramp-handle-make-auto-save-file-name):
23229 Apply `tramp-temporary-file-directory' for compatibility reasons.
23230 (tramp-completion-mode): Use `natnump' instead of `wholenump'
23231 because of XEmacs.
23232 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
23233 started.
23234
23235 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
23236
23237 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
23238
23239 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
23240
23241 * log-edit.el (log-edit-changelog-paragraph): Return point-max
23242 as the end of the ChangeLog paragraph when it ends without a line
23243 termination.
23244
23245 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
23246
23247 * net/webjump.el (webjump-sample-sites):
23248 Add simple Wikipedia query.
23249
23250 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23251
23252 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
23253 compatibility code.
23254
23255 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
23256 (copyright-update-year): Use it.
23257
23258 * edmacro.el (edmacro-format-keys): Use current-active-maps.
23259
23260 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
23261 Add indentation and debugging info. Fix up comment convention.
23262
23263 * cus-dep.el (custom-make-dependencies): Simplify.
23264
23265 * composite.el (compose-region, decompose-region):
23266 Use inhibit-read-only and restore-buffer-modified-p.
23267
23268 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
23269 (xterm-mouse-event): Use it.
23270
23271 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
23272
23273 * bs.el (bs-cycle-previous): Don't modify the cycle list until
23274 `switch-to-buffer' has returned succesfully.
23275 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
23276 window is dedicated (it could iconify the frame).
23277
23278 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
23279
23280 * vc-hooks.el (vc-find-root): Fix file attribute test.
23281
23282 2007-05-24 Richard Stallman <rms@gnu.org>
23283
23284 * textmodes/flyspell.el (flyspell-correct-word-before-point):
23285 Don't let opoint be nil.
23286 (flyspell-emacs-popup): Explicit error if no dialogs.
23287
23288 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
23289
23290 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23291 (image-next-line, image-previous-line, image-scroll-up)
23292 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23293 New functions.
23294 (image-mode-map): Remap motion commands.
23295 (image-mode-text-map): New keymap for viewing images as text.
23296 (image-mode): Use image-mode-map.
23297 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23298
23299 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23300
23301 * textmodes/fill.el (canonically-space-region): Make the second arg
23302 a marker if it's not already the case.
23303
23304 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23305
23306 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23307 (tar-get-descriptor): Handle type 55, an extended pax header.
23308
23309 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23310
23311 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23312 to confuse outline-minor-mode.
23313
23314 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23315
23316 * tar-mode.el (tar-file-name-handler): New function.
23317 (tar-extract): Bind file-name-handler-alist to it to force
23318 find-buffer-file-type-coding-system behave as if the file being
23319 extracted existed. Use last-coding-system-used to force
23320 buffer-file-coding-system to what decode-coding-region actually
23321 used to decode the file.
23322
23323 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23324
23325 * progmodes/compile.el (compilation-handle-exit):
23326 `compilation-finish-function' may change the current buffer.
23327
23328 2007-05-22 Richard Stallman <rms@gnu.org>
23329
23330 * files.el (set-auto-mode): Doc fix.
23331
23332 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
23333
23334 * help-fns.el (find-source-lisp-file): New function.
23335 (describe-function-1): Use find-source-lisp-file to find source
23336 file in compile tree.
23337
23338 2007-05-22 Eli Zaretskii <eliz@gnu.org>
23339
23340 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23341
23342 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
23343
23344 * emacs-lisp/easy-mmode.el (define-minor-mode)
23345 (easy-mmode-define-navigation): Fix typos in docstrings.
23346
23347 2007-05-22 Glenn Morris <rgm@gnu.org>
23348
23349 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23350
23351 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
23352
23353 * mail/mail-extr.el (mail-extract-address-components):
23354 Recognize non-ASCII characters except for NBSP as words.
23355
23356 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
23357
23358 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23359 (rcirc-print): Handle `window-width'.
23360 (rcirc-buffer-maximum-lines): Doc fix.
23361
23362 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23363
23364 * image-mode.el (image-toggle-display): Don't clear image cache.
23365 Only use filename in image spec if the file is readable.
23366 Call image-refresh.
23367
23368 * image.el (image-type-from-file-name, image-type): Simplify.
23369 (image-type-auto-detected-p): Don't scan auto-mode-alist.
23370
23371 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23372 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23373
23374 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23375
23376 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23377 is an error.
23378
23379 * term/linux.el (terminal-init-linux): Don't signal an error
23380 if gpm isn't running.
23381
23382 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23383
23384 * t-mouse.el: Reduce to a minor-mode macro call.
23385 (t-mouse-mode): Remove the lighter.
23386
23387 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23388
23389 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
23390
23391 * files.el (auto-mode-alist): Change the regexp so that
23392 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23393
23394 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23395
23396 * Version 22.1 released.
23397
23398 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23399
23400 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23401 changes.
23402
23403 2007-05-19 Kevin Ryde <user42@zip.com.au>
23404
23405 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23406
23407 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
23408
23409 * textmodes/sgml-mode.el: Revert last change.
23410
23411 2007-05-18 Richard Stallman <rms@gnu.org>
23412
23413 * simple.el (push-mark): Doc fix.
23414
23415 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
23416
23417 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23418 tpu-global-map.
23419 (tpu-original-global-map): Variable deleted.
23420 (tpu-control-keys-map): New keymap variable.
23421 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23422 setting keymapping directly.
23423 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23424 tpu-global-map.
23425 (tpu-edt-on): Activate the tpu-global-map.
23426 (tpu-edt-off): Deactivate the tpu-global-map.
23427
23428 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
23429
23430 * textmodes/ispell.el (ispell-get-word): Return markers
23431 for start and end positions.
23432 (ispell-word): Assume END is a marker.
23433
23434 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
23435
23436 * textmodes/sgml-mode.el (sgml-tag):
23437 Fix bug: Call sgml-transformation-function.
23438
23439 2007-05-17 Martin Rudalics <rudalics@gmx.at>
23440
23441 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23442 modified flag of buffer. Use `inhibit-modification-hooks'.
23443
23444 2007-05-16 Richard Stallman <rms@gnu.org>
23445
23446 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23447
23448 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23449
23450 * files.el (magic-mode-alist, magic-fallback-mode-alist):
23451 Move the *ml, Postscript, and XmCD entries to the fallback part.
23452
23453 * files.el (magic-fallback-mode-alist):
23454 Rename from file-start-mode-alist.
23455
23456 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23457
23458 * progmodes/compile.el (compilation-handle-exit): Quote first
23459 argument of `run-hook-with-args'.
23460
23461 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
23462
23463 * buff-menu.el (Buffer-menu-sort-column):
23464 * dabbrev.el (dabbrev-upcase-means-case-search):
23465 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23466 * info.el (Info-current-subfile):
23467 * ls-lisp.el (ls-lisp-verbosity):
23468 * msb.el (msb-menu-cond):
23469 * pcvs.el (cvs-dired-use-hook):
23470 * simple.el (set-mark-command-repeat-pop):
23471 * time.el (display-time-24hr-format, display-time-mail-file):
23472 Doc fixes.
23473
23474 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23475 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23476
23477 * view.el (view-inhibit-help-message): Fix typo in docstring.
23478 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23479
23480 2007-05-16 Martin Rudalics <rudalics@gmx.at>
23481
23482 * textmodes/ispell.el (ispell-start-process): Defend against bad
23483 default-directory.
23484
23485 2007-05-14 Eli Zaretskii <eliz@gnu.org>
23486
23487 * mail/rmail.el (rmail-convert-to-babyl-format): Check
23488 content-transfer-encoding _last_, because it's its position that
23489 we need as value of base64-header-field-end.
23490
23491 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
23492
23493 * files.el (mode-require-final-newline, require-final-newline)
23494 (enable-local-variables, enable-local-eval): Doc fixes.
23495
23496 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23497
23498 * ps-print.el: Use default color when foreground or background color
23499 are unspecified. Reported by Leo <sdl.web@gmail.com>.
23500 (ps-print-version): New version 6.7.4.
23501 (ps-rgb-color): New argument. Use default color when color is
23502 unspecified.
23503 (ps-begin-job): Fix code.
23504
23505 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
23506
23507 * longlines.el (longlines-mode): Make longlines-auto-wrap
23508 buffer-local. Add hooks unconditionally.
23509 (longlines-auto-wrap): Toggle wrapping.
23510 (longlines-after-change-function)
23511 (longlines-post-command-function): Check longlines-auto-wrap.
23512
23513 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
23514
23515 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23516 (xterm-mouse-translate): Use it.
23517
23518 2007-05-10 Richard Stallman <rms@gnu.org>
23519
23520 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23521 (iso-cvt-write-only): Likewise.
23522
23523 * emacs-lisp/easy-mmode.el (define-minor-mode):
23524 Fix generated doc string.
23525
23526 * startup.el (fancy-splash-text): Add URL of guided tour.
23527 Adjust horizontal and vertical whitespace.
23528
23529 * progmodes/compile.el (compilation-handle-exit):
23530 Use run-hook-with-args to run compilation-finish-functions.
23531
23532 * files.el (file-start-mode-alist): New variable.
23533 (magic-mode-regexp-match-limit): Doc fix.
23534 (set-auto-mode): Handle file-start-mode-alist.
23535 A little cleanup of structure.
23536
23537 * dabbrev.el (dabbrev-eliminate-newlines):
23538 Renamed from dabbrev--eliminate-newlines. All uses changed.
23539
23540 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
23541
23542 * man.el (Man-next-section): Don't consider the last line of the page
23543 as being part of any section.
23544
23545 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
23546
23547 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23548 can take any number of values.
23549
23550 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23551
23552 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23553 to the list of citation commands.
23554
23555 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23556
23557 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23558
23559 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
23560
23561 * progmodes/python.el (python-font-lock-keywords)
23562 (python-open-block-statement-p, python-mode): Add support for the new
23563 "with" keyword.
23564
23565 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23566
23567 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23568 the exact opposite of diff-goto-source.
23569
23570 * emacs-lisp/advice.el (ad-special-forms): Remove.
23571 (ad-special-form-p): Use subr-arity.
23572
23573 * newcomment.el (comment-search-forward): Make sure we search forward.
23574 (comment-enter-backward): Try and distinguish the non-matching case at
23575 EOB from the non-matching case with a missing comment-end-skip for
23576 a 2-char comment ender.
23577 (comment-choose-indent): New function extracted from comment-indent.
23578 Improve the alignment algorithm.
23579 (comment-indent): Use it.
23580
23581 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23582 XML style Processing Instructions.
23583 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
23584 (sgml-calculate-indent): Handle `pi' context.
23585
23586 * vc.el: Ensure that update-changelog issues an error when used with
23587 a backend that does not implement it.
23588 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23589 Remove `backend' argument. Use expand-file-name.
23590 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23591
23592 * progmodes/python.el (python-end-of-block): Revert last change.
23593 (python-end-of-statement): Make sure we move *forward*.
23594
23595 2007-05-08 Richard Stallman <rms@gnu.org>
23596
23597 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23598 Don't include non-self-insert commands in the exception for `-'.
23599
23600 2007-05-08 David Reitter <david.reitter@gmail.com>
23601
23602 * progmodes/python.el (python-guess-indent): Check non-nullness
23603 before comparing indent against the 2..8 interval.
23604
23605 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23606
23607 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23608 available.
23609
23610 2007-05-06 Richard Stallman <rms@gnu.org>
23611
23612 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23613
23614 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23615
23616 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23617 rather than storing their value in the revert-buffer function.
23618
23619 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
23620
23621 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23622 when disabling t-mouse-mode.
23623
23624 2007-05-01 Davis Herring <herring@lanl.gov>
23625
23626 * calendar/timeclock.el: Update version number.
23627 (timeclock-modeline-display): Mention timeclock-use-display-time
23628 in explanatory message.
23629 (timeclock-in): Fix non-interactive workday specifications.
23630 (timeclock-log): Don't kill the log buffer if it already existed.
23631 Suppress warnings when finding the log. Don't check for a nil
23632 project twice. Run hooks after killing the buffer (if applicable).
23633 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23634 was geometric). All uses changed.
23635 (timeclock-generate-report): Support prefix argument.
23636
23637 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
23638
23639 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23640 disconnections.
23641
23642 2007-05-01 Romain Francoise <romain@orebokech.com>
23643
23644 * dired-x.el: Revert 2007-04-06 change.
23645
23646 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
23647
23648 * find-dired.el (find-dired-filter): Propertize all text down to eob.
23649
23650 2007-04-29 Richard Stallman <rms@gnu.org>
23651
23652 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23653
23654 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23655
23656 * progmodes/cc-mode.el (c-before-change): Use point-min rather
23657 than 1.
23658
23659 2007-04-28 Richard Stallman <rms@gnu.org>
23660
23661 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23662
23663 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
23664
23665 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23666 don't put stop on toolbar.
23667
23668 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23669
23670 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23671
23672 2007-04-28 Eli Zaretskii <eliz@gnu.org>
23673
23674 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23675 instead of $(lisp)/mh-e.
23676
23677 2007-04-28 Glenn Morris <rgm@gnu.org>
23678
23679 * image-dired.el (image-dired-cmd-create-thumbnail-options)
23680 (image-dired-cmd-create-temp-image-options): Replace option
23681 +profile "*" with -strip.
23682
23683 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
23684
23685 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23686 Use window-start and window-end.
23687
23688 2007-04-27 Andreas Schwab <schwab@suse.de>
23689
23690 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23691
23692 2007-04-27 Eli Zaretskii <eliz@gnu.org>
23693
23694 * textmodes/fill.el (fill-paragraph): Doc fix.
23695
23696 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
23697
23698 * locate.el (locate-in-alternate-database): Doc fix.
23699
23700 2007-04-26 Glenn Morris <rgm@gnu.org>
23701
23702 * button.el (button): Use underline if supported, else fall back
23703 to color.
23704
23705 * version.el (emacs-version): Increase to 22.1.50.
23706
23707 2007-04-25 Richard Stallman <rms@gnu.org>
23708
23709 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23710
23711 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
23712
23713 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23714 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23715 pushing mark.
23716 (idlwave-current-routine): Don't push mark.
23717
23718 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
23719
23720 * image-dired.el (image-dired-display-image): Derive image-type from
23721 filename rather than assuming jpeg, in case no resizing was needed.
23722
23723 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
23724
23725 * custom.el (defface): Doc fix.
23726
23727 See ChangeLog.12 for earlier changes.
23728
23729 ;; Local Variables:
23730 ;; coding: utf-8
23731 ;; add-log-time-zone-rule: t
23732 ;; End:
23733
23734 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
23735
23736 This file is part of GNU Emacs.
23737
23738 GNU Emacs is free software; you can redistribute it and/or modify
23739 it under the terms of the GNU General Public License as published by
23740 the Free Software Foundation; either version 3, or (at your option)
23741 any later version.
23742
23743 GNU Emacs is distributed in the hope that it will be useful,
23744 but WITHOUT ANY WARRANTY; without even the implied warranty of
23745 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23746 GNU General Public License for more details.
23747
23748 You should have received a copy of the GNU General Public License
23749 along with GNU Emacs; see the file COPYING. If not, write to the
23750 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23751 Boston, MA 02110-1301, USA.
23752
23753 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af