]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
4 (gdb-previous-frame-pc-address): ...to this.
5 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
6 of "info frame" with Gdb 6.4+.
7 (gdb-stack-list-frames-regexp): New regexp.
8 (gdb-frame-handler-1): Parse output of -stack-info-frame
9
10 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
11
12 * tar-mode.el (tar-prefix-offset): New constant.
13 (tar-header-block-tokenize): Support paths with long names
14 which use the "ustar" standard.
15
16 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
17
18 * image-dired.el (image-dired-track-original-file)
19 (image-dired-modify-mark-on-thumb-original-file):
20 Use `dired-goto-file' instead of `search-forward'. This solves
21 a bug with finding files where the file name is a subset of other
22 file names. Doc fix.
23
24 2008-04-22 Juri Linkov <juri@jurta.org>
25
26 * menu-bar.el (buffers-menu-max-size): Move its definition down to
27 the "Buffers Menu" section. Change group name `mouse' to `menu'.
28 (yank-menu-length): Change group name `mouse' to `menu'.
29 (buffers-menu-buffer-name-length): New user option.
30 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
31 instead of the hard-coded number 27.
32
33 2008-04-22 Juri Linkov <juri@jurta.org>
34
35 * isearch.el (eval-when-compile): Require `help-macro'.
36 (isearch-help-for-help-internal): Isearch specific Help screen
37 created by `make-help-screen'.
38 (isearch-help-map): New variable that binds "b", "k", "m" to
39 isearch-specific commands, and binds other keys to
40 isearch-other-control-char, thus allowing other Help keys to
41 exit isearch mode and execute their global definitions.
42 (isearch-help-for-help, isearch-describe-bindings)
43 (isearch-describe-key, isearch-describe-mode): New commands.
44 (isearch-mode-help): Define alias to isearch-describe-mode
45 and remove its old function definition.
46 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
47 Remove old comments because this issue is settled now.
48 (isearch-forward): Describe three new Help commands in the docstring.
49 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
50 leave the single sentence at the first line of the docstring,
51 and prepend the word "function" before `isearch-forward'
52 to make the Help link to the function instead of variable.
53
54 2008-04-22 Juri Linkov <juri@jurta.org>
55
56 * isearch.el (isearch-success-function): New variable with default
57 to `isearch-success-function-default'.
58 (isearch-search): Call a function from `isearch-success-function'
59 instead of calling the hard-coded `isearch-range-invisible'.
60 (isearch-success-function-default): New function that calls
61 `isearch-range-invisible' and inverts its return value.
62
63 * info.el (Info-search): In two similar places that skip
64 undesired search matches move code to Info-search-success-function,
65 and call `isearch-success-function' instead.
66 (Info-search-success-function): New function copied from code
67 in Info-search. Replace isearch-range-invisible with
68 text-property-not-all that checks for 'invisible and 'display
69 properties to skip partially invisible matches (whose display
70 properties were set by Info-fontify-node).
71 (Info-mode): Set buffer-local isearch-success-function
72 to Info-search-success-function.
73
74 2008-04-22 Juri Linkov <juri@jurta.org>
75
76 * minibuffer.el (internal-complete-buffer-except): New function.
77
78 * files.el (read-buffer-to-switch): New function.
79 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
80 Change interactive spec to call read-buffer-to-switch instead of
81 using the letter "B".
82
83 * simple.el (minibuffer-default-add-shell-commands): New function.
84 Use declare-function for mailcap-file-default-commands from "mailcap".
85 (shell-command): Set local minibuffer-default-add-function to
86 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
87 before calling read-shell-command. Set 4th arg default-value of
88 read-shell-command to relative buffer-file-name in file buffers.
89
90 * dired-aux.el (dired-read-shell-command-default): Move it to
91 gnus/mailcap.el and change its name to more general name
92 mailcap-file-default-commands.
93 (minibuffer-default-add-dired-shell-commands): New function.
94 Use declare-function for mailcap-file-default-commands from "mailcap".
95 (dired-read-shell-command): Set local minibuffer-default-add-function
96 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
97 before calling read-shell-command. Remove dired-read-shell-command-default
98 from the default value arg because default values are not set in
99 minibuffer-default-add-dired-shell-commands. Doc fix.
100
101 * dired-x.el (dired-smart-shell-command): Sync arguments and
102 interactive spec with changes in `shell-command'.
103 Use dired-get-filename to get the dired file name at point
104 as the default value in dired mode.
105
106 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
107
108 * info.el (Info-complete-menu-item): Add missing parenthesis.
109
110 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * info.el (Info-complete-menu-item): Save point.
113
114 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
115
116 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
117
118 2008-04-22 Andreas Schwab <schwab@suse.de>
119
120 * Makefile.in (emacs-deps): Define.
121 Use it instead of $(lisp)/subdirs.el.
122
123 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
124
125 * vc.el (vc-next-action): Do not consider directories when
126 checking for state compatibility.
127 (vc-transfer-file): Use when not if.
128 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
129 (vc-dir-mark-file): Use them.
130 (vc-deduce-fileset): Also return the backend.
131 (vc-diff-internal): Take as argument the value returned by
132 vc-deduce-fileset instead of just the fileset.
133 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
134 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
135 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
136
137 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
138
139 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
140 set-window-vscroll but image-scroll-down. Fixes a bug where a
141 command following SPC scrolled up again.
142
143 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
144
145 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
146 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
147 (gud-watch): Add "$" prefix when in registers buffer.
148
149 2008-04-22 Glenn Morris <rgm@gnu.org>
150
151 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
152
153 * whitespace.el (whitespace-display-table)
154 (whitespace-display-table-was-local): Move definitions before use.
155
156 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
157 (copyright-limit): Respect copyright-at-end-flag.
158 (copyright-re-search, copyright-start-point)
159 (copyright-offset-too-large-p): New functions.
160 (copyright-update-year): Use copyright-re-search.
161 (copyright-update, copyright-fix-years): Use copyright-start-point,
162 and copyright-re-search.
163 (copyright): Use copyright-offset-too-large-p.
164 * add-log.el (change-log-mode): Set copyright-at-end-flag.
165
166 * add-log.el (top-level): Require 'cl when compiling.
167
168 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
169
170 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
171 Treat minibuffer-completion-predicate as a predicate.
172
173 * minibuffer.el (completion--file-name-table): Accept both the old
174 `dir' arg or the new `pred' arg.
175
176 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
177 `predicate' argument to pass non-predicate data.
178 (ffap-read-url-internal, ffap-read-file-or-url-internal):
179 Use second arg as proper predicate.
180
181 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
182 (vc-bzr-revision-completion-table): Use completion-table-with-context
183 instead.
184
185 * simple.el (choose-completion-string): Use minibuffer-completion-table.
186
187 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
188
189 * term.el (term-emulate-terminal): Perform redisplay after the
190 process filter has finished running.
191
192 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
195
196 * minibuffer.el (completion-try-completion): Change magic symbol
197 property name. Rename from minibuffer-try-completion.
198 (completion-all-completions): Rename from minibuffer-all-completions.
199 Remove hide-spaces argument.
200 (completion--do-completion): Rename from minibuffer--do-completion.
201 (minibuffer-complete-and-exit): Call just try-completion rather than
202 completion-try-completion to fix up the case.
203 (completion--try-word-completion): Try to add space or hyphen before
204 making `string' a prefix of `completion'.
205 (completion--insert-strings): Rename from minibuffer--insert-strings.
206
207 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
208
209 * net/tls.el (tls-program): Add -ign_eof argument to call the
210 openssl commands.
211 (tls-checktrust): Ditto.
212
213 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
214
215 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
216
217 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
218 (vc-check-master-templates, vc-file-not-found-hook)
219 (vc-kill-buffer-hook):
220 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
221 (vc-find-position-by-context, vc-buffer-context)
222 (vc-restore-buffer-context, vc-responsible-backend)
223 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
224 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
225 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
226 (vc-version-diff, vc-diff, vc-insert-headers)
227 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
228 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
229 (vc-revert, vc-rollback, vc-version-backup-file)
230 (vc-rename-master, vc-delete-file, vc-rename-file)
231 (vc-branch-part, vc-default-retrieve-snapshot)
232 (vc-annotate-display-autoscale, vc-annotate-display-select)
233 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
234 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
235 (vc-dir-update): Handle directories.
236 (vc-default-status-printer): Simplify.
237
238 * progmodes/asm-mode.el (asm-mode-map):
239 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
240
241 * progmodes/m4-mode.el (m4-mode-map): Add menu.
242
243 2008-04-21 Kenichi Handa <handa@m17n.org>
244
245 * select.el (xselect-convert-to-string): Send a C_STRING only if
246 the polymorphic target TEXT is requested.
247
248 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
249
250 * minibuffer.el (completion-setup-hook, display-completion-list)
251 (completion--file-name-table): Fix typos in docstrings.
252 (completion-table-dynamic): Fix typo, and reflow docstring.
253
254 2008-04-20 Andreas Schwab <schwab@suse.de>
255
256 * server.el (server-switch-buffer): Also consider clients in the
257 selected frame.
258
259 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
260
261 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
262 Select window clicked on first (regression in 22.2).
263 (gdb): Display thread number in mode-line.
264 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
265 (gdb-breakpoints-header): New variable.
266 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
267
268 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
271 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
272 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
273 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
274 (vc-sccs-print-log): Use it.
275
276 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
277
278 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
279 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
280
281 * tooltip.el (tooltip-previous-message): New var.
282 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
283 the C code (avoid overwriting a minibuffer, restore previous echo
284 message, ...).
285 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
286 Simplify.
287
288 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
289
290 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
291 (gdb-init-1): Initialise it.
292 (gdb-annotation-rules): New entry for "new-thread".
293 (gdb-thread-identification): New function to customize
294 mode-line-buffer-identification.
295 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
296 (gdb-assembler-mode): Use it.
297 (gdb-threads-mode): Force "info threads" onto queue.
298
299 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * files.el (locate-file-completion-table): Rename from
302 locate-file-completion and make it use `pred' in the normal way.
303 (locate-file-completion): New compatibility wrapper.
304 (load-library): Use locate-file-completion-table.
305 * finder.el (finder-commentary):
306 * subr.el (locate-library):
307 * emacs-lisp/find-func.el (find-library): Likewise.
308 * info.el: Use with-current-buffer and inhibit-read-only.
309 (Info-read-node-name-2): Change to use `predicate' in the normal way.
310 (Info-read-node-name-1): Adjust uses accordingly.
311
312 * minibuffer.el (completion-table-with-context): Add support for `pred'.
313 (completion-table-with-terminator): Don't use complete-with-action
314 since we have to distinguish all three cases anyway.
315 (completion-table-with-predicate): New function.
316 (dynamic-completion-table): Add obsolete alias.
317
318 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
319
320 2008-04-18 Sam Steingold <sds@gnu.org>
321
322 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
323 Use quit-window instead of bury-buffer.
324
325 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * minibuffer.el (completion-table-with-terminator): Fix last fix.
328
329 2008-04-18 Andreas Schwab <schwab@suse.de>
330
331 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
332 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
333 Depend on $(lisp)/subdirs.el.
334
335 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
336
337 * descr-text.el (describe-char-after):
338 Use `define-obsolete-function-alias'.
339
340 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
341
342 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
343
344 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
345 Remove redundant obsolescence info in docstring.
346
347 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
348 (vc-header-alist): Add WHEN to obsolescence declaration.
349 (vc-state): Fix typo in docstring.
350
351 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
352 Use `define-obsolete-variable-alias'.
353
354 * emulation/tpu-edt.el (tpu-have-ispell):
355 * international/codepage.el (codepage-setup):
356 Fix typo in obsolescence declaration.
357
358 * international/mule.el (char-coding-system-table):
359 Remove redundant obsolescence info in docstring.
360 (charset-list, generic-char-p, set-char-table-default):
361 Fix typos in obsolescence decarations.
362
363 * international/mule-diag.el (non-iso-charset-alist):
364 Fix typo in obsolescence declaration.
365 (decode-codepage-char): Remove redundant obsolescence info in docstring.
366
367 * font-core.el (font-lock-defaults-alist):
368 * font-lock.el (font-lock-reference-face):
369 * frame.el (screen-height, screen-width, set-screen-width)
370 (set-screen-height):
371 * hilit-chg.el (highlight-changes-initial-state):
372 * isearch.el (isearch-return-char):
373 * log-edit.el (cvs-commit-buffer-require-final-newline)
374 (cvs-changelog-full-paragraphs):
375 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
376 (mouse-popup-menubar-stuff):
377 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
378 (mouse-wheel-click-button):
379 * outline.el (outline-visible):
380 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
381 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
382 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
383 * progmodes/compile.el (compile-internal):
384 Add WHEN to obsolescence declarations.
385
386 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
389 is not better anyway.
390
391 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
392
393 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
394 properly.
395
396 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
399 (python-use-skeletons): Remove, unused.
400 (python-skeletons): Remove. Use the abbrev table instead.
401 (python-mode-abbrev-table): Fix regexp;
402 add enable-function and case-fixed.
403 (def-python-skeleton): Simplify.
404 (python-expand-template): Use the abbrev-table and abbrev-insert.
405 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
406 Remove.
407 (python-mode): Don't set pre-abbrev-expand-hook.
408
409 * skeleton.el: Set coding-tag.
410
411 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
412 (expand-abbrev): Use it.
413 (abbrev-table-menu): New function.
414
415 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
416
417 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
418
419 2008-04-17 Sam Steingold <sds@gnu.org>
420
421 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
422 idiosyncratic bury-buffer/delete-window logic.
423
424 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
425
426 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
427 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
428
429 2008-04-17 Kenichi Handa <handa@m17n.org>
430
431 * international/characters.el: Don't make the width of U+00AD to 0.
432
433 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
434
435 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
436 (gdb, gdb-starting, gdb-frames-mode): Use it.
437 (gdb-invalidate-frames): Advise to call "info stack" only if
438 execution has occurred.
439 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
440 selected frame if no execution has occurred.
441 (gdb-frames-force-update): New interactive function.
442 (gdb-frames-mode-map): Bind it to "F".
443
444 2008-04-17 Michael Olson <mwolson@gnu.org>
445
446 * textmodes/remember.el (remember-version): Release Remember 2.0.
447
448 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
449
450 * textmodes/artist.el:
451 * progmodes/vhdl-mode.el:
452 * progmodes/verilog-mode.el:
453 * progmodes/vera-mode.el:
454 * progmodes/simula.el:
455 * progmodes/ps-mode.el:
456 * progmodes/cmacexp.el:
457 * obsolete/hilit19.el:
458 * emulation/viper.el:
459 * ediff.el: Cleanup the bug-report email addresses and make sure the
460 maintainer is still willing to handle bug reports.
461
462 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * vc.el (vc-dir-kill-query): Fix thinko.
465
466 2008-04-16 Glenn Morris <rgm@gnu.org>
467
468 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
469 by diary-sexp-entry.
470
471 2008-04-16 Markus Triska <markus.triska@gmx.at>
472
473 * proced.el (proced-command-alist): Add support for darwin.
474
475 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * proced.el (proced-mode): Redefine as just the major-mode.
478 (proced): Separate it from proced-mode.
479
480 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
481
482 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
483
484 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
485 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
486 `tab-width' setting from user. New version 10.0. Doc and docstring
487 fix.
488 (whitespace-style, whitespace-chars): Remove options.
489 (whitespace-style-mark): New option, replace whitespace-style deleted
490 option. Fix docstring.
491 (whitespace-style-color): New option, replace whitespace-chars deleted
492 option. Fix docstring.
493 (whitespace-space, whitespace-hspace, whitespace-tab)
494 (whitespace-newline, whitespace-trailing, whitespace-line)
495 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
496 (whitespace-space-after-tab, whitespace-hspace-regexp)
497 (whitespace-space-regexp, whitespace-tab-regexp)
498 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
499 (whitespace-empty-at-eob-regexp, whitespace-line-column)
500 (whitespace-toggle-option-alist): Fix docstring.
501 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
502 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
503 docstring and initialization.
504 (global-whitespace-mode): Autoloaded global minor mode.
505 (whitespace-chars-value-list, whitespace-style-value-list)
506 (whitespace-active-chars, whitespace-active-style)
507 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
508 (whitespace-color-value-list): New var, replace
509 whitespace-chars-value-list removed var.
510 (whitespace-mark-value-list): New var, replace
511 whitespace-style-value-list removed var.
512 (whitespace-active-color): New var, replace whitespace-active-chars
513 removed var.
514 (whitespace-active-mark): New var, replace whitespace-active-style
515 removed var.
516 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
517 removed var.
518 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
519 removed var.
520 (whitespace-toggle-option-alist, whitespace-report-list)
521 (whitespace-report-text, whitespace-help-text): Fix initialization.
522 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
523 (whitespace-toggle-options, global-whitespace-toggle-options)
524 (whitespace-cleanup-region, whitespace-report-region)
525 (whitespace-interactive-char): Fix docstring and code.
526 (whitespace-cleanup, whitespace-report): Fix docstring.
527 (whitespace-replace-spaces-by-tabs): Remove fun.
528 (whitespace-replace-action): New fun, replace
529 whitespace-replace-spaces-by-tabs removed fun.
530 (whitespace-regexp, whitespace-indentation-regexp)
531 (whitespace-space-after-tab-regexp, whitespace-insert-value)
532 (whitespace-kill-buffer): New funs.
533 (whitespace-insert-option-mark, whitespace-help-on)
534 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
535 (whitespace-color-on, whitespace-color-off)
536 (whitespace-display-char-on): Fix code.
537
538 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
541 (mouse-throw-magnifier-with-mouse-movement): Remove.
542 (mouse-throw-magnifier-base): New const.
543 (mouse-drag-scroll-delta): New fun.
544 (mouse-drag-throw): Use it.
545
546 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
547
548 * international/uni-bidi.el, international/uni-category.el:
549 * international/uni-combining.el, international/uni-comment.el:
550 * international/uni-decimal.el, international/uni-decomposition.el:
551 * international/uni-digit.el, international/uni-lowercase.el:
552 * international/uni-mirrored.el, international/uni-name.el:
553 * international/uni-numeric.el, international/uni-old-name.el:
554 * international/uni-titlecase.el, international/uni-uppercase.el:
555 * international/charprop.el: Regenerate.
556
557 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
558
559 * vc.el (vc-status-fileinfo): Add new member directoryp.
560 (vc-default-status-printer): Print directories.
561 (vc-status-update): Sort files before subdirectories.
562
563 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
564 Add alternative implementation based on "cvs update".
565
566 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
567
568 * doc-view.el: Changed requirements section to tell that only one
569 of dvipdf or dvipdfm is needed.
570 (doc-view-already-converted-p): Fix bug that forced reconversion
571 if doc was already converted.
572
573 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * minibuffer.el (minibuffer-message):
576 Make sure we can put-text-property.
577
578 * emacs-lisp/crm.el: Complete rewrite.
579
580 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
581 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
582 case of an error in display-completion-list.
583
584 * filecache.el (file-cache-completions-keymap): Move init from
585 file-cache-completion-setup-function into declaration.
586 (file-cache-minibuffer-complete): Simplify.
587 (file-cache-completion-setup-function): Use standard-output,
588 preserve current-buffer.
589
590 * vc.el (vc-status-update): Fix typo.
591 (vc-status-update): Set needs-update.
592 (vc-status-refresh): η-reduce.
593
594 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
595
596 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
597 to image-eol.
598
599 2008-04-14 Alexandre Julliard <julliard@winehq.org>
600
601 * vc.el (vc-status-update): Undo the previous revert.
602
603 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * minibuffer.el (completion-table-with-terminator): Those completions
606 are never valid w.r.t test-completion.
607 (completion--file-name-table):
608 Check completion-all-completions-with-base-size.
609
610 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
611
612 * doc-view.el (doc-view-dvipdf-program): New variable.
613 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
614 (doc-view-mode-p): Check for doc-view-dvipdf-program as
615 alternative for doc-view-dvipdfm-program.
616 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
617
618 * doc-view.el (doc-view-start-process): Don't set
619 default-directory to "~/" if the current value is valid.
620 This broke PS files that run other files in the same directory.
621
622 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
623
624 * vc.el (vc-status-kill-query): New function.
625 (vc-status-mode): Add it to kill-buffer-query-functions.
626 (vc-status-show-fileentry): New function.
627 (vc-status-menu-map): Bind it. Bind vc-next-action.
628
629 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * minibuffer.el (minibuffer-message): Put cursor at the right place.
632
633 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
634
635 * proced.el (proced-send-signal): Fix error recognition.
636
637 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
638
639 * proced.el (proced-command-alist): Remove sort column.
640 (proced-command, proced-procname-column):
641 Use make-variable-buffer-local.
642 (proced-signal-function): Rename from proced-kill-program.
643 Allow for elisp symbols and string values representing system calls.
644 (proced-marker-regexp, proced-success-message): New functions.
645 (proced): Use defalias. Add autoload cookie.
646 (proced-unmark-backward, proced-toggle-marks)
647 (proced-hide-processes): New commands.
648 (proced-do-mark): Simplify code.
649 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
650 (proced-update): Remove sorting.
651 (proced-send-signal): Display number of processes to operate on.
652 Allow for system calls or elisp functions to send signals.
653 Check if signal was sent successfully.
654
655 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * minibuffer.el (completion-all-completion-with-base-size): New var.
658 (completion--some): New function.
659 (completion-table-with-context, completion--file-name-table):
660 Return the base-size if requested.
661 (completion-table-in-turn): Generalize to multiple arguments.
662 (complete-in-turn): Compatibility alias.
663 (completion-styles-alist): New var.
664 (completion-styles): New customization.
665 (minibuffer-try-completion, minibuffer-all-completions):
666 New functions.
667 (minibuffer--do-completion, minibuffer-complete-and-exit)
668 (minibuffer-try-word-completion): Use them.
669 (display-completion-list, minibuffer-completion-help): Use them.
670 Handle all-completions's new base-size info to set completion-base-size.
671 * info.el (Info-read-node-name-1): Use completion-table-with-context,
672 completion-table-with-terminator and complete-with-action.
673 Remove the now obsolete completion-base-size-function property.
674 * simple.el (completion-list-mode-map): Move init into declaration.
675 (completion-list-mode): Use define-derived-mode.
676 (completion-setup-function): Use any completion-base-size that may
677 have been set before. Remove handling of completion-base-size-function.
678 * loadup.el: Move abbrev.el up earlier.
679
680 2008-04-13 Alexandre Julliard <julliard@winehq.org>
681
682 * vc-git.el (vc-git-after-dir-status-stage)
683 (vc-git-dir-status-goto-stage): New functions.
684 (vc-git-after-dir-status-stage1)
685 (vc-git-after-dir-status-stage1-empty-db)
686 (vc-git-after-dir-status-stage2): Remove, functionality moved
687 into the new generic stage functions.
688 (vc-git-dir-status-files): New function.
689
690 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
691 comments.
692 (vc-status-refresh-files): New function.
693 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
694 state of up-to-date files.
695 (vc-default-dir-status-files): New function.
696
697 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
698
699 * minibuffer.el (completion--embedded-envvar-table)
700 (read-file-name-internal): Fix typos in 2008-04-11 change.
701
702 * faces.el (read-face-name): Use `completion-table-in-turn',
703 not `complete-in-turn'.
704
705 2008-04-13 Andreas Schwab <schwab@suse.de>
706
707 * progmodes/etags.el: Require 'cl when compiling.
708
709 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
710
711 * progmodes/gud.el (gud-menu-map): Expand tooltip.
712
713 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
714 (menu): Add/expand menu tooltips.
715
716 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
717
718 * progmodes/sh-script.el (sh-show-indent): Fix typo.
719 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
720
721 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
722 considered registered.
723
724 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
725
726 * emacs-lisp/copyright.el (copyright-update-directory): New command.
727
728 * ediff-wind.el (ediff-split-window-function)
729 (ediff-merge-split-window-function): Improve custom type.
730
731 2008-04-12 Eli Zaretskii <eliz@gnu.org>
732
733 * loadup.el ("minibuffer"): Move after "faces".
734
735 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * progmodes/hideif.el (hif-factor): Handle unary minus.
738
739 2008-04-12 Glenn Morris <rgm@gnu.org>
740
741 * calendar/cal-china.el (chinese-calendar-time-zone):
742 Mark obsolete name as risky too.
743
744 * calendar/calendar.el (calendar-faces): New custom group.
745 (calendar-today, diary, holiday): Doc fix.
746 Move to calendar-faces group.
747 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
748 (diary-button): Doc fix. Move to calendar-faces group.
749
750 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
751 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
752 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
753 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
754 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
755 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
756 not in dumped files before the associated defcustom.
757
758 2008-04-11 Johan Bockgård <bojohan@gnu.org>
759
760 * minibuffer.el (lazy-completion-table): Fix debug spec.
761
762 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * minibuffer.el (complete-with-action, lazy-completion-table):
765 Move from subr.el.
766 (apply-partially, completion-table-dynamic)
767 (completion-table-with-context, completion-table-with-terminator)
768 (completion-table-in-turn): New funs.
769 (completion--make-envvar-table, completion--embedded-envvar-table):
770 New funs.
771 (read-file-name-internal): Use them.
772 (completion-setup-hook): Move from simple.el.
773 * subr.el (complete-with-action, lazy-completion-table):
774 * simple.el (completion-setup-hook): Move to minibuffer.el.
775
776 2008-04-11 Glenn Morris <rgm@gnu.org>
777
778 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
779
780 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
783
784 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
785
786 * textmodes/fill.el (fill-forward-paragraph-function): New var.
787 (fill-forward-paragraph): New fun.
788 (fill-paragraph, fill-region): Use it.
789
790 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
791 (vc-status-create-fileinfo): Make `extra' optional.
792 (vc-status-busy): New fun.
793 (vc-status-menu-map): Use it.
794 (vc-status-crt-marked): Remove.
795 (vc-status-update): Rename from vc-status-add-entries.
796 Add argument so as to prevent addition of entries. Rewrite.
797 (vc-update-vc-status-buffer): Remove.
798 (vc-status-refresh): Don't remove old entries, set them to
799 up-to-date instead. Also do it after the update is complete.
800 (vc-status-marked-files): η-reduce.
801
802 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
803 for non-dialogs.
804
805 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
806
807 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
808
809 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
810
811 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
812 to t and don't truncate msg.
813
814 2008-04-11 Glenn Morris <rgm@gnu.org>
815
816 * calendar/calendar.el (diary, holidays):
817 Move custom groups to other files.
818 (holiday-general-holidays, holiday-oriental-holidays)
819 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
820 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
821 (holiday-hebrew-holidays, holiday-christian-holidays)
822 (holiday-islamic-holidays, holiday-bahai-holidays)
823 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
824 * calendar/diary-lib.el: Move custom group here from calendar.el.
825 * calendar/holidays-lib.el: Move custom group and variables here
826 from calendar.el.
827
828 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
829
830 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
831 Fix custom group.
832 (calendar-current-time-zone-cache): Autoload riskiness.
833
834 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
835
836 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
837
838 * woman.el (woman2-TH): Use string-equal instead of string-match.
839
840 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
843 (smerge-resolve): Merge the "2-way refinement" case with one half of
844 the "mere whitespace" resolution.
845
846 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
847
848 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
849
850 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
851
852 * subr.el (assoc-ignore-case, assoc-ignore-representation):
853 Add WHEN to obsolescence declaration.
854
855 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
856
857 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
858
859 * vc-hooks.el (vc-state): Add new state `conflict'.
860 (vc-after-save): Use when not if.
861 (vc-default-mode-line-string): Deal with the conflict state.
862 (vc-prefix-map):
863 (vc-menu-map): Bind vc-status instead of vc-directory.
864
865 * vc.el (vc-editable-p):
866 (vc-default-status-printer):
867 (vc-next-action): Deal with the conflict state.
868 (vc-mark-resolved): New function.
869 (vc-status-mode): Fix mode name.
870 (vc-default-comment-history): Use when not if.
871 (Todo): Add new entries, remove old ones.
872
873 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
874 (vc-cvs-parse-status):
875 (vc-cvs-after-dir-status):
876 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
877 Detect the conflict state.
878
879 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
880
881 2008-04-10 Glenn Morris <rgm@gnu.org>
882
883 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
884 Respect truncate-partial-width-windows in non-full windows,
885 with regards to :toggle and :enable state.
886
887 * simple.el (toggle-truncate-lines): Doc fix.
888
889 * Makefile.in (MH_E_DIR): New variable.
890 (MH_E_SRC): Restore variable removed 2008-03-13.
891 (mh-loaddefs.el): Depend on $MH_E_SRC.
892 (CAL_DIR, CAL_SRC): New variables.
893 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
894 Depend on CAL_SRC.
895
896 * calendar/calendar.el (calendar, diary): Add :prefix.
897 (holidays): Change :prefix.
898 (calendar-today, holiday, calendar-holiday-marker)
899 (european-calendar-style): Change custom groups.
900
901 * calendar/calendar.el (diary-hook, diary-display-hook):
902 Move to diary-lib.el.
903 * calendar/diary-lib.el (diary-hook, diary-display-hook):
904 Move here from calendar.el.
905 * calendar/appt.el: Require diary-lib rather than calendar.
906 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
907
908 * calendar/appt.el (appt): Add :prefix.
909
910 * calendar/diary-lib.el (diary-hook): Doc fix.
911 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
912
913 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
916 New functions.
917
918 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
919 the arg to recursive calls.
920
921 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
922
923 * minibuffer.el (completion-auto-help): Fix typo.
924
925 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
928
929 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
930
931 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
932 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
933
934 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
937
938 * minibuffer.el (minibuffer): Move group from cus-edit.el.
939 (completion-auto-help): Move from C code.
940 (minibuffer--maybe-completion-help): Remove.
941 (minibuffer--bitset): New function.
942 (minibuffer--do-completion): Rename from minibuffer-do-completion.
943 Renumber a bit. Really complete on string *before* point.
944 Add argument used for word-completion.
945 Join trailing / in completion with following text, as done in
946 minibuffer-complete-word.
947 Handle new value `lazy' for completion-auto-help.
948 (minibuffer-try-word-completion): New function extracted from
949 minibuffer-complete-word.
950 (minibuffer-complete-word): Use minibuffer--do-completion.
951 (minibuffer--insert-strings): Rename from
952 minibuffer-complete-insert-strings.
953 (exit-minibuffer): Fix typo.
954 * cus-edit.el (minibuffer): Move group to minibuffer.el.
955 * cus-start.el: Remove completion-auto-help.
956
957 2008-04-09 Alexandre Julliard <julliard@winehq.org>
958
959 * vc.el (vc-status-add-entries): New function.
960 (vc-status-add-entry): Remove.
961 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
962 Use vc-status-add-entries.
963
964 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
965 order.
966
967 2008-04-09 Jason Rumney <jasonr@gnu.org>
968
969 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
970 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
971 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
972 (AUTOGENEL): New variable.
973 (distclean, maintainer-clean): New targets.
974
975 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
976
977 * emacs-lisp/regexp-opt.el (regexp-opt):
978 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
979
980 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
981
982 * nxml/nxml-mode.el (nxml-cleanup): New function.
983 (nxml-mode): Add it to change-major-mode-hook.
984
985 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
986
987 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
988
989 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
990
991 * calc/.cvsignore: New file.
992
993 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
994
995 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
996
997 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
998 show-help-function when turning tooltip off.
999 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1000 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1001
1002 2008-04-09 Alan Mackenzie <acm@muc.de>
1003
1004 * font-lock.el (font-lock-extend-after-change-region-function):
1005 Make it buffer local.
1006
1007 2008-04-09 Glenn Morris <rgm@gnu.org>
1008
1009 * calendar/calendar.el (diary-file, european-calendar-style):
1010 Remove autoload cookies.
1011
1012 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1013
1014 * outline.el (outline-mode-menu-bar-map):
1015 * log-view.el (log-view-mode-menu):
1016 * log-edit.el (log-edit-menu): Add :help.
1017
1018 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1019
1020 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1021 Use substring-no-properties for correct handling of unibyte strings.
1022
1023 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * add-log.el (change-log-next-buffer): Handle the case where version<
1026 signals an error.
1027
1028 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1029 mouse-major-mode-menu.
1030 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1031 (mouse-major-mode-menu, mouse-popup-menubar)
1032 (mouse-popup-menubar-stuff): Use them.
1033 (C-down-mouse-3): Bind to a dynamic map rather than to
1034 mouse-popup-menubar-stuff.
1035
1036 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1037 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1038
1039 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1040
1041 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1042 file:// access method.
1043
1044 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * minibuffer.el: New file.
1047 * loadup.el: Load it.
1048
1049 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1052 rather than subdirs.el. It introduces an ugly circular dependency, tho.
1053
1054 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1055 (calc-mode-map, calc-digit-map, calc-dispatch-map):
1056 Move initialization into declaration.
1057 * calc/calc-yank.el:
1058 * calc/calc-misc.el:
1059 * calc/calc-embed.el:
1060 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
1061
1062 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1063
1064 * ps-samp.el (ps-add-printer, ps-remove-printer)
1065 (ps-make-dynamic-printer-menu): New functions.
1066
1067 * net/zeroconf.el: New file.
1068
1069 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1072
1073 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1074
1075 * vc-rcs.el (vc-rcs-modify-change-comment):
1076 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1077
1078 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1079
1080 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
1081
1082 * international/mule-cmds.el (set-locale-environment): Don't warn if
1083 coding system doesn't agree with system locale (this reverts changes
1084 by Dave Love, dated 2002-10-27 and 2002-10-09).
1085
1086 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1087 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1088
1089 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1090
1091 2008-04-08 Glenn Morris <rgm@gnu.org>
1092
1093 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1094 * textmodes/remember.el (remember-diary-convert-entry):
1095 Require calendar.
1096
1097 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1098 diary-file, since it is the default for make-diary-entry anyway.
1099
1100 * calendar/cal-menu.el (cal-menu-event-to-date):
1101 Rename calendar-event-to-date. Update callers.
1102 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1103 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1104 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1105 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1106 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1107 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1108 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1109 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1110 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1111 (calendar-mouse-tex-month-landscape):
1112 Rename cal-tex-mouse-month-landscape.
1113 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1114 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1115 (calendar-mouse-tex-year-landscape):
1116 Rename cal-tex-mouse-year-landscape.
1117 (cal-menu-context-mouse-menu): Update for above name changes.
1118
1119 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1120 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1121 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1122 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1123 * calendar/holidays.el: Replace int-to-string with number-to-string.
1124
1125 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1128 region if point moves.
1129
1130 2008-04-08 Kenichi Handa <handa@m17n.org>
1131
1132 * faces.el (font-slant-table): Change numeric values for `r',
1133 `roman', and `normal'.
1134
1135 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
1136
1137 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1138
1139 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
1140
1141 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1142 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
1143
1144 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
1145
1146 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1147 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
1148
1149 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1150
1151 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1152
1153 2008-04-07 Sam Steingold <sds@gnu.org>
1154
1155 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1156 Add helper functions.
1157 (lisp-do-defun): Extract the common part of lisp-eval-defun and
1158 lisp-compile-defun; DEFVAR forms reset the variables to the init
1159 values, just like in emacs-lisp mode eval-defun.
1160 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1161 (lisp-compile-region): Use lisp-compile-string.
1162
1163 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * subr.el (combine-and-quote-strings): Also quote strings that contain
1166 the separator.
1167
1168 * pcvs-util.el (cvs-map): Avoid recursion :-(
1169
1170 2008-04-07 Glenn Morris <rgm@gnu.org>
1171
1172 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1173
1174 * calendar.el (diary-view-entries-initially-flag): Rename
1175 view-diary-entries-initially. Keep old name as alias, update users.
1176 (calendar-mark-diary-entries-flag): Rename
1177 mark-diary-entries-in-calendar. Keep old name as alias, update users.
1178 (calendar-view-holidays-initially-flag): Rename
1179 view-calendar-holidays-initially. Keep old name as alias, update users.
1180 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1181 Keep old name as alias, update users.
1182 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1183 Keep old name as alias, update users.
1184 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1185 Keep old name as alias, update users.
1186 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1187 Keep old name as alias, update users.
1188 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
1189 (diary-american-date-forms): Rename american-date-diary-pattern.
1190 Keep old name as alias, update users.
1191 (diary-european-date-forms): Rename european-date-diary-pattern.
1192 Keep old name as alias, update users.
1193 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1194 Keep old name as alias, update users.
1195 (calendar-european-date-display-form): Rename
1196 european-calendar-display-form. Keep old name as alias, update users.
1197 (calendar-american-date-display-form): Rename
1198 european-calendar-display-form. Keep old name as alias, update users.
1199 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1200 Keep old name as alias, update users.
1201 (holiday-general-holidays): Rename general-holidays.
1202 Keep old name as alias, update users.
1203 (holiday-oriental-holidays): Rename oriental-holidays.
1204 Keep old name as alias, update users.
1205 (holiday-local-holidays): Rename local-holidays.
1206 Keep old name as alias, update users.
1207 (holiday-other-holidays): Rename other-holidays.
1208 Keep old name as alias, update users.
1209 (holiday-hebrew-holidays): Rename hebrew-holidays.
1210 Keep old name as alias, update users.
1211 (holiday-christian-holidays): Rename christian-holidays.
1212 Keep old name as alias, update users.
1213 (holiday-islamic-holidays): Rename islamic-holidays.
1214 Keep old name as alias, update users.
1215 (holiday-bahai-holidays): Rename bahai-holidays.
1216 Keep old name as alias, update users.
1217 (holiday-solar-holidays): Rename solar-holidays.
1218 Keep old name as alias, update users.
1219 (diary-fancy-buffer): Rename fancy-diary-buffer.
1220 Keep old name as alias, update users.
1221 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1222 Update users.
1223 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1224 Update users.
1225 (calendar-increment-month): Rename increment-calendar-month.
1226 Keep old name as alias, update callers.
1227 (calendar-increment-month-cons): Rename old calendar-increment-month.
1228 Update callers.
1229 (calendar-extract-month): Rename extract-calendar-month.
1230 Keep old name as alias, update callers
1231 (calendar-extract-day): Rename extract-calendar-day.
1232 Keep old name as alias, update callers.
1233 (calendar-extract-year): Rename extract-calendar-year.
1234 Keep old name as alias, update callers.
1235 (calendar-generate-window): Rename generate-calendar-window.
1236 Update callers.
1237 (calendar-generate): Rename generate-calendar. Update callers.
1238 (calendar-generate-month): Rename generate-calendar-month.
1239 Update callers.
1240 (calendar-redraw): Rename redraw-calendar. Update callers.
1241 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
1242 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1243 Update callers.
1244 (calendar-update-mode-line): Rename update-calendar-mode-line.
1245 Update callers.
1246 (calendar-exit): Rename exit-calendar. Keep old name as alias,
1247 update callers.
1248 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1249 Keep old name as alias, update callers.
1250 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1251 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1252 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1253 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1254 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1255 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1256 * calendar/solar.el: Update for calendar.el name changes.
1257 * org/org.el (org-agenda-format-date-aligned)
1258 (org-agenda-execute-calendar-command): Access date elements directly
1259 rather than using calendar functions.
1260 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1261 Also set calendar-view-diary-initially-flag,
1262 calendar-view-holidays-initially-flag
1263 (org-get-entries-from-diary): Also set diary-fancy-buffer.
1264 (org-agenda-execute-calendar-command): No need to set displayed-day.
1265
1266 2008-04-06 Alan Mackenzie <acm@muc.de>
1267
1268 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1269 typo in the doc string.
1270
1271 * progmodes/cc-mode.el (c-basic-common-init):
1272 Set font-lock-extend-after-change-region-function.
1273 (c-extend-after-change-region): New function, used in
1274 font-lock-extend-after-change-region-function, thus superseding
1275 advice on the Font Lock after change functions.
1276 (c-advise-fl-for-region): Remove this macro.
1277
1278 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1279
1280 * textmodes/flyspell.el (flyspell-duplicate-distance):
1281 Improve custom type.
1282
1283 2008-04-06 Glenn Morris <rgm@gnu.org>
1284
1285 * calendar/diary-lib.el (diary-sexp-entry-symbol):
1286 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
1287 (diary-list-entries-hook): Rename list-diary-entries-hook.
1288 Keep old name as alias, update users.
1289 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1290 Keep old name as alias, update users.
1291 (diary-nongregorian-listing-hook): Rename
1292 nongregorian-diary-listing-hook. Keep old name as alias, update users.
1293 (diary-nongregorian-marking-hook): Rename
1294 nongregorian-diary-marking-hook. Keep old name as alias, update users.
1295 (diary-print-entries-hook): Rename print-diary-entries-hook.
1296 Keep old name as alias, update users.
1297 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1298 Keep old name as alias, update users.
1299 (diary-number-of-entries): Rename number-of-diary-entries.
1300 Keep old name as alias, update users.
1301 (view-diary-entries, list-diary-entries, show-all-diary-entries):
1302 Give version of obsolescence.
1303 (diary-view-other-diary-entries): Rename view-other-diary-entries.
1304 Keep old name as alias, update callers.
1305 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
1306 update callers.
1307 (diary-include-other-diary-files): Rename include-other-diary-files.
1308 Keep old name as alias, update callers.
1309 (diary-simple-display): Rename simple-diary-display.
1310 Keep old name as alias, update callers.
1311 (diary-fancy-display): Rename fancy-diary-display.
1312 Keep old name as alias, update callers.
1313 (diary-print-entries): Rename print-diary-entries.
1314 Keep old name as alias, update callers.
1315 (diary-marking-entries-flag): Rename marking-diary-entries.
1316 Update users.
1317 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
1318 (diary-mark-entries): Rename mark-diary-entries.
1319 Keep old name as alias, update callers.
1320 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1321 Keep old name as alias, update callers.
1322 (diary-mark-included-diary-files): Rename mark-included-diary-files.
1323 Keep old name as alias, update callers.
1324 (calendar-mark-days-named): Rename mark-calendar-days-named.
1325 Keep old name as alias, update callers.
1326 (calendar-mark-month): Rename mark-calendar-month.
1327 Keep old name as alias, update callers.
1328 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1329 Keep old name as alias, update callers.
1330 (diary-sort-entries): Rename sort-diary-entries.
1331 Keep old name as alias, update callers.
1332 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1333 Keep old name as alias, update callers.
1334 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
1335 update callers.
1336 (diary-insert-entry): Rename insert-diary-entry.
1337 Keep old name as alias.
1338 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1339 Keep old name as alias.
1340 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1341 Keep old name as alias.
1342 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1343 Keep old name as alias.
1344 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1345 Keep old name as alias.
1346 (diary-insert-block-entry): Rename insert-block-diary-entry.
1347 Keep old name as alias.
1348 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1349 Keep old name as alias.
1350 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1351 Keep old name as alias, update users.
1352 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1353 Keep old name as alias, update callers.
1354 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1355 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1356 * calendar/icalendar.el: Update for diary-lib name changes.
1357
1358 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1361
1362 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1363 for copy, move, and link operations.
1364
1365 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
1366
1367 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1368 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1369
1370 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1371 'require' statements with 1-argument ones (wrapped in if's).
1372 For compatibility with the current stable version of XEmacs.
1373
1374 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
1375
1376 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1377
1378 2008-04-06 Jason Rumney <jasonr@gnu.org>
1379
1380 * language/burmese.el ("Burmese"): Make sample text consistent with
1381 language name.
1382
1383 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
1384
1385 * progmodes/gdb-ui.el (gdb): New group.
1386 (gdb-debug-log-max, gdb-enable-debug)
1387 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1388 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1389 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1390 (gdb-show-changed-values, gdb-max-children)
1391 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1392 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1393 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1394 (gdb-memory-unit): Move to new group from GUD group.
1395 (menu): Allow customization from GDB-UI menu-item.
1396
1397 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1398
1399 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1400
1401 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1404 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1405 Revision numbers can include ".".
1406
1407 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1408 "+" lines not accounted for by counting "-" and context lines.
1409
1410 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1411
1412 * term/mac-win.el (mac-service-open-file): Use file URL instead of
1413 file name string.
1414
1415 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1418 (vc-bzr-annotate-time): Accept space used to preserve alignment.
1419
1420 2008-04-05 Richard Stallman <rms@gnu.org>
1421
1422 * emacs-lisp/advice.el (defadvice): Add usage pattern.
1423
1424 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
1425
1426 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1427 thread in [h-e-w]).
1428
1429 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
1430
1431 * files.el (abort-if-file-too-large): Fix typo in docstring.
1432
1433 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * subr.el (functionp): Return nil for special forms.
1436
1437 2008-04-05 Glenn Morris <rgm@gnu.org>
1438
1439 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1440 Provide a feature.
1441 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1442 Require loaddef file rather than loading it.
1443 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1444 autoload-ensure-default-file provides a feature.
1445
1446 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1447 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1448 (compile, compile-always, recompile): Use $LOADDEFS.
1449 (cal-autoloads): Remove.
1450
1451 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1452 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
1453
1454 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1455 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1456
1457 * calendar/calendar.el (diary-hebrew-entry-symbol):
1458 Rename hebrew-diary-entry-symbol. Keep old name as alias.
1459 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1460 Keep old name as alias.
1461 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1462 Keep old name as alias.
1463 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1464 to diary-bahai-entry-symbol.
1465 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1466 to diary-hebrew-entry-symbol.
1467 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1468 to diary-islamic-entry-symbol.
1469 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1470
1471 * calendar/solar.el (diary-sabbath-candles-minutes)
1472 (diary-sabbath-candles): Move to cal-hebrew.
1473 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1474 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1475 Doc fix. Keep old name as alias.
1476 (diary-hebrew-sabbath-candles): Simplify.
1477 (solar-setup, solar-sunrise-sunset, calendar-latitude)
1478 (calendar-longitude, calendar-time-zone): Declare for compiler.
1479 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1480 rename.
1481
1482 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1483 Rename coptic-calendar-month-name-array. Update callers.
1484 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
1485 (calendar-coptic-name): Rename coptic-name. Update callers.
1486 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1487 Update callers.
1488 (calendar-coptic-last-day-of-month):
1489 Rename coptic-calendar-last-day-of-month. Update callers.
1490 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1491 Keep old name as alias, update callers.
1492 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1493 Keep old name as alias, update callers.
1494 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1495 Keep old name as alias.
1496 (calendar-ethiopic-month-name-array):
1497 Rename ethiopic-calendar-month-name-array. Update callers.
1498 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1499 Update callers.
1500 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
1501 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1502 Keep old name as alias, update callers.
1503 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1504 Keep old name as alias, update callers.
1505 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1506 Keep old name as alias.
1507
1508 * calendar/cal-french.el (calendar-french-epoch):
1509 Rename french-calendar-epoch. Update callers.
1510 (calendar-french-month-name-array): Rename variable and function
1511 french-calendar-month-name-array. Update callers.
1512 (calendar-french-multibyte-month-name-array):
1513 Rename french-calendar-multibyte-month-name-array. Update callers.
1514 (calendar-french-day-name-array): Rename variable and function
1515 french-calendar-day-name-array. Update callers.
1516 (calendar-french-special-days-array): Rename variable and function
1517 french-calendar-special-days-array. Update callers.
1518 (calendar-french-multibyte-special-days-array):
1519 Rename french-calendar-multibyte-special-days-array. Update callers.
1520 (calendar-french-accents-p): Rename french-calendar-accents.
1521 Update callers.
1522 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1523 Update callers.
1524 (calendar-french-last-day-of-month):
1525 Rename french-calendar-last-day-of-month. Update callers.
1526 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1527 Keep old name as alias, update callers.
1528 (calendar-french-print-date): Rename calendar-print-french-date.
1529 Keep old name as alias, update callers.
1530 (calendar-french-goto-date): Rename calendar-goto-french-date.
1531 Keep old name as alias.
1532
1533 * calendar/cal-menu.el, calendar/calendar.el:
1534 Update for Coptic and French name changes.
1535
1536 * calendar/cal-china.el (calendar-chinese): Rename custom group
1537 from chinese-calendar. Update users.
1538 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1539 Keep old name as alias, update users.
1540 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1541 Keep old name as alias.
1542 (calendar-chinese-daylight-time-offset):
1543 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
1544 update users.
1545 (calendar-chinese-standard-time-zone-name):
1546 Rename chinese-calendar-standard-time-zone-name.
1547 Keep old name as alias, update users.
1548 (calendar-chinese-daylight-saving-start):
1549 Rename chinese-calendar-daylight-savings-starts.
1550 Keep old name as alias, update users.
1551 (calendar-chinese-daylight-saving-end):
1552 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
1553 update users.
1554 (calendar-chinese-daylight-saving-start-time):
1555 Rename chinese-calendar-daylight-savings-starts-time.
1556 Keep old name as alias, update users.
1557 (calendar-chinese-daylight-saving-end-time):
1558 Rename chinese-calendar-daylight-savings-ends-time.
1559 Keep old name as alias, update users.
1560 (calendar-chinese-celestial-stem): Rename
1561 calendar-chinese-celestial-stem. Keep old name as alias, update users.
1562 (calendar-chinese-terrestrial-branch):
1563 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
1564 update users.
1565 (calendar-chinese-zodiac-sign-on-or-after):
1566 Rename chinese-zodiac-sign-on-or-after. Update callers.
1567 (calendar-chinese-new-moon-on-or-after):
1568 Rename chinese-new-moon-on-or-after. Update callers.
1569 (calendar-chinese-month-list): Rename chinese-month-list.
1570 Update callers.
1571 (calendar-chinese-number-months): Rename number-chinese-months.
1572 Update callers.
1573 (calendar-chinese-compute-year): Rename compute-chinese-year.
1574 Update callers.
1575 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
1576 (calendar-chinese-year): Rename chinese-year. Update callers.
1577 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1578 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1579 Keep old name as alias, update callers.
1580 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1581 Keep old name as alias, update callers.
1582 (calendar-chinese-months-to-alist):
1583 Rename make-chinese-month-assoc-list. Update callers.
1584 (calendar-chinese-months): Rename chinese-months. Update callers.
1585 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1586 Keep old name as alias, update callers.
1587
1588 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1589 Rename hebrew-calendar-leap-year-p. Update callers.
1590 (calendar-hebrew-last-month-of-year):
1591 Rename hebrew-calendar-last-month-of-year. Update callers.
1592 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1593 Update callers.
1594 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1595 Update callers.
1596 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1597 Update callers.
1598 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1599 Update callers.
1600 (calendar-hebrew-last-day-of-month):
1601 Rename hebrew-calendar-last-day-of-month. Update callers.
1602 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1603 Keep old name as alias, update callers.
1604 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1605 Keep old name as alias, update callers.
1606 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1607 Keep old name as alias, update callers.
1608 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1609 Keep old name as alias.
1610 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1611 Keep old name as alias.
1612 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1613 Keep old name as alias.
1614 (holiday-hebrew-passover): Rename holiday-passover-etc.
1615 Keep old name as alias.
1616 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1617 Keep old name as alias, update callers.
1618 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1619 Keep old name as alias.
1620 (calendar-hebrew-mark-date-pattern):
1621 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
1622 update callers.
1623 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1624 Keep old name as alias.
1625 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1626 Keep old name as alias.
1627 (diary-hebrew-insert-monthly-entry):
1628 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
1629 (diary-hebrew-insert-yearly-entry):
1630 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
1631 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1632 Keep old name as alias.
1633 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
1634 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
1635 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1636 Keep old name as alias.
1637 (calendar-hebrew-parashiot-names):
1638 Rename hebrew-calendar-parashiot-names. Update callers.
1639 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1640 (calendar-hebrew-year-Saturday-incomplete-Sunday):
1641 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1642 (calendar-hebrew-year-Saturday-complete-Tuesday):
1643 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1644 (calendar-hebrew-year-Monday-incomplete-Tuesday):
1645 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1646 (calendar-hebrew-year-Monday-complete-Thursday):
1647 Rename hebrew-calendar-year-Monday-complete-Thursday.
1648 (calendar-hebrew-year-Tuesday-regular-Thursday):
1649 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1650 (calendar-hebrew-year-Thursday-regular-Saturday):
1651 Rename hebrew-calendar-year-Thursday-regular-Saturday.
1652 (calendar-hebrew-year-Thursday-complete-Sunday):
1653 Rename hebrew-calendar-year-Thursday-complete-Sunday.
1654 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1655 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1656 (calendar-hebrew-year-Saturday-complete-Thursday):
1657 Rename hebrew-calendar-year-Saturday-complete-Thursday.
1658 (calendar-hebrew-year-Monday-incomplete-Thursday):
1659 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1660 (calendar-hebrew-year-Monday-complete-Saturday):
1661 Rename hebrew-calendar-year-Monday-complete-Saturday.
1662 (calendar-hebrew-year-Tuesday-regular-Saturday):
1663 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1664 (calendar-hebrew-year-Thursday-incomplete-Sunday):
1665 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1666 (calendar-hebrew-year-Thursday-complete-Tuesday):
1667 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1668 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
1669 Update for above name changes of constants.
1670
1671 * calendar/cal-menu.el, calendar/calendar.el:
1672 Update for chinese and hebrew name changes.
1673 * calendar/diary-lib.el: Update for hebrew name changes.
1674
1675 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * subr.el (keymap-canonicalize): Correct thinko.
1678
1679 * server.el: Undo part of the multi-tty change, which is only
1680 needed if server.el is preloaded, and broke server-running-p.
1681 (server-socket-dir): Initialize in the defvar, as before.
1682 (server-start): Remove initialization of server-socket-dir.
1683
1684 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1685
1686 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1687 3-member cons cells.
1688
1689 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * cus-face.el (custom-face-attributes): Handle roman slant.
1692
1693 * faces.el (default): Ensure the face-defface-spec property is set.
1694
1695 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1696
1697 * files.el (abort-if-file-too-large): New function.
1698 (find-file-noselect, insert-file-1): Use it.
1699
1700 2008-04-05 Reto Zimmermann <reto@gnu.org>
1701
1702 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1703 Replace C-c[a-zA-Z] key bindings.
1704
1705 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * progmodes/hideif.el (hif-token-alist): New var.
1708 (hif-token-regexp, hif-tokenize): Use it.
1709 (hif-mathify-binop): New macro.
1710 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1711 (hif-greater-equal, hif-less-equal): Use it.
1712 (hif-logior, hif-logand): New functions.
1713 (hif-math): Accept | and & as well.
1714
1715 * progmodes/etags.el: Fix problem with completion for buffer-local
1716 tables. Reported by Radey Shouman <shouman@comcast.net>.
1717 (tags-complete-tag): Remove.
1718 (tags-lazy-completion-table): New function to replace it.
1719 (find-tag-tag, complete-tag): Update users.
1720
1721 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 * vc-rcs.el (vc-rcs-dir-status):
1724 * vc-sccs.el (vc-sccs-dir-status): New function.
1725
1726 * outline.el (outline-mode-menu-bar-map):
1727 * term.el (terminal-signal-menu): Add :help.
1728
1729 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1730 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1731
1732 * emacs-lisp/re-builder.el (reb-mode-map):
1733 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1734
1735 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1736 new files, deleted files and for changing permissions.
1737 (diff-mode): Set beginning-of-defun-function and
1738 end-of-defun-function.
1739
1740 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1741
1742 * vc.el (vc-default-status-fileinfo-extra): New function.
1743 (vc-status-mark-buffer-changed): Use it.
1744 (vc-update-vc-status-buffer): Allow for partial updates.
1745
1746 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1749 tramp-register-completion-file-name-handler.
1750
1751 * subr.el (keymap-canonicalize): New function.
1752 * mouse.el (mouse-menu-non-singleton): Use it.
1753 (mouse-major-mode-menu): Remove hack made unnecessary.
1754
1755 * simple.el (set-fill-column): Prompt rather than error by default.
1756
1757 2008-04-04 Andreas Schwab <schwab@suse.de>
1758
1759 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1760 Reset new-rules after each round.
1761
1762 * Makefile.in (cal-autoloads): New target.
1763 (compile, compile-always, recompile): Depend on it.
1764 ($(lisp)/calendar/cal-loaddefs.el)
1765 ($(lisp)/calendar/diary-loaddefs.el)
1766 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1767
1768 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1769
1770 * ediff*.el: Replace load with require in eval-when-compile.
1771
1772 * ediff-hook: Delete all invocations of (autoload ...).
1773
1774 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1775 in ediff control window, and set its min height to 2.
1776 (ediff-setup-control-buffer): Dedicate the control window.
1777 (ediff-toggle-multiframe): Undedicate control window.
1778 Work directly with ediff-setup-windows-multiframe and
1779 ediff-setup-windows-plain.
1780
1781 * ediff-wind (ediff-choose-window-setup-function-automatically):
1782 New function.
1783 (ediff-window-setup-function): Change initialization.
1784 (ediff-setup-windows-automatic): Delete.
1785 (ediff-setup-windows-plain-merge): Make control window dedicated.
1786 (ediff-destroy-control-frame): Do not skip frames if working in a
1787 single frame.
1788
1789 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1790 eval-when-compile.
1791
1792 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1793 eval-when-compile.
1794
1795 2008-04-04 Glenn Morris <rgm@gnu.org>
1796
1797 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1798 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1799
1800 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1801 Rename islamic-calendar-leap-year-p. Update callers.
1802 (calendar-islamic-last-day-of-month):
1803 Rename islamic-calendar-last-day-of-month. Update callers.
1804 (calendar-islamic-day-number):
1805 Rename islamic-calendar-day-number. Update callers.
1806 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1807 Update callers, keep old name as alias.
1808 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1809 Update callers, keep old name as alias.
1810 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1811 Keep old name as alias.
1812 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1813 Update callers, keep old name as alias.
1814 (calendar-islamic-mark-date-pattern):
1815 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1816 name as alias.
1817 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1818 Keep old name as alias.
1819 (diary-islamic-insert-monthly-entry):
1820 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1821 (diary-islamic-insert-yearly-entry):
1822 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1823
1824 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1825 calendar-absolute-from-iso. Update callers, keep old name as alias.
1826 (calendar-iso-print-date): Rename calendar-print-iso-date.
1827 Update callers, keep old name as alias.
1828 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1829 Keep old name as alias.
1830 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1831 Keep old name as alias.
1832
1833 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1834 calendar-absolute-from-julian. Update callers, keep old name as alias.
1835 (calendar-julian-print-date): Rename calendar-print-julian-date.
1836 Update callers, keep old name as alias.
1837 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1838 Update callers, keep old name as alias.
1839 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1840 Update callers, keep old name as alias.
1841 (calendar-astro-print-day-number):
1842 Rename calendar-print-astro-day-number. Update callers, keep old
1843 name as alias.
1844 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1845 Update callers, keep old name as alias.
1846
1847 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1848 Rename calendar-string-to-mayan-long-count. Update callers.
1849 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1850 Update callers, keep old name as alias.
1851 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1852 Update callers.
1853 (calendar-mayan-read-tzolkin-date):
1854 Rename calendar-read-mayan-tzolkin-date. Update callers.
1855 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1856 Keep old name as alias.
1857 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1858 Keep old name as alias.
1859 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1860 Keep old name as alias.
1861 (calendar-mayan-previous-tzolkin-date):
1862 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1863 (calendar-mayan-next-round-date):
1864 Rename calendar-next-calendar-round-date. Keep old name as alias.
1865 (calendar-mayan-previous-round-date):
1866 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1867 (calendar-mayan-long-count-to-absolute): Rename
1868 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1869 (calendar-mayan-goto-long-count-date):
1870 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1871
1872 * calendar/cal-persia.el (calendar-persian-month-name-array):
1873 Rename persian-calendar-month-name-array. Update callers.
1874 (calendar-persian-epoch): Rename persian-calendar-epoch.
1875 Update callers.
1876 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1877 Update callers.
1878 (calendar-persian-last-day-of-month):
1879 Rename persian-calendar-last-day-of-month. Update callers.
1880 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1881 Update callers, keep old name as alias.
1882 (calendar-persian-print-date): Rename calendar-print-persian-date.
1883 Update callers, keep old name as alias.
1884 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1885 Keep old name as alias.
1886
1887 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1888 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1889 * calendar/solar.el: Update for cal-julian name changes.
1890
1891 * calendar/cal-dst.el: Update for persian name changes.
1892
1893 * calendar/cal-menu.el, calendar/calendar.el:
1894 Update for islamic, iso, julian, mayan, persian name changes.
1895
1896 * calendar/diary-lib.el: Update for islamic name changes.
1897
1898 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
1899 Rename all-hebrew-calendar-holidays. Update callers, keep old name
1900 as alias.
1901 (calendar-christian-all-holidays-flag):
1902 Rename all-christian-calendar-holidays. Update callers, keep old
1903 name as alias.
1904 (calendar-islamic-all-holidays-flag):
1905 Rename all-islamic-calendar-holidays. Update callers, keep old
1906 name as alias.
1907 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
1908 Update callers, keep old name as alias.
1909 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
1910 Update for the above name changes.
1911
1912 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * hilit-chg.el (global-highlight-changes-mode)
1915 (highlight-changes-passive-string, highlight-changes-active-string):
1916 Mark as obsolete since 23.1, not 22.1.
1917
1918 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * hilit-chg.el (highlight-changes-visibility-initial-state)
1921 (hilit-chg-update, highlight-changes-mode-turn-on):
1922 Fix typos in docstrings.
1923
1924 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
1925
1926 * newcomment.el (comment-enter-backward): Be careful to restore
1927 position changed during narrowing.
1928
1929 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
1930
1931 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1932 Recognize `sub ($$)'.
1933
1934 2008-04-03 Richard Sharman <rsharman@pobox.com>
1935
1936 * hilit-chg.el (highlight-changes-mode): Rename from
1937 highlight-changes; no longer uses sub-modes active and passive;
1938 implemented by define-minor-mode.
1939 (highlight-changes-toggle-visibility): New function, to replace
1940 the old passive/active submodes of global-highlight-changes-mode;
1941 implemented by define-minor-mode.
1942 (global-highlight-changes-mode): Rename from global-highlight-changes;
1943 rewrite using define-globalized-minor-mode.
1944 (hilit-chg-major-mode-hook, hilit-chg-check-global)
1945 (hilit-chg-post-command-hook, hilit-chg-check-global)
1946 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
1947 to use of define-globalized-minor-mode.
1948 (highlight-changes-global-initial-state): Change to be boolean.
1949 (highlight-changes-visible-string, highlight-changes-invisible-string):
1950 Rename from highlight-changes-active-string and
1951 highlight-changes-passive-string.
1952 (hilit-chg-update, hilit-chg-set): Use them.
1953 (global-highlight-changes-mode): Rename from global-highlight-changes.
1954 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
1955 docstring.
1956 (hilit-chg-hide-changes): Rewrite to use dolist.
1957 (hilit-chg-set-face-on-change, hilit-chg-update)
1958 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
1959 variable instead of testing highlight-changes-mode.
1960 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
1961 to highlight-changes-mode changed.
1962 (highlight-compare-with-file): Fix problems with interactive
1963 call giving invalid default file.
1964
1965 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
1966
1967 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
1968 Fix in disassembly buffer (regression in 22.2).
1969
1970 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
1971
1972 * emulation/viper-macs.el (viper-read-fast-keysequence):
1973 Use viper-read-event instead of viper-read-key.
1974
1975 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
1976
1977 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
1978 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
1979 let-statements.
1980
1981 * emulation/viper-ex.el, emulation/viper-macs.el:
1982 * emulation/viper-mous.el:
1983 Replace load with require in eval-when-compile.
1984
1985 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
1988
1989 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
1990 (archive-try-jka-compr): New function.
1991 (archive-set-buffer-as-visiting-file): Use it.
1992
1993 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
1994
1995 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * simple.el (handle-shift-selection): New arg.
1998
1999 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2002
2003 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2004
2005 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2006
2007 * shell.el (shell-dynamic-complete-filename): New fun.
2008 (shell-dynamic-complete-functions): Use it.
2009
2010 * help-fns.el (describe-variable): Undo 2008-02-25 change.
2011
2012 2008-04-03 Kenichi Handa <handa@m17n.org>
2013
2014 * international/fontset.el (create-fontset-from-x-resource):
2015 Handle the error of X resource more gracefully.
2016
2017 * international/latin1-disp.el (latin1-display): Don't use make-char.
2018 Fix the argument to set-char-table-range.
2019 (latin1-display-identities): Don't use make-char.
2020 (latin1-display-reset): Use map-charset-chars instead of directly
2021 calling standard-display-default.
2022 (latin1-display-check-font): Don't use make-char.
2023 (latin1-display-setup): Likewise.
2024 (latin1-display-ucs-per-lynx): Likewise.
2025
2026 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2029 name the fields, to make the code clearer.
2030 Rewrite all `aset' and `aref' using the defined accessors.
2031 (timer--time): New pseudo-field.
2032 (timer-set-time, timer-set-idle-time, timer-inc-time)
2033 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2034 (timer--time-less-p): New function.
2035 (timer--activate): New function, extracted from timer-activate.
2036 (timer-activate-when-idle, timer-activate): Use it.
2037 (cancel-function-timers): Use dolist.
2038
2039 2008-04-03 Glenn Morris <rgm@gnu.org>
2040
2041 * add-log.el (c-beginning-of-defun, c-end-of-defun):
2042 Remove declarations; no longer used.
2043 (c-cpp-define-name, c-defun-name): Declare as functions.
2044
2045 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2046 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2047
2048 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2049 (holiday-passover-etc, holiday-hanukkah): Doc fix.
2050 Add optional argument. Simplify.
2051 (holiday-tisha-b-av-etc): Use memq rather than unless.
2052 (holiday-julian): Autoload it.
2053 (holiday-hebrew-misc): New function.
2054
2055 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2056
2057 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2058 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2059 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2060 all-hebrew-calendar-holidays.
2061 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2062 Simplify using new functions.
2063 (calendar-holidays): Doc fix.
2064 (generate-calendar-window): Use bound-and-true-p.
2065
2066 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2067
2068 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2069 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
2070 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
2071 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2072
2073 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2074
2075 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2078
2079 * vc-bzr.el (vc-bzr-checkout): Simplify.
2080
2081 * image-mode.el (image-mode-fit-frame): New command.
2082
2083 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2084 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2085 (keyboard-escape-quit): Check region-active-p i.s.o
2086 transient-mark-mode.
2087
2088 2008-04-02 Simon Josefsson <simon@josefsson.org>
2089
2090 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2091 (imap-message-copyuid-1): Use it.
2092 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
2093 J. Williams in
2094 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2095
2096 2008-04-02 Alan Mackenzie <acm@muc.de>
2097
2098 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2099 New optimised functions to get the name of the current defun/macro.
2100
2101 * add-log.el (add-log-current-defun): Move the functionality which
2102 gets the current function name for C like modes to cc-cmds.el,
2103 thus optimising for speed.
2104
2105 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * simple.el (deactivate-mark): When the mark is temporarily
2108 active, restore the original value of transient-mark-mode.
2109 (set-mark-command): First deactivate the mark if was temporarily active.
2110 (exchange-point-and-mark): Reactivate the mark if it was
2111 temporarily active.
2112 (handle-shift-selection): New fun.
2113 (transient-mark-mode): Move var documentation here from buffer.c.
2114 (next-line, previous-line, backward-word, move-end-of-line)
2115 (move-beginning-of-line, forward-to-indentation)
2116 (backward-to-indentation, back-to-indentation)
2117 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2118
2119 * mouse.el (mouse-set-region-1): Save the old value of
2120 transient-mark-mode.
2121 (mouse-drag-track): Ignore the now-obsolete value `identity' for
2122 transient-mark-mode.
2123
2124 * textmodes/paragraphs.el (forward-paragraph)
2125 (backward-paragraph, forward-sentence, backward-sentence): Add ^
2126 interactive spec.
2127
2128 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2129
2130 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * net/tramp.el (tramp-make-tramp-temp-file):
2133 Use `tramp-drop-volume-letter' for the local file name part.
2134
2135 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2136
2137 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
2138 Add menu entries corresponding to all the key bindings.
2139
2140 * emacs-lisp/debug.el (debugger-mode-map):
2141 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2142 (conf-align-assignments): Only work on the region if it is active.
2143 (conf-quote-normal): Use when instead of if. Remove redundant test.
2144
2145 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2146 for tracing and re-builder.
2147
2148 2008-04-02 Glenn Morris <rgm@gnu.org>
2149
2150 * calendar/appt.el (appt-disp-window-function): Doc fix.
2151 (appt-display-message): Move beep before display.
2152 (appt-check): Make interactive. Reduce the number of lets.
2153 Use string-equal to compare mode-line strings.
2154 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
2155 read-only.
2156 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2157 (appt-delete): Simplify.
2158
2159 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2160
2161 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2162
2163 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2164 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2165 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2166
2167 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2168 (calendar-holiday-marker, mark-visible-calendar-date):
2169 * calendar/diary-lib.el (fancy-diary-display):
2170 Check for font-lock-mode before using faces.
2171
2172 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2173 (calendar-gregorian-from-absolute): Reduce the number of lets.
2174 (hebrew-holidays-4, generate-calendar-window): Simplify.
2175 (calendar-for-loop): Make obsolete.
2176 (calendar-nth-named-day): Doc fix.
2177
2178 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2179 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2180 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2181 Reduce the number of lets.
2182 (mark-sexp-diary-entries, calendar-mark-complex):
2183 Expand calendar-for-loops.
2184
2185 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * find-dired.el (find-dired-filter): Fix last patch to handle
2188 multi-line process input. Pad link numbers too.
2189
2190 2008-04-01 Jari Aalto <jari.aalto@cante.net>
2191
2192 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2193
2194 2008-04-01 Jason Rumney <jasonr@gnu.org>
2195
2196 * international/characters.el (script-list): Add phonetic script,
2197 covering IPA (previously Latin), Phonetic Extensions and
2198 Phonetic Extensions Supplement (both previously unassigned).
2199
2200 * international/fontset.el (setup-default-fontset): Use unicode fonts
2201 that cover bopomofo script for bopomofo.
2202 Likewise for braille and mathematical.
2203 Use unicode scripts that cover the phonetic script for IPA.
2204
2205 2008-04-01 Johan Bockgård <bojohan@gnu.org>
2206
2207 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2208 return the assigned value.
2209
2210 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * abbrev.el (abbrev-mode): Use define-minor-mode.
2213
2214 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
2215 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2216 Use map-keymap.
2217 (minor-mode-menu-from-indicator): Use it. Simplify.
2218
2219 * bindings.el (mode-line-mode-menu): Move before (new) first use.
2220 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2221 Bind the key directly to the menu.
2222 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2223
2224 2008-04-01 Daiki Ueno <ueno@unixuser.org>
2225
2226 * epa.el (epa-decrypt-region): Explain the reason why this
2227 function should not be used in Lisp programs.
2228 (epa-decrypt-armor-in-region): Ditto.
2229 (epa-verify-region): Ditto.
2230 (epa-verify-cleartext-in-region): Ditto.
2231 (epa-sign-region): Ditto.
2232 (epa-encrypt-region): Ditto.
2233
2234 * epg.el (epg-start-receive-keys): Fix typo in docstring.
2235
2236 * epa.el (epa-select-keys): Show menu even if there is no key in
2237 GnuPG's keyring.
2238
2239 2008-04-01 Glenn Morris <rgm@gnu.org>
2240
2241 * calendar/calendar.el (calendar-make-temp-face): New function.
2242 (mark-visible-calendar-date):
2243 * calendar/diary-lib.el (fancy-diary-display): Use it.
2244
2245 * vc-hooks.el (vc-responsible-backend): Declare as function.
2246
2247 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2248 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2249 * calendar/cal-julian.el (holiday-julian): Use it.
2250
2251 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2252 (calendar-hebrew-date-is-visible-p): Extract some common code into
2253 separate function.
2254 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2255
2256 * calendar/cal-menu.el (cal-menu-holidays-menu):
2257 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2258 rather than obsolete alias.
2259
2260 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2261 for mark characters.
2262 (calendar-unmark): Unmark by removing all overlays, rather than
2263 redrawing.
2264 (calendar-starred-day): Remove.
2265 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
2266 (calendar-cursor-to-date): No need for special star handling now
2267 using overlays.
2268 (calendar-star-date): Use overlays.
2269
2270 * calendar/cal-french.el (calendar-goto-french-date):
2271 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2272 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2273 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2274 * calendar/cal-persia.el (calendar-persian-date-string):
2275 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2276 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2277 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2278 * calendar/solar.el (solar-equinoxes-solstices):
2279 Reduce nesting of some lets.
2280
2281 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2282 (calendar-goto-mayan-long-count-date): Simplify.
2283
2284 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2285 Simplify by using mapcar.
2286 (calendar-list-holidays): Return holiday-list.
2287 (list-holidays): Use let rather than let*. Remove un-needed locals
2288 `d', `never'.
2289 (calendar-check-holidays): Return result from dolist.
2290 (holiday-float): Use a single let*. Simplify if-and to and.
2291 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2292 single let*.
2293
2294 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
2295
2296 * calc/calc.el: Autoload `calc-yank'.
2297 (calc-mode-map): Add keybindings for `calc-yank'.
2298 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2299 assignments for `calc-yank'.
2300
2301 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2304 (vc-status-mark-buffer-changed): Handle the extra field.
2305
2306 * vc-bzr.el (vc-bzr-after-dir-status):
2307 * vc-cvs.el (vc-cvs-after-dir-status):
2308 * vc-hg.el (vc-hg-after-dir-status):
2309 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2310
2311 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * doc-view.el: Compute displayed pages first (in PDF).
2314 (doc-view-current-converter-processes): Rename from
2315 doc-view-current-converter-process. Update users.
2316 (doc-view-sentinel): Test buffer's liveness.
2317 (doc-view-pdf/ps->png-sentinel): Remove.
2318 (doc-view-start-process): New function.
2319 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2320 (doc-view-ps->pdf): Use it.
2321 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2322 New functions.
2323 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2324 (doc-view-mode): Kill the processes when leaving the mode.
2325
2326 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
2327
2328 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2329 Use `byte-compile-warning-types'. Add docstring.
2330
2331 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2334 (smerge-resolve): Add various resolution heuristics.
2335
2336 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2337 in 3-way conflicts.
2338
2339 2008-03-31 Glenn Morris <rgm@gnu.org>
2340
2341 * calendar/cal-bahai.el (diary-bahai-mark-entries):
2342 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2343 * calendar/cal-islam.el (mark-islamic-diary-entries):
2344 Fix argument order in call to diary-mark-entries-1.
2345
2346 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2347 pre-Bahai dates.
2348 (holiday-bahai): Use an algorithm actually relevant to this calendar
2349 system.
2350
2351 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2352
2353 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2354 Use and.
2355
2356 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2357 in the last fortnight in Julian October.
2358
2359 * calendar/calendar.el (increment-calendar-month): Optionally handle
2360 systems without 12 months per year.
2361
2362 (calendar-date-is-visible-p): Doc fix. Simplify.
2363
2364 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2365 from dolist.
2366
2367 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2370 (hi-lock-unload-function): New function.
2371
2372 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
2373
2374 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2375 overwriting when NEWNAME is a local file.
2376
2377 * net/trampver.el: Update release number.
2378
2379 2008-03-30 Alexandre Julliard <julliard@winehq.org>
2380
2381 * vc-git.el: Make vc-status display information about copies,
2382 renames and permission changes.
2383 (vc-git-extra-fileinfo): New defstruct.
2384 (vc-git-escape-file-name, vc-git-file-type-as-string)
2385 (vc-git-rename-as-string, vc-git-permissions-as-string)
2386 (vc-git-status-printer): New functions.
2387 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2388 (vc-git-after-dir-status-stage1): Look for copies, renames and
2389 permission changes.
2390 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2391 (vc-git-dir-status): Ask for staged files and renames.
2392
2393 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * vc.el: Allow backends to display backend specific information in
2396 the vc-status listing.
2397 (vc-status-fileinfo): Add a field for backend specific information.
2398 (vc-status-printer): Rename to ...
2399 (vc-default-status-printer): ... this.
2400 (vc-status-printer): New function.
2401 (vc-update-vc-status-buffer): Set the backend specific file info
2402 if provided.
2403
2404 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * textmodes/remember.el (remember-diary-convert-entry): Revert last
2407 change (ill-conceived).
2408
2409 2008-03-29 Glenn Morris <rgm@gnu.org>
2410
2411 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2412 * calendar/cal-julian.el (holiday-julian): Simplify.
2413
2414 * calendar/holidays.el (list-holidays): Use or.
2415
2416 2008-03-29 Juri Linkov <juri@jurta.org>
2417
2418 * window.el (split-window-preferred-horizontally): New function.
2419
2420 * cus-start.el (split-window-preferred-function):
2421 Set choice for "vertically" to nil instead of split-window.
2422 Set choice for "horizontally" to split-window-preferred-horizontally
2423 instead of lambda.
2424
2425 2008-03-29 Juri Linkov <juri@jurta.org>
2426
2427 * simple.el (minibuffer-default-add-function): New variable with
2428 the default to minibuffer-default-add-completions.
2429 (minibuffer-default-add-done): New variable. Make it buffer-local.
2430 (minibuffer-default-add-completions): New function.
2431 (goto-history-element): Set minibuffer-default-add-done to t and
2432 call a function in minibuffer-default-add-function when the
2433 specified absolute history position is greater than the length of
2434 the minibuffer-default list and minibuffer-default-add-done is nil.
2435 Change "^End of history; no next item$" to "^End of defaults;
2436 no next item$".
2437
2438 * bindings.el (debug-ignored-errors): Change "^End of history;
2439 no next item$" to "^End of defaults; no next item$".
2440
2441 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2444
2445 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2446 to with-no-warnings.
2447
2448 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
2449
2450 Sync with Tramp 2.1.13.
2451
2452 * net/tramp-ftp.el: Require 'cl when byte-compiling.
2453
2454 * net/trampver.el: Update release number.
2455
2456 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2459 the current backend.
2460
2461 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2462 (vc-status-refresh): Create a temporary buffer and call the
2463 `dir-status' backend function from that buffer.
2464
2465 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2466 (vc-bzr-after-dir-status): Don't kill the buffer.
2467
2468 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2469 (vc-cvs-after-dir-status): Don't kill the buffer.
2470
2471 * vc-git.el (vc-git-dir-status): Don't create a buffer.
2472 (vc-git-after-dir-status-stage2): Don't kill the buffer.
2473
2474 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2475 (vc-hg-after-dir-status): Don't kill the buffer.
2476
2477 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2478 (vc-svn-after-dir-status): Don't kill the buffer.
2479
2480 2008-03-29 Glenn Morris <rgm@gnu.org>
2481
2482 * calendar/calendar.el (diary-file, american-date-diary-pattern)
2483 (european-date-diary-pattern, european-calendar-display-form)
2484 (american-calendar-display-form, diary-display-hook): Doc fixes.
2485 (european-calendar-style): Doc fix. Use calendar-set-date-style for
2486 custom :set. Mark as obsolete.
2487 (calendar-date-style, iso-date-diary-pattern)
2488 (iso-calendar-display-form): New user variables.
2489 (diary-date-forms, calendar-date-display-form): Set using
2490 calendar-date-style. Doc fix.
2491 (calendar-set-date-style): New command.
2492 (european-calendar, american-calendar): Use calendar-set-date-style.
2493 Mark as obsolete.
2494
2495 * calendar/diary-lib.el (number): Move declaration where needed.
2496 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2497 (diary-make-date): New function.
2498 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2499 Use diary-make-date.
2500 (diary-date-display-form, diary-insert-entry-1): New functions.
2501 (insert-monthly-diary-entry, insert-yearly-diary-entry):
2502 Use diary-insert-entry-1.
2503 (insert-anniversary-diary-entry, insert-block-diary-entry)
2504 (insert-cyclic-diary-entry): Use diary-date-display-form.
2505
2506 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2507 Autoload diary-insert-entry-1.
2508 * calendar/cal-bahai.el (diary-bahai-insert-entry)
2509 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2510 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2511 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2512 * calendar/cal-islam.el (insert-islamic-diary-entry)
2513 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2514 Use diary-insert-entry-1.
2515
2516 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2517 (diary-yahrzeit): Doc fix. Use diary-make-date.
2518
2519 * calendar/icalendar.el (icalendar--datetime-to-american-date):
2520 New name for icalendar--datetime-to-noneuropean-date. Make old name
2521 obsolete alias.
2522 (icalendar--datetime-to-iso-date): New function.
2523 (icalendar--datetime-to-diary-date): Doc fix. Respect
2524 calendar-date-style if bound.
2525
2526 * textmodes/remember.el (remember-diary-convert-entry):
2527 Respect calendar-date-style if bound.
2528
2529 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2530
2531 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2532 (xterm-mouse-handle-delete-frame): Delete.
2533
2534 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2535 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2536 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2537 in xterm-modify-other-keys-terminal-list.
2538
2539 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2540 are conflicts.
2541
2542 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2543
2544 * vc.el (vc-update): Check if the buffer is unsaved only if it
2545 actually exists.
2546 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2547 vc-print-log.
2548
2549 2008-03-28 Magnus Henoch <mange@freemail.hu>
2550
2551 * net/dns.el (dns-write): Use set-buffer-multibyte.
2552
2553 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * vc-bzr.el (vc-bzr-sha1): New fun.
2556 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2557 (vc-bzr-registered): Use it.
2558
2559 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 * vc.el (vc-status-kill-dir-status-process): Simplify.
2562 (vc-status-refresh): Make sure the buffer is live.
2563 (ring): Don't require it, not used.
2564
2565 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
2566
2567 * progmodes/verilog-mode.el (verilog-auto-inout-module):
2568 Add optional regular expression to AUTOINOUTMODULE.
2569 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2570 (verilog-auto-inst-param, verilog-auto-reg)
2571 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2572 (verilog-auto-output-every, verilog-auto-input)
2573 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2574 (verilog-auto-unused, verilog-auto): Update documentation to use
2575 more obvious instance module names versus cell names.
2576
2577 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
2578
2579 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2580 kill if a process is running.
2581
2582 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2583
2584 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2585
2586 * vc.el: Add new backend function 'status-extra-headers.
2587 (vc-default-status-extra-headers): New function.
2588 (vc-status-headers): Call 'status-extra-headers. Add colors.
2589
2590 * vc-git.el (vc-git-status-extra-headers): New function.
2591
2592 2008-03-28 Glenn Morris <rgm@gnu.org>
2593
2594 * calendar/cal-menu.el (cal-menu-holidays-menu)
2595 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2596 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2597 holiday-list is optional.
2598 (calendar-mouse-holidays): Remove un-needed local `l'.
2599
2600 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2601 Remove un-needed local `date'.
2602 (calendar-cursor-to-visible-date): Use let rather than let*.
2603 Remove un-needed local `first-of-month-weekday'.
2604
2605 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2606
2607 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2608 Doc fixes.
2609 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
2610 (diary-header-line-flag, diary-header-line-format): Declare.
2611 (diary-pull-attrs): Check for multiple matches.
2612 (diary-list-entries-2): Simplify finding start of date.
2613 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2614 pop-up-frames.
2615 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2616 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2617
2618 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
2619
2620 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2621
2622 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2623
2624 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2627
2628 * image-mode.el (image-mode-reapply-winprops): Fix last change.
2629
2630 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2631
2632 * international/mule-conf.el (define-iso-single-byte-charset):
2633 Don't make latin-iso8859-* supplementary.
2634 (#'set-charset-priority): Don't change the priority of charsets
2635 `unicode' and `emacs'.
2636
2637 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2640 temp buffer.
2641
2642 2008-03-27 Glenn Morris <rgm@gnu.org>
2643
2644 * calendar/cal-bahai.el (diary-bahai-list-entries):
2645 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2646 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2647
2648 * calendar/calendar.el (diary-file): Doc fix.
2649
2650 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2651 (list-diary-entries-hook, mark-diary-entries-hook)
2652 (include-other-diary-files, diary-mail-entries)
2653 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2654 (diary-set-header): New function.
2655 (diary-header-line-flag, diary-header-line-format):
2656 Use diary-set-header for custom :set function.
2657 (diary-set-maybe-redraw): Use symbol-value rather than eval.
2658 (diary-attrtype-convert): Use intern-soft rather than read.
2659 (diary-display-no-entries): New function.
2660 (simple-diary-display, fancy-diary-display): Use it.
2661 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
2662 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2663
2664 * calendar/holidays.el (list-holidays): Doc fix.
2665
2666 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
2667
2668 * calc/calc-store.el (calc-read-var-name-history): New variable.
2669 (calc-read-var-name): Use `calc-read-var-name-history'.
2670
2671 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * image-mode.el (image-mode-reapply-winprops): Simplify now that
2674 window-configuration-change-hook works buffer-locally.
2675
2676 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2677
2678 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2679 for Emacs Lisp, not Lisp.
2680
2681 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * help-fns.el (describe-function-1, describe-variable):
2684 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2685
2686 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2687 replacement is provided, don't print "use nil instead".
2688
2689 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2690
2691 * complete.el (PC-do-completion): Use regexp-quote.
2692
2693 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2696 Detect missing files.
2697
2698 * vc-git.el (vc-git-extra-menu-map): New key map.
2699 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2700 New functions.
2701
2702 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2703 and 'missing files.
2704
2705 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * calendar/holidays.el (list-holidays): Make Y2 optional.
2708
2709 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2710 buffers shown to the user.
2711 (appt-disp-window): Disable undo explicitly now that the leading space
2712 is gone.
2713
2714 * simple.el (activate-mark): New function.
2715 (set-mark-command): Use it with region-active-p to clean up the code.
2716 (exchange-point-and-mark): Invert the meaning of C-u when
2717 transient-mark-mode is active.
2718
2719 * dired-aux.el (dired-create-files): Use dolist.
2720
2721 * bindings.el (mode-line-change-eol): Use with-selected-window.
2722
2723 * apropos.el (apropos-command): Include macros.
2724
2725 2008-03-26 Glenn Morris <rgm@gnu.org>
2726
2727 * calendar/cal-bahai.el: Require calendar, not cal-julian.
2728 (calendar-bahai-epoch): Doc fix.
2729
2730 * calendar/cal-china.el: Explicitly require calendar.
2731
2732 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2733 Require calendar rather than cal-julian.
2734 Autoload calendar-absolute-from-julian.
2735 * calendar/cal-coptic.el (coptic-calendar-epoch):
2736 * calendar/cal-islam.el (calendar-islamic-epoch):
2737 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2738
2739 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2740
2741 * calendar/cal-dst.el: Don't require cal-persia.
2742 (calendar-absolute-from-persian): Autoload it.
2743 (dst-adjust-time): Doc fix.
2744
2745 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2746 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2747 calendar.
2748
2749 * calendar/cal-menu.el: Require calendar rather than declaring
2750 functions.
2751 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2752
2753 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2754 calendar-after-frame-setup-hooks. Update callers, make old name an
2755 obsolete alias. Doc fix.
2756 (calendar-frame-1): Doc fix.
2757
2758 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2759
2760 * calendar/calendar.el (oriental-holidays, solar-holidays):
2761 * calendar/holidays.el (list-holidays): Assume atan always bound.
2762
2763 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2764 Explicitly require calendar, not cal-julian.
2765 * calendar/lunar.el: Explicitly require cal-dst.
2766
2767 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2770
2771 * help-fns.el (describe-function-1, describe-variable): If no
2772 replacement is provided, don't print "use nil instead".
2773
2774 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2775
2776 * proced.el: New file.
2777
2778 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2779
2780 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2781
2782 2008-03-25 Juri Linkov <juri@jurta.org>
2783
2784 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2785 in battery-mode-line-format.
2786
2787 * bindings.el (minibuffer-local-map): For the command
2788 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2789 with map which is already locally bound to minibuffer-local-map.
2790
2791 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2794 Remove `sort-first' argument.
2795
2796 * subr.el (redisplay-end-trigger-functions)
2797 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2798 (process-filter-multibyte-p, set-process-filter-multibyte):
2799 Mark as obsolete.
2800
2801 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2802
2803 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2804 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2805 use the LOCAL arg of `add-hook'.
2806 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2807 Remove spurious * from defcustom docstrings.
2808 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2809 Fix typos in messages.
2810 (reb-mode-buffer-p): New function.
2811 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2812 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2813 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2814 (reb-update-overlays): Use `unless', `when'.
2815 (re-builder-unload-function): New function.
2816
2817 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2818
2819 * vc-hooks.el (vc-state): Add documentation for 'missing.
2820
2821 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2822
2823 * progmodes/verilog-mode.el (verilog-auto-output)
2824 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2825 (verilog-delete-auto): Add optional regular expression to
2826 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2827 (verilog-signals-matching-regexp): New internal function for
2828 signal matching.
2829
2830 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2831
2832 * info.el (Info-isearch-search): Always return point.
2833
2834 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * diff-mode.el (diff-remembered-defdir): New var.
2837 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2838
2839 2008-03-25 Glenn Morris <rgm@gnu.org>
2840
2841 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2842 calendar-bahai-prompt-for-date. Update callers, make old name an
2843 obsolete alias. Doc fix.
2844 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2845 coptic-prompt-for-date. Update callers, make old name an
2846 obsolete alias. Doc fix.
2847 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2848 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2849 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2850 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2851 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2852 calendar-iso-read-args. Update callers, make old name an obsolete
2853 alias.
2854 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2855 persian-prompt-for-date. Update callers, make old name an
2856 obsolete alias. Doc fix. Move definition before use.
2857
2858 * calendar/cal-x.el (diary-frame-parameters)
2859 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2860 (calendar-frame-1): Doc fixes.
2861 (make-fancy-diary-buffer): Remove declaration.
2862 (calendar-dedicate-diary): Replace call to deleted function
2863 make-fancy-diary-buffer.
2864 (calendar-frame-setup): New function.
2865 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2866 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2867 work, and mark as obsolete.
2868 (special-display-buffer-names): Don't mess with this; it's not our
2869 business.
2870 (cal-x-load-hook): Defvar it, and mark as obsolete.
2871
2872 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2873 Default to t. Add to 'calendar group.
2874 (calendar): Doc fix. Use calendar-frame-setup.
2875 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2876 (generate-calendar-window): Doc fix.
2877
2878 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2881
2882 2008-03-24 Drew Adams <drew.adams@oracle.com>
2883
2884 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2885 New variables.
2886 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2887 (finder-exit): Ignore errors rather than avoiding them.
2888 Kill *Finder-package* buffer also.
2889
2890 2008-03-24 Andreas Schwab <schwab@suse.de>
2891
2892 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
2893
2894 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
2895
2896 * vc-hg.el (vc-hg-after-dir-status):
2897 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2898
2899 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
2900 Detect removed files.
2901
2902 * vc.el (vc-status-printer): Use a different face for missing files.
2903 (vc-status-hide-up-to-date): Rename from
2904 vc-status-remove-up-to-date. Update all callers.
2905 (vc-status-mode-map): Bind C-m.
2906
2907 2008-03-24 Alexandre Julliard <julliard@winehq.org>
2908
2909 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
2910 code ...
2911 (vc-git--state-code): ... to this new function.
2912 (vc-git-state): Use it.
2913
2914 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
2915
2916 * textmodes/remember.el (remember-mail-date)
2917 (remember-store-in-mailbox): Write date and From line in such a
2918 way that Mutt can read it.
2919
2920 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * simple.el (transient-mark-mode): Turn on by default.
2923
2924 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
2927 'unregistered for unregistered files.
2928
2929 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
2930
2931 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
2932
2933 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
2934 subdirectories.
2935
2936 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
2937 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
2938 Add :enable for vc-status-refresh.
2939 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
2940 (vc-status-tool-bar-map): Add binding for
2941 vc-status-kill-dir-status-process.
2942 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
2943 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
2944 Reset vc-status-process-buffer.
2945 (vc-status-refresh): Don't run two refreshes at a time.
2946 (vc-status): If the buffer is already in vc-status-mode only refresh.
2947 (vc-status-mark-buffer-changed): Add an optional file parameter.
2948 (vc-resynch-buffer): Use it.
2949 (vc-delete-file): Expand the file name before using it.
2950 Be careful to not create a new buffer with the old file contents.
2951 Update the VC state after performing the operation.
2952
2953 2008-03-23 Andreas Schwab <schwab@suse.de>
2954
2955 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
2956 Fix radio button condition.
2957 [box]: Likewise.
2958 [customize]: Add radio button.
2959
2960 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
2961
2962 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
2963 (calc-user-parse-tables, calc-gnuplot-default-device)
2964 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2965 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2966 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2967 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
2968 (calc-undo-list, calc-redo-list, calc-main-buffer)
2969 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
2970 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
2971 (calc-said-hello, calc-executing-macro, calc-any-selections)
2972 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
2973 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
2974 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
2975 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
2976 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
2977 (calc-create-buffer, calc-quit): Add docstrings.
2978
2979 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * makefile.w32-in (WINS_ALMOST): Add org.
2982
2983 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2986 New functions to implement vc-status support.
2987
2988 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
2989
2990 * vc.el (vc-status-prepare-status-buffer): New function.
2991 (vc-status): Use it.
2992
2993 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
2994 appropriate.
2995
2996 2008-03-22 Alexandre Julliard <julliard@winehq.org>
2997
2998 * vc-git.el (vc-git--empty-db-p)
2999 (vc-git-after-dir-status-stage1-empty-db): New functions.
3000 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3001 Add support for empty repositories.
3002
3003 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3006 Allow "^" in a version name.
3007
3008 * vc-mtn.el (vc-mtn-state): Support the added state.
3009
3010 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
3011
3012 * org: New directory for Org-mode.
3013
3014 * org/org-export-latex.el: Moved from lisp/texmodes.
3015
3016 * org/org-irc.el: Moved from lisp/texmodes.
3017
3018 * org/org-mac-message.el: Moved from lisp/texmodes.
3019
3020 * org/org-mouse.el: Moved from lisp/texmodes.
3021
3022 * org/org-publish.el: Moved from lisp/texmodes.
3023
3024 2008-03-21 Juri Linkov <juri@jurta.org>
3025
3026 * comint.el (comint-dynamic-simple-complete):
3027 Use variable `stub' for the second arg `common-substring'
3028 of `comint-dynamic-list-completions'.
3029 (comint-dynamic-list-filename-completions):
3030 Use variable `filenondir' for the second arg `common-substring'
3031 of `comint-dynamic-list-completions'.
3032 (comint-dynamic-list-completions): Add new optional arg
3033 `common-substring'. Add `common-substring' as the second arg of
3034 the call to `display-completion-list'. Doc fix.
3035
3036 * comint.el (comint-dynamic-complete-as-filename)
3037 (comint-dynamic-list-filename-completions)
3038 (comint-dynamic-simple-complete): Use `minibuffer-message'
3039 to display message "No completions of %s" when a command
3040 is called in the minibuffer.
3041 (comint-dynamic-simple-complete): Don't display other
3042 completion messages when a command is called in the minibuffer.
3043 (comint-dynamic-list-completions): Use `minibuffer-message'
3044 to display message " [Type space to flush ...]" when a command
3045 is called in the minibuffer.
3046
3047 * shell.el (shell-dynamic-complete-command)
3048 (shell-dynamic-complete-environment-variable): Don't display
3049 completion messages when command is called in the minibuffer.
3050
3051 * emacs-lisp/lisp.el (lisp-complete-symbol):
3052 Use `minibuffer-message' to display message "No completions of %s"
3053 when this command is called in the minibuffer.
3054
3055 * bindings.el (standard-mode-line-modes): Put special help-echo
3056 tooltip on recursive edit %[ %] mode-line constructs.
3057
3058 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3059 "^No dynamic expansion for .* found$" to allow error messages like
3060 "No dynamic expansion for \"%s\" found in this-buffer".
3061
3062 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
3063
3064 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3065 "psftp".
3066
3067 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3070 * vc.el (vc-default-dired-state-info): Use just "modified".
3071 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3072 (vc-cvs-mode-line-string): Make use of the better default.
3073 (vc-cvs-parse-entry): Use the new `added'.
3074 (vc-cvs-dired-state-info): Remove.
3075 * vc-svn.el (vc-svn-dired-state-info): Remove.
3076 * vc-hg.el (vc-hg-dired-state-info): Remove.
3077 * vc-git.el (vc-git-dired-state-info): Remove.
3078
3079 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3080
3081 * vc-git.el (vc-git-status-result): New variable.
3082 (vc-git-dir-status): Split out ...
3083 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3084 ... these new functions and work asynchronously.
3085
3086 2008-03-21 Alexandre Julliard <julliard@winehq.org>
3087
3088 * vc-git.el (vc-git-after-dir-status): Remove.
3089 (vc-git-dired-state-info): Reimplement.
3090
3091 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3092
3093 * replace.el (occur-mode-map): Add :help.
3094
3095 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3096 for disassemble.
3097
3098 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3099 the 'added state.
3100 (vc-status-remove-up-to-date): New function.
3101 (vc-status-mode-map, vc-status-menu-map): Bind it.
3102 (vc-status-printer): Use a different face up-to-date files.
3103 (vc-resynch-buffer): Update the vc-status buffer if it exists.
3104 (Todo): Remove solved entries.
3105
3106 * vc-hg.el (vc-hg-state):
3107 * vc-git.el (vc-git-state):
3108 * vc-cvs.el (vc-cvs-parse-status):
3109 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3110 state.
3111
3112 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * progmodes/compile.el (compile):
3115 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3116
3117 * simple.el (minibuffer-local-shell-command-map): New var.
3118 (minibuffer-complete-shell-command, read-shell-command): New funs.
3119 (shell-command, shell-command-on-region): Use them.
3120
3121 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3122
3123 * vc.el (vc-status-mark-buffer-changed): New function to implement
3124 updating of the *vc-status* buffer when a buffer is saved.
3125 (vc-status-mode): Use it for after-change-hook.
3126 (vc-add-to-vc-status-buffer): Rename to ...
3127 (vc-status-add-entry): ... this.
3128 (Todo): Add new entry.
3129
3130 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3133
3134 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3137 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3138 Remove spurious * from defcustom docstrings.
3139 (icomplete-compute-delay): Fix docstring and remove spurious *.
3140 (icomplete-delay-completions-threshold): Fix typo in docstring and
3141 remove spurious *.
3142 (icomplete-completions): While collecting the list of prospective
3143 candidates, don't overshoot `icomplete-prospects-length'.
3144
3145 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3146
3147 * textmodes/refbib.el:
3148 * textmodes/reftex.el:
3149 * textmodes/reftex-global.el:
3150 * textmodes/reftex-vars.el:
3151 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3152 compiler pacifying defvars.
3153 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3154 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3155 not needed.
3156
3157 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
3158
3159 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3160 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3161 (verilog-customize, verilog-font-customize)
3162 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3163 (verilog-mode): Update documentation strings to match tool tips.
3164 (verilog-auto-search-do, verilog-auto-re-search-do)
3165 (verilog-skip-forward-comment-or-string): Fix verilog-auto
3166 expansion when a .* appears inside a string.
3167 (verilog-re-search-forward, verilog-re-search-backward):
3168 Add comment to recall how this works.
3169 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3170
3171 2008-03-20 Glenn Morris <rgm@gnu.org>
3172
3173 * calendar/calendar.el (calendar-other-dates): New function.
3174 (calendar-print-other-dates): Use calendar-other-dates.
3175 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3176 the declarations it replaces.
3177 (calendar-mouse-print-dates): Use calendar-other-dates.
3178
3179 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3180 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3181 (calendar-absolute-from-bahai): Fix the leap-year case.
3182 (calendar-bahai-from-absolute): Re-use the Gregorian month.
3183 (calendar-bahai-date-string, calendar-bahai-print-date):
3184 Handle pre-Bahai dates.
3185
3186 * calendar/cal-china.el (chinese-calendar-celestial-stem)
3187 (chinese-calendar-terrestrial-branch): Make defcustoms.
3188
3189 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3190 (calendar-mouse-view-diary-entries): Use or.
3191 (calendar-mouse-chinese-date): Remove unused command.
3192 (cal-menu-load-hook): Mark as obsolete.
3193
3194 * calendar/solar.el (calendar-location-name, calendar-latitude)
3195 (calendar-longitude, solar-arctan, sunrise-sunset)
3196 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3197
3198 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3199
3200 * calc/calc.el: Remove outdated comments.
3201 (defcalcmodevar, calc-mode-var-list-restore-default-values)
3202 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3203 Add docstrings.
3204
3205 2008-03-19 Jason Rumney <jasonr@gnu.org>
3206
3207 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3208
3209 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3210
3211 * net/tls.el (open-tls-stream): Reindent.
3212
3213 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
3214
3215 * net/tramp.el (tramp-let-maybe): Removed.
3216 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3217 It does not exist under XEmacs.
3218 (tramp-handle-file-truename, tramp-handle-expand-file-name)
3219 (tramp-completion-file-name-handler): Let-bind
3220 `directory-sep-char'.
3221
3222 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3223 `directory-sep-char'.
3224
3225 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * help-fns.el (describe-function-1): Don't signal "missing arglist"
3228 for autoloaded keymaps.
3229
3230 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3231 (electric-verilog-terminate-line, verilog-in-struct-region-p)
3232 (verilog-backward-ws&directives, verilog-forward-ws&directives)
3233 (verilog-in-comment-p, verilog-in-star-comment-p)
3234 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3235 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3236 (verilog-skip-forward-comment-or-string, verilog-in-paren)
3237 (verilog-skip-forward-comment-p): Use it.
3238
3239 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3240
3241 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3242 (org-remember-templates, org-time-stamp-rounding-minutes)
3243 (org-back-over-empty-lines, org-find-base-buffer-visiting)
3244 (org-columns-new): Fix typos in docstrings.
3245
3246 2008-03-19 Glenn Morris <rgm@gnu.org>
3247
3248 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3249 (tramp-handle-shell-command): Use condition-case rather than
3250 ignore-errors.
3251
3252 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3253
3254 * diff-mode.el (diff-header): Make the color louder.
3255 (diff-refine-change): Tone the color down.
3256
3257 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * descr-text.el (describe-char): When `describe-char-unidata-list'
3260 is set to show all properties, list them in the right order.
3261
3262 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * international/mule.el (load-with-code-conversion): Avoid setting
3265 default-enable-multibyte-characters.
3266
3267 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
3268
3269 * vc.el (vc-annotate-background): Fix custom type.
3270
3271 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * descr-text.el (describe-char-unidata-list): Allow specifying
3274 just all properties.
3275 (describe-char): Handle that new value.
3276
3277 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3278
3279 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3280
3281 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3282 instead of file name extension to make docs with uncommon
3283 extensions work.
3284
3285 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3286
3287 * doc-view.el (require): Require cl at compile time because
3288 `assert' needs it.
3289
3290 2008-03-18 Glenn Morris <rgm@gnu.org>
3291
3292 * calendar/calendar.el (initial-calendar-window-hook)
3293 (today-visible-calendar-hook): Doc fixes.
3294
3295 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
3296
3297 * net/tramp.el (tramp-root-regexp): Simplify.
3298 (tramp-completion-file-name-regexp-separate): Don't insist on
3299 leading "[". This prevents method or user or host completion.
3300 (tramp-let-maybe): Autoload it.
3301 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
3302 is an alias for `identity'.
3303 (tramp-handle-write-region): Protect `last-coding-system-used'
3304 over the trailing statements.
3305 (tramp-completion-file-name-handler-post-function): Remove.
3306 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3307 instead of calling `tramp-drop-volume-letter'.
3308
3309 * net/tramp.el:
3310 * net/tramp-uu.el:
3311 * net/trampver.el: Move coding cookie at the end.
3312
3313 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3316 elements which may be something else than characters.
3317
3318 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
3319
3320 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3321 New functions to implement vc-status support.
3322
3323 * vc.el (vc-default-extra-status-menu)
3324 (vc-add-to-vc-status-buffer): New functions.
3325
3326 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3327 for eldoc and ielm.
3328
3329 2008-03-17 Glenn Morris <rgm@gnu.org>
3330
3331 * calendar/cal-x.el (diary-frame-parameters)
3332 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3333 Fix custom type; add options.
3334 (calendar-frame, diary-frame): Doc fixes.
3335 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3336 new functions.
3337 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3338 Use calendar-frame-1 and calendar-dedicate-diary.
3339 (calendar-one-frame-setup): Also handle only-one-frame case.
3340 (calendar-only-one-frame-setup): Doc fix. Just call
3341 calendar-one-frame-setup.
3342
3343 * calendar/diary-lib.el: Re-order some definitions before their use.
3344 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3345 (diary-list-entries): Doc fixes.
3346 (make-fancy-diary-display): Remove function.
3347
3348 * calendar/calendar.el (calendar-today-marker)
3349 (initial-calendar-window-hook, today-visible-calendar-hook)
3350 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3351 (calendar-star-date, calendar-mark-today): Doc fixes.
3352 (today-visible-calendar-hook): Add options.
3353 (calendar-in-read-only-buffer): New macro.
3354 (calendar-basic-setup): Adapt for change in calendar-read-date.
3355 Place holiday let inside if.
3356 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3357 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3358 (calendar-print-other-dates): Use one let rather than many.
3359
3360 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3361 (calendar-print-other-dates):
3362 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3363 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3364 * calendar/holidays.el (calendar-list-holidays, list-holidays)
3365 (calendar-cursor-holidays):
3366 * calendar/lunar.el (calendar-phases-of-moon): Use
3367 calendar-in-read-only-buffer to replace previous code and disable undo.
3368
3369 2008-03-16 Juri Linkov <juri@jurta.org>
3370
3371 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3372 and regexp-search-ring-yank-pointer for the HISTPOS argument of
3373 read-from-minibuffer to provide the correct initial minibuffer
3374 history position in isearch-edit-string when it is called from
3375 isearch-ring-adjust.
3376
3377 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3378 to check if the current buffer is the minibuffer, and in this case
3379 call abort-recursive-edit to kill the minibuffer. Doc fix.
3380 (kill-this-buffer-enabled-p): Allow this function to return non-nil
3381 when the current buffer is the minibuffer.
3382
3383 * simple.el (goto-line): Leave mark at previous position. Doc fix.
3384
3385 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
3386
3387 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3388 Use non-nil PARENTS attribute of make-directory instead of
3389 explicitly checking existence the current cache directory.
3390
3391 2008-03-16 Daiki Ueno <ueno@unixuser.org>
3392
3393 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3394 M-x epa-file-select-keys.
3395
3396 2008-03-16 Kenichi Handa <handa@m17n.org>
3397
3398 * international/mule.el (auto-coding-alist):
3399 Use no-conversion-multibyte for archive files.
3400
3401 2008-03-16 Glenn Morris <rgm@gnu.org>
3402
3403 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3404 New functions.
3405 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3406 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3407 Use calendar-mark-1.
3408 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3409 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3410 Use calendar-mark-complex.
3411 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3412 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3413 Use calendar-mark-1.
3414
3415 * calendar/calendar.el (calendar-mod): Remove.
3416 * calendar/cal-china.el (calendar-chinese-from-absolute)
3417 (calendar-chinese-date-string): Expand calendar-mod calls.
3418 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3419 Expand calendar-mod calls.
3420
3421 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3422 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3423 (diary-bahai-insert-yearly-entry): Use let rather than let*.
3424 Move obsolete aliases after the functions that replaced them.
3425
3426 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3427 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3428 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3429 Use let rather than let*.
3430 (calendar-hebrew-prompt-for-date): New function.
3431 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3432 (holiday-tisha-b-av-etc): Use unless, let.
3433
3434 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3435 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3436
3437 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3438
3439 * calendar/calendar.el (calendar-for-loop): Add indent spec.
3440
3441 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3442 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3443 than concat.
3444 (diary): Remove un-needed let.
3445 (view-other-diary-entries): Rename argument.
3446 (diary-list-entries-2): New function.
3447 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3448 (print-diary-entries): Use unless.
3449 (diary-mark-entries-1): Change argument order, make all but
3450 markfunc optional. Handle the standard (Gregorian) case.
3451 Use match-string-no-properties. Handle marks.
3452 (mark-diary-entries): Use diary-mark-entries-1.
3453 (diary-font-lock-keywords-1): New macro.
3454 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3455
3456 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
3457
3458 * icalendar.el (icalendar-version): Increase to 0.18.
3459 (icalendar-export-hidden-diary-entries): New variable.
3460 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3461 In case of error, insert full error-val.
3462 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
3463 Use calendar-day-of-week. Return the day number.
3464 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3465
3466 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
3467
3468 * icalendar.el (icalendar-recurring-start-year): New variable.
3469 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3470 (icalendar-export-region): Ignore hidden diary entries.
3471 (icalendar--convert-ordinary-to-ical): Fix case where event
3472 spans across midnight boundary.
3473 (icalendar-first-weekday-of-year): New function.
3474 (icalendar--convert-weekly-to-ical): Allow user-selectable start
3475 year for recurring events (Mozilla calendars do not propagate
3476 recurring events forever, so year 2000 start date was not working).
3477 (icalendar--convert-yearly-to-ical): Remove extra spaces in
3478 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3479
3480 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
3481
3482 * net/tramp.el (tramp-root-regexp): New defconst.
3483 (tramp-completion-file-name-regexp-unified)
3484 (tramp-completion-file-name-regexp-separate)
3485 (tramp-completion-file-name-regexp-url): Use it.
3486 (tramp-do-copy-or-rename-file-via-buffer):
3487 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
3488 t for `insert-file-contents-literally'.
3489 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3490 Autoload it.
3491 (tramp-completion-file-name-handler-post-function): New defconst.
3492 (tramp-completion-file-name-handler): Use it.
3493 (tramp-maybe-open-connection): Update calls to
3494 `tramp-flush-connection-property' for removed 2nd argument.
3495
3496 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3499 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3500 New functions.
3501
3502 2008-03-15 Glenn Morris <rgm@gnu.org>
3503
3504 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3505 New functions.
3506 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3507 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3508 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3509 (diary-bahai-list-entries): Use diary-list-entries-1.
3510 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
3511 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3512 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3513 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3514 (list-hebrew-diary-entries): Use diary-list-entries-1.
3515 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
3516 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3517 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3518 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3519 (list-islamic-diary-entries): Use diary-list-entries-1.
3520 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
3521
3522 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3523
3524 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3525
3526 * calendar/cal-china.el (number-chinese-months)
3527 (calendar-chinese-from-absolute): Use nth, caar.
3528
3529 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3530
3531 * calendar/cal-french.el (french-calendar-accents): Doc fix.
3532
3533 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3534 (calendar-hebrew-month-name-array-leap-year)
3535 (hebrew-calendar-parashiot-names): Make constants.
3536 (diary-parasha): Move definition after constants it uses.
3537
3538 * calendar/cal-html.el (cal-html-insert-link-yearpage)
3539 (cal-html-htmlify-list): Doc fix.
3540 (cal-html-htmlify-entry): Use nth.
3541
3542 * calendar/cal-islam.el (calendar-islamic-month-name-array)
3543 (calendar-islamic-epoch): Make constants.
3544 (calendar-islamic-epoch): Doc fix.
3545
3546 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3547
3548 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3549 (cal-tex-month-name): Doc fix.
3550 (cal-tex-last-blank-p): Use zerop.
3551
3552 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3553 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3554 (calendar-cursor-to-date): Doc fix.
3555 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3556 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3557 (calendar-day-number): Use when.
3558 (generate-calendar-month): Use dotimes.
3559 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3560 (calendar-set-mark): Reverse conditional.
3561 (calendar-make-alist): Move definition before use.
3562
3563 * calendar/diary-lib.el (diary-face-attrs)
3564 (diary-glob-file-regexp-prefix, diary-selective-display)
3565 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3566 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3567 (diary-anniversary, diary-cyclic)
3568 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3569 (diary-header-line-format): Change wording.
3570 (diary-list-entries): Set `date-start' in let.
3571 (include-other-diary-files, mark-included-diary-files): Use format.
3572 (simple-diary-display, fancy-diary-display): Use cadr, unless.
3573 (mark-diary-entries): Use 1+.
3574 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3575 (mark-calendar-month): Use dotimes.
3576
3577 * calendar/holidays.el (displayed-month, displayed-year):
3578 Move declarations where needed.
3579 (calendar-list-holidays): Doc fix.
3580
3581 * calendar/parse-time.el (parse-time-string): Simplify.
3582
3583 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3584 Make constants.
3585 (solar-sunrise-sunset): Rename some local variables for clarity.
3586 (sunrise-sunset): Use zerop.
3587 (solar-mean-equinoxes/solstices): Doc fix.
3588
3589 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3590 Use nth.
3591 (timeclock-completing-read, timeclock-generate-report): Use zerop.
3592 (timeclock-mean, timeclock-generate-report): Use dolist.
3593
3594 * calendar/todo-mode.el (todo-add-category): Simplify.
3595 (todo-more-important-p, todo-delete-item, todo-file-item):
3596 Use unless, when.
3597 (todo-top-priorities): Use zerop.
3598
3599 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
3600
3601 * buff-menu.el (list-buffers-noselect): Display buffer name in
3602 tooltip instead of mouse binding when it doesn't fit in the list.
3603
3604 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3605
3606 * faces.el (xw-defined-colors):
3607 * simple.el (widget-convert, shell-mode): Declare as functions
3608 instead of autoloading.
3609
3610 * abbrev.el:
3611 * button.el:
3612 * cus-face.el:
3613 * ediff-hook.el:
3614 * emacs-lisp/backquote.el:
3615 * emacs-lisp/timer.el:
3616 * facemenu.el:
3617 * faces.el:
3618 * menu-bar.el:
3619 * simple.el:
3620 * subr.el:
3621 * textmodes/fill.el:
3622 * textmodes/paragraphs.el: Remove autoloads, redundant when the
3623 files are preloaded.
3624
3625 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * desktop.el (desktop-create-buffer): Don't catch errors if
3628 debug-on-error is set.
3629
3630 2008-03-14 Eli Zaretskii <eliz@gnu.org>
3631
3632 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3633 ($(lisp)/calendar/diary-loaddefs.el)
3634 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3635 (LOADDEFS): New macro.
3636 (autoloads): Depend on $(LOADDEFS).
3637
3638 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3639
3640 * font-lock.el (featurep): Remove test, not useful anymore.
3641 (facemenu-keymap): Move key binding ...
3642 * facemenu.el (facemenu-keymap): ... here.
3643
3644 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
3645 for each file in the list.
3646 (vc-bzr-log-view-mode): Recognize the file marker.
3647
3648 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3649 for checkdoc and profiling.
3650
3651 2008-03-14 Bastien Guerry <bzg@altern.org>
3652
3653 * textmodes/flyspell.el (nxml-mode): Add the right
3654 `flyspell-mode-predicate'.
3655
3656 * wid-edit.el (link): Use 'mouse-face for :follow-link.
3657
3658 2008-03-14 Glenn Morris <rgm@gnu.org>
3659
3660 * calendar/solar.el: Reorder so that functions are defined before use.
3661 (displayed-month, displayed-year): Move declarations where needed.
3662 (solar-get-number): Move definition before use. Use unless.
3663 (solar-equatorial-coordinates): Simplify.
3664 (solar-sunrise-and-sunset): Use let rather than let*.
3665 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
3666
3667 * startup.el (command-line-1): Rename -internal-script back to
3668 -scriptload (reverts previous change).
3669
3670 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3671 (calendar-bahai-leap-base): Add doc strings.
3672 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3673 Move definition before use.
3674 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3675 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3676 variables outside the loop. Use dolist.
3677 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3678
3679 * calendar/cal-china.el: Re-order so that functions are defined before
3680 use.
3681 (displayed-month, displayed-year): Move declarations where needed.
3682 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3683 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3684 Add doc strings.
3685 (chinese-year-cache): Recenter on 2010. Doc fix.
3686 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3687 Doc fix. Simplify.
3688 (chinese-year-cache-init): New function.
3689 (compute-chinese-year, holiday-chinese-new-year)
3690 (calendar-chinese-date-string, calendar-goto-chinese-date)
3691 (make-chinese-month-assoc-list): Use cadr, nth.
3692 (chinese-months): Remove un-needed let.
3693
3694 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3695 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3696 (coptic-prompt-for-date): Move definition before use.
3697
3698 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3699 (calendar-dst-find-data, calendar-daylight-time-offset)
3700 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3701 (calendar-daylight-savings-starts-time)
3702 (calendar-daylight-savings-ends-time): Use cadr, nth.
3703
3704 * calendar/cal-french.el (french-calendar-epoch)
3705 (calendar-goto-french-date): Doc fix.
3706 (french-calendar-month-name-array)
3707 (french-calendar-multibyte-month-name-array)
3708 (french-calendar-day-name-array, french-calendar-special-days-array):
3709 Add doc strings.
3710
3711 * calendar/cal-hebrew.el (displayed-month, displayed-year)
3712 (original-date): Move declarations where needed.
3713 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3714 Doc fix.
3715 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3716 constant variables outside the loop. Use dolist.
3717
3718 * calendar/cal-islam.el (displayed-month, displayed-year)
3719 (original-date): Move declarations where needed.
3720 (islamic-calendar-day-number): Remove unused local variable `day'.
3721 (calendar-goto-islamic-date): Doc fix.
3722 (holiday-islamic): Use unless.
3723 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3724 constant variables outside the loop. Use dolist.
3725 (mark-islamic-calendar-date-pattern): Move definition before use.
3726 Use unless.
3727 (mark-islamic-diary-entries): Doc fix.
3728 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3729 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3730
3731 * calendar/cal-julian.el (calendar-absolute-from-julian):
3732 Move definition before use. Remove un-needed local `day'.
3733 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3734
3735 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3736 (calendar-mayan-tzolkin-names-array): Add doc strings.
3737 (calendar-mayan-long-count-from-absolute): Use a single let.
3738 (calendar-string-to-mayan-long-count): Simplify.
3739 (calendar-next-haab-date, calendar-previous-haab-date)
3740 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3741 (calendar-previous-calendar-round-date)
3742 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3743 Doc fix.
3744 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3745 (calendar-mayan-date-string, calendar-print-mayan-date)
3746 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3747 (calendar-mayan-long-count-common-era): Move definitions before use.
3748
3749 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3750 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3751 Doc fix.
3752 (calendar-mouse-goto-date): Move definition before use.
3753
3754 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3755 Move definition before use.
3756 (calendar-cursor-to-visible-date): Move definition before use.
3757 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3758 and place inside the conditional.
3759 (calendar-forward-day): Simplify.
3760 (calendar-end-of-month): Use unless.
3761 (calendar-goto-day-of-year): Doc fix.
3762 Relocate obsolete aliases after their replacements.
3763
3764 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3765
3766 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3767 variables outside the diary-date-forms loop.
3768
3769 * calendar/calendar.el (diary-file): Doc fix.
3770 (calendar-buffer-list): Return buffers rather than strings (fixes
3771 previous change).
3772 (hebrew-holidays-4): Fix typo.
3773
3774 * calendar/holidays.el (displayed-month, displayed-year):
3775 Move declarations where needed.
3776 (calendar-holiday-list, calendar-list-holidays)
3777 (holiday-filter-visible-calendar): Move definitions before use.
3778 (list-holidays): Use cadr.
3779 Relocate obsolete aliases after their replacements.
3780
3781 * calendar/lunar.el (date, displayed-month, displayed-year):
3782 Move declarations where needed.
3783 (lunar-phase-list): Move definition after functions it uses.
3784 (calendar-phases-of-moon, diary-phases-of-moon)
3785 (lunar-new-moon-on-or-after): Use cadr, nth.
3786 (lunar-new-moon-on-or-after): Doc fix.
3787
3788 * textmodes/org-irc.el (top-level): CL not required when compiling.
3789 (org-irc-visit-erc): Replace runtime CL functions.
3790
3791 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3792 (org-publish-delete-dups): Declare as function.
3793
3794 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3797 (vc-bzr-show-log-entry): Make regexp match more cases.
3798 (vc-diff-switches-list): Remove autoload, not needed.
3799
3800 2008-03-14 Juri Linkov <juri@jurta.org>
3801
3802 * isearch.el (isearch-edit-string): Remove one call to
3803 `isearch-push-state' not to push an inconsistent state,
3804 but keep another correct call to `isearch-push-state'.
3805 (isearch-ring-adjust): Call `isearch-push-state' only when
3806 `search-ring-update' is non-nil since `isearch-edit-string'
3807 already pushes its state.
3808 (isearch-message): Improve matching the failed part by checking
3809 if the original message starts with the last successful message.
3810
3811 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3812 (dired-perm-write): Rename from `dired-warn-writable'.
3813 Change parent face from `font-lock-warning-face' to
3814 `font-lock-comment-delimiter-face'.
3815 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3816 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3817 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3818 with `dired-perm-write-face'.
3819
3820 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3821
3822 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3823 Create cache dir only if it doesn't already exist.
3824
3825 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3828 of \ and '.
3829
3830 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3831
3832 * net/browse-url.el (browse-url-text-xterm):
3833 Unquote browse-url-text-browser.
3834
3835 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3836
3837 * textmodes/org-mouse.el: Version number change.
3838
3839 * textmodes/org-publish.el (org-publish-expand-components):
3840 Remove null projects from the list of components.
3841 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3842 Remove unused retrieval of the :publishing-directory property.
3843 (org-publish-file): Bugfix: when using a relative directory as the
3844 publishing directory, convert it to a directory filename.
3845 (org-publish-project): New alias.
3846 (org-publish-get-files): Protect against empty p.
3847 (org-publish-file): Send an error when file is not part of any project.
3848 (org-publish-file): Offer to refresh the list of files in known
3849 project when the current file is not part of any project.
3850 (org-publish-before-export-hook)
3851 (org-publish-after-export-hook): New hooks.
3852 (org-publish-org-to): Use new hooks and kill buffers.
3853 (org-publish-file): Remove the code for killing buffers.
3854 (org-publish-initialize-files-alist): Use interactive.
3855 (org-publish-file): If the publishing function creates a new
3856 buffer, kill it after publishing.
3857 (org-publish-timestamp-filename): Protect ":" in file name path
3858 under windows.
3859
3860 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3861 change that killed the LaTeX buffer.
3862
3863 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3864 in the decision tree.
3865 (org-select-remember-template): Clean the code.
3866 (org-prepare-dblock): Add the extra :content parameter.
3867 (org-write-agenda): New output type ".ics" files.
3868 (org-write-agenda): Call `org-icalendar-verify-function', both for
3869 time stamps and for TODO entries.
3870 (org-agenda-collect-markers, org-create-marker-find-array)
3871 (org-check-agenda-marker-table): New functions.
3872 (org-agenda-marker-table): New variable.
3873 (org-export-as-html): Revert the change that killed the html
3874 buffer. Side effects first need to be studied carefully.
3875 (org-get-tags-at): Fix the structure of the condition-case statement.
3876 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3877 (org-timestamp-change): Fix regulear expressions to swallow the
3878 extra character for repeat-shift control.
3879 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3880 (org-get-legal-level): Alias to `org-get-valid-level'.
3881 (org-dblock-write:clocktable): Add a :link parameter, linking
3882 headlines to their location in the Org agenda files.
3883 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3884 throwing an error when getting tags before headlines.
3885 (org-timestamp-change, org-modify-ts-extra)
3886 (org-ts-regexp1): Fix timestamp editing.
3887 (org-agenda-custom-commands-local-options): New constant.
3888 (org-agenda-custom-commands):
3889 Use `org-agenda-custom-commands-local-options' to improve customize
3890 type. "htmlize": Removed hack to fix face problem with htmlize,
3891 it no longer seem necessary.
3892 (org-follow-link-hook): New hook.
3893 (org-agenda-custom-commands): Add "Component" as a tag for each
3894 item in a command serie.
3895 (org-open-at-point): Run `org-follow-link-hook'.
3896 (org-agenda-schedule): Bugfix: don't display marker type when it
3897 is nil.
3898 (org-store-link): org-irc required.
3899 (org-set-regexps-and-options): Parse the new logging options.
3900 (org-extract-log-state-settings): New function.
3901 (org-todo): Handle the new ways of recording state change stuff.
3902 (org-local-logging): New function.
3903 (org-columns-open-link): Fix bug with opening link in column view.
3904 (org-local-logging): New function
3905 (org-todo): Make sure that LOGGING properties are honoured.
3906 (org-todo-keywords): Improve docstring.
3907 (org-startup-options): Cleanup startup options.
3908 (org-set-regexps-and-options): Process the "!" markers.
3909 (org-todo): Respect the new logging stuff.
3910 (org-log-note-how): New variable.
3911 (org-add-log-maybe): New parameter HOW that defines how logging
3912 should be done and also overrides PURPOSE. Add a docstring.
3913 (org-add-log-note): Check if we really need to ask for a note.
3914 (org-get-current-options): Digest the new keyword.
3915 (org-agenda-reset-markers): Rename from
3916 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
3917 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
3918 function, without force argument.
3919 (org-buffer-property-keys): Bind local variables s and p.
3920 (org-make-tags-matcher): Allow "" to match an empty or
3921 non-existent property value.
3922 (org-export-as-html): Join unsorted lists when they directly
3923 follow each other. Such lists may be created by headlines that
3924 are converted to lists.
3925 (org-nofm-to-completion): New function.
3926 (org-export-as-html): Use :html-extension instead of
3927 org-export-html-extension.
3928 (org-store-link): Support for links from `rmail-summary-mode'.
3929 (org-columns-new, org-complete, org-set-property): Set the
3930 `include-columns' argument in the call to
3931 `org-buffer-property-keys'.
3932 (org-buffer-property-keys): New argument `include-columns', to
3933 include properties expected by any of the COLUMS formats in the
3934 current buffer.
3935 (org-cleaned-string-for-export): Get rid of drawers first, so that
3936 they will be removed also in the text before the first headline.
3937 (org-clock-report): Show the clocktable when found.
3938 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
3939 (org-version): With prefix argument, insert `org-version' at point.
3940 (org-agenda-goto): Recenter the window after finding the target
3941 location, to make sure the correct position will be displayed.
3942 (org-agenda-get-deadlines): Don't scale priority with the warning
3943 period.
3944 (org-insert-heading): Don't break line in the middle of the line.
3945 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
3946 be 0.
3947 (org-update-checkbox-count): Revamp to deal with hierarchical
3948 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
3949 (org-remove-timestamp-with-keyword): New function.
3950 (org-schedule, org-deadline):
3951 Use `org-remove-timestamp-with-keyword' to make sure all such time
3952 stamps are removed.
3953 (org-mode): Support for `align'.
3954 (org-agenda-get-deadlines): Make sure priorities increase as the
3955 due date approaches and is passed.
3956 (org-remember-apply-template): Fix problem with tags that
3957 contain "_" or "@".
3958 (org-make-link-regexps): Improve the regular expression for plain links.
3959 (org-agenda-get-closed): List each clocking entry.
3960 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
3961 (org-special-ctrl-k): New option.
3962 (org-kill-line): New function.
3963 (org-archive-all-done): Fix incorrect number of stars in regexp.
3964 (org-refile-get-location): New function.
3965 (org-refile-goto-last-stored): New function.
3966 (org-global-tags-completion-table): Add the value of org-tag-alist
3967 in each buffer, to make sure that also unused tags will be
3968 available for completion.
3969 (org-columns-edit-value)
3970 (org-columns-next-allowed-value): Only update if not in agenda.
3971 (org-clocktable-steps): New function.
3972 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
3973 (org-archive-subtree): Add the outline tree context as a property.
3974 (org-closest-date): New optional argument `prefer'.
3975 (org-goto-auto-isearch): New option.
3976 (org-goto-map, org-get-location): Implement auto-isearch.
3977 (org-goto-local-auto-isearch-map): New variable.
3978 (org-goto-local-search-forward-headings)
3979 (org-goto-local-auto-isearch): New functions.
3980
3981 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
3982
3983 * textmodes/org-irc.el: New file.
3984
3985 2008-03-13 John Wiegley <johnw@gnu.org>
3986
3987 * textmodes/org-mac-message.el: New file.
3988
3989 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
3990
3991 * font-lock.el (font-lock-comment-face): Set the foreground for
3992 the light background 8 colors case.
3993
3994 2008-03-13 Glenn Morris <rgm@gnu.org>
3995
3996 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
3997 generate-autoload-cookie patterns.
3998
3999 * startup.el (command-line-1): Rename -scriptload to -internal-script.
4000
4001 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4002 (MH_E_SRC): Remove variable.
4003 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4004 Simplify file header. Use $@ for generated-autoload-file.
4005
4006 * Makefile.in (LOADDEFS): New variable.
4007 (AUTOGENEL): Use $LOADDEFS.
4008 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4009 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4010 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4011 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4012 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4013 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4014 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4015 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4016 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4017 Add calendar-specific autoload cookies, and remove any setting of
4018 generated-autoload-file.
4019 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4020 * calendar/diary-lib.el: Replace explicit autoloads with reading of
4021 diary-loaddefs.
4022 * calendar/holidays.el: Replace explicit autoloads with reading of
4023 hol-loaddefs.
4024
4025 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4026 (calendar-buffer-list): Simplify.
4027 (generate-calendar-window): Use calendar-mark-holidays rather than
4028 obsolete alias.
4029
4030 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4031 Use cal-hebrew-yahrzeit-buffer.
4032
4033 * calendar/cal-x.el (calendar-only-one-frame-setup)
4034 (calendar-two-frame-setup): Doc fixes.
4035 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4036
4037 * calendar/appt.el (appt-mode-string): Mark as risky.
4038 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4039
4040 * calendar/cal-html.el (diary-list-entries):
4041 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4042 (calendar-iso-from-absolute): Fix autoloads.
4043
4044 * calendar/cal-iso.el (calendar-absolute-from-iso)
4045 (calendar-iso-read-args): Simplify.
4046 (calendar-iso-date-string, calendar-iso-read-args)
4047 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4048
4049 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4050 (displayed-month, displayed-year): Move declarations where needed.
4051 (calendar-print-astro-day-number): Doc fix.
4052
4053 * calendar/cal-persia.el (persian-calendar-month-name-array)
4054 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4055 (persian-prompt-for-date): Remove local variable `today'.
4056
4057 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4058
4059 * calendar/solar.el (solar-moment, solar-exact-local-noon)
4060 (solar-sunrise-sunset, solar-sunrise-sunset-string)
4061 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4062 (diary-sabbath-candles, solar-equinoxes/solstices)
4063 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4064 (solar-time-equation, solar-date-to-et): Simplify.
4065
4066 * mail/supercite.el: Remove the `function' in `(function (lambda'.
4067 Replace `(car (cdr' with cadr'.
4068
4069 * progmodes/f90.el (f90-font-lock-n): New function.
4070 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4071 Use f90-font-lock-n.
4072 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4073
4074 * progmodes/f90.el (f90-mode-abbrev-table):
4075 * progmodes/fortran.el (fortran-mode-abbrev-table):
4076 Use newer form of define-abbrev, where supported. No need to bind
4077 abbrevs-changed for system abbrevs.
4078
4079 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4082 delete-frame-functions.
4083
4084 * bookmark.el (Info-current-node): Remove.
4085
4086 2008-03-12 Juri Linkov <juri@jurta.org>
4087
4088 * help.el (describe-project): Remove defaliases for view-todo and
4089 describe-project that are now unnecessary after the merge from
4090 emacs--rel--22 that added define-obsolete-function-alias.
4091
4092 * startup.el (inhibit-startup-screen): Revert incomplete
4093 2008-03-10 merge from emacs--rel--22 that partly reverted
4094 2008-02-28 change that added initial message to *scratch* buffer
4095 regardless of the value of `inhibit-startup-screen'.
4096 Now keep this change in the trunk, but not in the 22 branch.
4097
4098 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * international/quail.el (quail-setup-completion-buf, quail-help):
4101 * mail/binhex.el (binhex-decode-region-internal):
4102 * mail/uudecode.el (uudecode-decode-region-internal):
4103 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4104 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4105 setting default-enable-multibyte-characters.
4106
4107 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4108
4109 * comint.el: Fix up indentation and comment style. Remove `function'.
4110
4111 * international/mule-cmds.el (reset-language-environment)
4112 (set-language-environment-nonascii-translation):
4113 Don't set-unibyte-charset.
4114
4115 * doc-view.el: Remove all cb-args, use closures instead.
4116 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4117 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4118 doing an incorrect check). Update all callers to use the new name.
4119 (doc-view-doc->txt): Add missing `txt' argument.
4120
4121 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4122
4123 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4124 md5 sum calculation to single-byte.
4125
4126 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * doc-view.el (doc-view-new-window-function): Add assertion.
4129 (doc-view-doc-type): New var.
4130 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4131 (doc-view-intersection): New fun.
4132 (doc-view-mode): Use it to set the new var.
4133
4134 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4135
4136 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4137 (doc-view-already-converted-p): New functions.
4138 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4139 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4140 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4141 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4142 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4143 (doc-view-convert-current-doc): Don't hardwire the functions the
4144 sentinels call. Now they're provided by two args CALLBACK and
4145 CB-ARGS to the functions.
4146 (doc-view-search): Use doc-view-doc->txt.
4147 (doc-view-initiate-display): Use doc-view-already-converted-p.
4148 Mention new binding C-c C-t if doc-view-mode doesn't work.
4149
4150 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4153
4154 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4157 Mark " outside of tags as punctuation.
4158
4159 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * menu-bar.el (minibuffer-local-map): Use the same command for the
4162 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4163 Prefer RET over C-j for exit-minibuffer.
4164
4165 * files.el (display-buffer-other-frame): Eliminate problematic code.
4166
4167 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4168 (menu-bar-select-buffer): Remove.
4169 (menu-bar-select-frame): Make non-interactive and take a frame arg.
4170 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4171
4172 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
4173
4174 * icomplete.el (icomplete-completions): Remove obsolete code.
4175
4176 * net/net-utils.el (iwconfig-program-options): Doc fix.
4177 (net-utils-run-program, run-network-program): Define as functions.
4178
4179 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4180
4181 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4182
4183 2008-03-11 Glenn Morris <rgm@gnu.org>
4184
4185 * faces.el (mode-line-emphasis): New face.
4186 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4187
4188 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4189
4190 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * simple.el (set-mark-command): Doc fix.
4193
4194 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4197
4198 * emacs-lisp/autoload.el (autoload-find-destination):
4199 Don't force raw-text.
4200
4201 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4202 * calendar/cal-loaddefs.el: Don't version control.
4203
4204 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4205
4206 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4207 entries and add :help to the existing ones.
4208
4209 2008-03-10 Glenn Morris <rgm@gnu.org>
4210
4211 * calendar/cal-hebrew.el (date, entry, number): Move declarations
4212 to where they are needed.
4213
4214 * calendar/calendar.el (diary-file, hebrew-holidays-1)
4215 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4216 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4217 (calendar-version): Doc fixes.
4218 (calendar-absolute-from-gregorian): Use zerop.
4219 (calendar-mode-line-format): Make it a defcustom.
4220
4221 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4222 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4223 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4224 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4225 (mark-included-diary-files, mark-calendar-days-named)
4226 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4227 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4228 (insert-monthly-diary-entry, insert-yearly-diary-entry)
4229 (insert-anniversary-diary-entry, insert-block-diary-entry)
4230 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4231 (diary-font-lock-sexps): Doc fixes.
4232 (diary-remind-message, mark-calendar-month): Use zerop.
4233 (diary-attrtype-convert, diary-pull-attrs): Simplify.
4234 (diary-list-entries): Revert let to let* (previous change).
4235
4236 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4237
4238 2008-03-10 Kim F. Storm <storm@cua.dk>
4239
4240 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4241 function aliases for the old names.
4242
4243 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
4244
4245 * iswitchb.el (iswitchb-use-faces): Doc fix.
4246 (iswitchb-buffer-ignore, iswitchb-read-buffer):
4247 Fix typos in docstrings.
4248
4249 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4252 Fix typo.
4253 (verilog-type-font-keywords): Reindent.
4254
4255 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
4256
4257 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4258 grouping-keyword regular expression.
4259 (verilog-font-lock-keywords): Allow users to toggle special
4260 highlight of grouping-keywords.
4261 (verilog-highlight-grouping-keywords): The toggle for special
4262 highlighting of grouping keywords.
4263
4264 2008-03-10 Juri Linkov <juri@jurta.org>
4265
4266 * startup.el: Revert 2008-02-28 change that adds initial message
4267 to *scratch* buffer regardless of the value of
4268 `inhibit-startup-screen'.
4269
4270 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4273 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4274 * progmodes/verilog-mode.el (verilog-mode):
4275 * net/socks.el (socks):
4276 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4277
4278 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4281 (doc-view-bookmark-make-record): Use them.
4282 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
4283 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4284
4285 * bookmark.el (bookmark-make-record-function): Change expected return
4286 value to include a suggested bookmark name.
4287 (bookmark-make): Split into bookmark-make-record and bookmark-store.
4288 Fix reversed `overwrite' semantics.
4289 (bookmark-set): Call bookmark-make-record before prompting the user.
4290 Then pass the result to bookmark-store later on.
4291 (bookmark-make-name-function): Remove.
4292 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4293 * info.el (bookmark-make-name-function): Remove.
4294 (Info-mode): Don't set it.
4295 (Info-bookmark-make-name): Remove.
4296 (Info-bookmark-make-record): Use Info-current-node as suggested default
4297 bookmark name.
4298
4299 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4300 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4301 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4302 (bookmark-annotation-buffer, bookmark-annotation-file)
4303 (bookmark-annotation-point, bookmark-send-annotation)
4304 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4305 (bookmark-edit-annotation-text-func): Rename from
4306 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
4307 (bookmark-edit-annotation-mode-map): Move initialization into
4308 declaration.
4309
4310 * bookmark.el: Remove spurious * in docstrings.
4311 (bookmark-minibuffer-read-name-map): New var.
4312 (bookmark-set): Use it. Also pass the default value as it should.
4313 (bookmark-send-edited-annotation): Take no chances with text properties.
4314 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4315 (bookmark-insert-buffer-name): Remove.
4316 (bookmark-buffer-file-name): Signal an error rather than returning nil.
4317
4318 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
4319
4320 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4321
4322 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
4323
4324 * diff-mode.el (diff-mode-menu): Add :help.
4325
4326 2008-03-09 Glenn Morris <rgm@gnu.org>
4327
4328 * calendar/calendar.el (general-holidays, oriental-holidays)
4329 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4330 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4331 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4332 (calendar-holidays): Restore autoload cookies, because people are
4333 used to using these variables without loading calendar.el.
4334
4335 * calendar/cal-islam.el (diary-islamic-date): Move to end.
4336 (date, number): Declare where needed.
4337
4338 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4339 (list-sexp-diary-entries): Doc fixes.
4340 (diary-list-entries): Doc fix. Remove free variable `entry'.
4341 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
4342 Simplify setting of `date-holiday-list'.
4343 (mark-diary-entries): Remove free variable `entry'.
4344 (diary-list-entries, include-other-diary-files, fancy-diary-display):
4345 Use let where let* is not needed.
4346
4347 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4350 make-record function, instead paste it in afterwards.
4351 (bookmark-make-record-for-text-file):
4352 * doc-view.el (doc-view-bookmark-make-record):
4353 * info.el (Info-bookmark-make-record): Don't mess with annotations.
4354
4355 2008-03-08 Glenn Morris <rgm@gnu.org>
4356
4357 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4358
4359 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * calendar/diary-lib.el (diary-list-entries)
4362 (include-other-diary-files, mark-diary-entries)
4363 (mark-sexp-diary-entries, mark-included-diary-files)
4364 (diary-entry-time, list-sexp-diary-entries): Remove the special
4365 handling of ^M that dates back to the use of selective-display.
4366 (simple-diary-display): Obey setting of pop-up-frames.
4367 (body, entry): Remove unnecessary declarations.
4368
4369 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4370 (bookmark-get-annotation, bookmark-set-annotation)
4371 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4372 (bookmark-set-position, bookmark-get-front-context-string)
4373 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4374 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4375 * info.el (Info-bookmark-make-record): Don't bother recording point.
4376 (bookmark-get-filename, bookmark-get-front-context-string)
4377 (bookmark-get-rear-context-string, bookmark-get-position):
4378 Don't declare any more.
4379 (bookmark-get-info-node): Remove.
4380 (bookmark-prop-get): Declare.
4381 (Info-bookmark-jump): Use it.
4382
4383 2008-03-08 Johan Bockgård <bojohan@gnu.org>
4384
4385 * subr.el (while-no-input): Don't splice BODY directly into the
4386 `or' form.
4387
4388 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4389
4390 * diff-mode.el (diff-ignore-whitespace-hunk):
4391 Bind inhibit-read-only before trying to change the buffer.
4392
4393 2008-03-08 Glenn Morris <rgm@gnu.org>
4394
4395 * calendar/appt.el (appt): Move custom group here from calendar.el.
4396 (appt-disp-window, appt-convert-time): Doc fixes.
4397
4398 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4399 (calendar-bahai-mark-date-pattern):
4400 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4401 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4402 * calendar/cal-julian.el (calendar-absolute-from-julian):
4403 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4404
4405 * calendar/cal-china.el (chinese-calendar): Move custom group here from
4406 calendar.el.
4407 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4408 Make constants.
4409 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4410 (chinese-calendar-daylight-savings-starts)
4411 (chinese-calendar-daylight-savings-ends)
4412 (chinese-calendar-daylight-savings-starts-time)
4413 (chinese-calendar-daylight-savings-ends-time)
4414 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4415 Doc fixes.
4416
4417 * calendar/cal-coptic.el (coptic-name): Add doc string.
4418
4419 * calendar/cal-french.el (french-calendar-month-name-array)
4420 (french-calendar-day-name-array, french-calendar-special-days-array):
4421 Add doc strings.
4422
4423 * calendar/cal-bahai.el (diary-bahai-mark-entries)
4424 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4425 (diary-bahai-insert-yearly-entry):
4426 * calendar/cal-dst.el (calendar-next-time-zone-transition)
4427 (calendar-time-zone):
4428 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4429 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4430 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4431 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4432 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4433 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4434 (list-islamic-diary-entries, mark-islamic-diary-entries)
4435 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4436 (insert-yearly-islamic-diary-entry):
4437 * calendar/cal-iso.el (calendar-iso-read-args):
4438 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4439 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4440 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4441 (calendar-next-calendar-round-date)
4442 (calendar-mayan-long-count-common-era):
4443 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4444 (cal-menu-x-popup-menu, calendar-mouse-holidays)
4445 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4446 (calendar-mouse-goto-date):
4447 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4448 * calendar/holidays.el (holidays):
4449 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4450 * calendar/time-date.el (date-to-time, time-subtract, time-add)
4451 (safe-date-to-time): Doc fixes.
4452
4453 * calendar/cal-persia.el (persian-calendar-month-name-array)
4454 (persian-calendar-epoch): Make constants.
4455
4456 * calendar/cal-tex.el (calendar-tex): Move custom group here from
4457 calendar.el.
4458
4459 * calendar/cal-x.el (diary-frame-parameters)
4460 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4461 (calendar-after-frame-setup-hooks): Make defcustoms.
4462 (calendar-one-frame-setup, calendar-only-one-frame-setup)
4463 (calendar-two-frame-setup): Doc fix.
4464
4465 * calendar/cal-loaddefs.el: New file.
4466
4467 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4468 * calendar/cal-french.el, calendar/cal-html.el:
4469 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4470 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4471 * calendar/cal-tex.el, calendar/cal-x.el:
4472 Unquote lambda functions. Add autoload cookies to functions formerly
4473 autoloaded in calendar.el. Set `generated-autoload-file' to
4474 "cal-loaddefs.el".
4475
4476 * calendar/calendar.el: Move many autoloads to separate file,
4477 cal-loaddefs.el. Move defcustoms to start and re-order.
4478 (calendar-month-name-array, calendar-starred-day): No need to
4479 declare for compiler.
4480 (cal-loaddefs): Require it.
4481 (appt, chinese-calendar, calendar-tex): Move custom groups to the
4482 appropriate file.
4483 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4484 Reverse logic.
4485 (diary-face, diary-file-name-prefix-function, diary-include-string)
4486 (diary-glob-file-regexp-prefix, diary-face-attrs)
4487 (diary-file-name-prefix, sexp-diary-entry-symbol)
4488 (print-diary-entries-hook, list-diary-entries-hook)
4489 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4490 (nongregorian-diary-marking-hook, diary-list-include-blanks):
4491 Move to diary-lib.
4492 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4493 (all-bahai-calendar-holidays): Doc fix.
4494 (calendar-insert-indented): Doc fix. Use when rather than if.
4495 (exit-calendar): Use mapc rather than mapcar.
4496 (calendar-cursor-to-date): Use zerop.
4497 (calendar-mark-ring): Add doc-string.
4498 (calendar-starred-day): Defvar it.
4499 (calendar-mode): Make calendar-starred-day local.
4500 (calendar-star-date): No need to make calendar-starred-day local.
4501
4502 * calendar/diary-lib.el: Move defcustoms to start.
4503 (diary-include-string, diary-list-include-blanks)
4504 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4505 (diary-file-name-prefix, diary-file-name-prefix-function)
4506 (sexp-diary-entry-symbol, list-diary-entries-hook)
4507 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4508 (nongregorian-diary-marking-hook, print-diary-entries-hook):
4509 Move here from calendar.el.
4510 (diary-file-name-prefix-function): Use 'identity.
4511 (diary-face): Make it a defcustom, and mark as obsolete.
4512 (top-level): No need to require cal-hebrew, cal-islam when compiling.
4513 (calendar-hebrew-month-name-array-leap-year)
4514 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4515 Define for compiler.
4516 (diary-font-lock-keywords): Use format rather than concat.
4517 Add bahai-diary-entry-symbol.
4518
4519 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4520 * calendar/solar.el: Unquote lambda functions.
4521
4522 * calendar/solar.el (calendar-location-name, calendar-latitude)
4523 (calendar-longitude, solar-setup, solar-sin-degrees)
4524 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4525 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4526 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4527 (solar-exact-local-noon, solar-julian-ut-centuries)
4528 (solar-ephemeris-time, solar-date-next-longitude)
4529 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4530 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4531 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4532 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4533 Doc fixes.
4534 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4535 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4536 (solar-ecliptic-coordinates): Use unless.
4537 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4538 Use or.
4539
4540 * calendar/timeclock.el: Add doc-strings to all functions.
4541 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4542 (timeclock-entry-list-length, timeclock-entry-list-projects)
4543 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4544
4545 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4546
4547 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4548 (org-get-entries-from-diary): Require diary-lib.
4549
4550 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
4551
4552 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4553 Pacify byte-compiler.
4554
4555 2008-03-07 Alan Mackenzie <acm@muc.de>
4556
4557 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4558 paren/bracket pairs parsed, to solve performance problem.
4559
4560 2008-03-07 Bastien Guerry <bzg@altern.org>
4561
4562 * bookmark.el (bookmark-set): Don't check for
4563 `bookmark-make-name-function' since `bookmark-buffer-file-name'
4564 already takes care of this.
4565 (bookmark-buffer-name, bookmark-buffer-file-name):
4566 Remove Info-mode specific code.
4567
4568 * info.el (bookmark-get-info-node): Define this function in
4569 info.el, not in bookmark.el.
4570 (Info-mode): Set `bookmark-make-name-function' to
4571 `Info-bookmark-make-name' locally.
4572 (Info-bookmark-make-name): New function.
4573
4574 * bookmark.el (bookmark-make-name-function): New variable.
4575
4576 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4577
4578 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4579 buffer-local, not `bookmark-make-cell-function' (the old name).
4580
4581 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
4582
4583 * doc-view.el (doc-view-bookmark-make-record):
4584 * image-mode.el (image-bookmark-make-record):
4585 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4586
4587 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
4588
4589 * vc.el (vc-status-menu-map-filter): Return orig-binding if
4590 boundp 'vc-ignore-menu-filter.
4591 (vc-status-tool-bar-map): Make it defvar.
4592 (vc-status-mode): vc-status-tool-bar-map now variable.
4593 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4594
4595 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4596
4597 Give a better name to part of the bookmark interface.
4598
4599 This was originally a much larger change, but halfway through I
4600 updated and discovered that Stefan Monnier had done the rest.
4601 It looks like he anticipated the new name too, because he used
4602 `the-record' instead of `the-cell' for some internal variable names.
4603
4604 * bookmark.el (bookmark-make-record-function): Was
4605 `bookmark-make-cell-function'.
4606 (bookmark-make, bookmark-send-annotation): Update for above.
4607 (bookmark-make-record-for-text-file):
4608 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4609
4610 * info.el: Adjust accordingly.
4611 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4612
4613 * image-mode.el: Adjust accordingly.
4614 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4615
4616 * doc-view.el: Adjust accordingly.
4617 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4618
4619 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4622 Move initialization into declaration.
4623 (bookmark-get-info-node, bookmark-set-info-node): Remove.
4624 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4625 (bookmark-info-current-node): Remove.
4626 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4627 Add relocation fallback. Set bookmark-current-bookmark.
4628 (bookmark-default-handler): Rename from bookmark-jump-noselect.
4629 Remove relocation fallback. Don't set bookmark-current-bookmark.
4630 (bookmark-set): Let it be used even if there's no buffer-file-name
4631 as long as there is a bookmark-make-cell-function.
4632 * info.el (Info-bookmark-jump): Remove relocation fallback.
4633 Don't set bookmark-current-bookmark.
4634
4635 2008-03-07 Glenn Morris <rgm@gnu.org>
4636
4637 * calendar/appt.el (appt-issue-message)
4638 (appt-message-warning-time, appt-audible, appt-visible)
4639 (appt-msg-window, appt-display-mode-line, appt-display-duration)
4640 (appt-display-diary): Remove autoload cookies.
4641
4642 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4643 Remove leading `*' from defcustom doc-strings.
4644
4645 * calendar/cal-dst.el (calendar-dst): New custom group.
4646 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4647 (calendar-time-zone, calendar-daylight-time-offset)
4648 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4649 (calendar-daylight-savings-starts-time)
4650 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4651 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4652 Move to start.
4653
4654 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4655
4656 * calendar/calendar.el (calendar-version): Use emacs-version and
4657 make it obsolete. Move to end.
4658 (calendar-offset, view-diary-entries-initially)
4659 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4660 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4661 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4662 (all-bahai-calendar-holidays, calendar-load-hook)
4663 (initial-calendar-window-hook, today-visible-calendar-hook)
4664 (today-invisible-calendar-hook, calendar-move-hook)
4665 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4666 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4667 (diary-include-string, sexp-diary-entry-symbol)
4668 (abbreviated-calendar-year, american-date-diary-pattern)
4669 (european-date-diary-pattern, european-calendar-display-form)
4670 (american-calendar-display-form, print-diary-entries-hook)
4671 (list-diary-entries-hook, diary-hook, diary-display-hook)
4672 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4673 (nongregorian-diary-marking-hook, diary-list-include-blanks)
4674 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4675 (local-holidays, other-holidays, hebrew-holidays-1)
4676 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4677 (hebrew-holidays, christian-holidays, islamic-holidays)
4678 (bahai-holidays, solar-holidays, calendar-setup)
4679 (calendar-week-start-day): Remove autoload cookies.
4680 (diary-glob-file-regexp-prefix): Doc fix.
4681 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4682 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4683 (calendar-week-start-day, calendar-debug-sexp): Move to start.
4684
4685 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4686 (calendar-time-display-form, calendar-latitude)
4687 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4688 cookies.
4689 (calendar-latitude, calendar-longitude): Move functions after
4690 variables.
4691 (diary-sabbath-candles-minutes): Move to start.
4692 (solar-setup): Use or rather than if.
4693 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4694 Remove condition-case.
4695 (solar-atn2): Use zerop.
4696 (solar-equinoxes-solstices): Doc fix.
4697
4698 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4699 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
4700
4701 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4702 (calendar-longitude, calendar-latitude, calendar-location-name):
4703 Declare for compiler.
4704
4705 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * arc-mode.el (archive-ar-file-header-re): New const.
4708 (archive-ar-summarize, archive-ar-extract): New funs.
4709 (archive-find-type): Recognize ar archives.
4710
4711 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4712 New functions.
4713
4714 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4715
4716 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
4717
4718 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4719 Replace :enable (mark-active) with :enable mark-active.
4720
4721 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
4722
4723 * vms-patch.el (make-legal-file-name): New obsolete alias.
4724 (make-valid-file-name): Rename from `make-legal-file-name'.
4725 (make-auto-save-file-name): Use it.
4726
4727 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4728 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4729 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4730
4731 * textmodes/org.el (org-export-html-style): Doc fix.
4732 (org-get-legal-level): New obsolete alias.
4733 (org-get-valid-level): Rename from `org-get-legal-level'.
4734 (org-promote, org-demote, org-archive-subtree)
4735 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4736
4737 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4738
4739 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4740
4741 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4742 (vc-status-toggle-mark): New functions.
4743 (vc-status-mode): Set tool bar map.
4744
4745 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4748 Reported by Drew Adams <drew.adams@oracle.com>.
4749
4750 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4751
4752 * subr.el (read-quoted-char): Resolve modifers of the character
4753 event.
4754
4755 * comint.el (comint-exec-1): Don't change the coding-system for
4756 decoding to dos-like EOL.
4757 (comint-carriage-motion): Fully rewrite.
4758
4759 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4760
4761 * epg.el (epg-context-include-certs): Reflow docstring.
4762 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4763 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4764 (epg-context-set-signers, epg-context-set-sig-notations)
4765 (epg-make-import-status, epg-make-import-result)
4766 (epg-start-delete-keys): Fix typos in docstrings.
4767 (epg-start-sign-keys, epg-sign-keys):
4768 Fix typos in obsolescence declarations.
4769
4770 * iswitchb.el: Don't check for `cadr' and `last'.
4771 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4772 Add obsolescence declaration and remove redundant info from docstring.
4773 (iswitchb-set-common-completion, iswitchb-set-matches)
4774 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4775 (recentf-list, most-len, most-is-exact):
4776 Don't wrap defvars within `eval-when-compile'.
4777
4778 2008-03-05 Glenn Morris <rgm@gnu.org>
4779
4780 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4781 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4782 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4783 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4784 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4785
4786 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4787 declaration for compiler.
4788 (ediff-xemacs-init-menus): Use when rather than if.
4789
4790 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4791 if+and to just and.
4792 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4793 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4794
4795 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4796
4797 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4798 test inside XEmacs test.
4799 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4800 since it was doing nothing on Emacs.
4801 (ediff-make-bullet-proof-overlay): Use when rather than if.
4802
4803 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4804 (ediff-setup-control-frame): Remove
4805 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4806 a (featurep 'xemacs) test.
4807
4808 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4809
4810 * calc/calc-ext.el (calc-extended-command-history): New variable.
4811 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4812
4813 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4814
4815 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4816 (standard-mode-line-position): Add mouse-face.
4817
4818 * progmodes/compile.el (compilation-menu-map):
4819 (compilation-mode-map):
4820 * progmodes/grep.el (grep-mode-map): Add :help.
4821
4822 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4823 initialize in one step. Add :help. Use :enable to activate menu
4824 items. Show the key binding for edebug-defun.
4825 (lisp-interaction-mode-map): Add a menu.
4826
4827 * term.el (term-mode-map): Define and initialize in one step.
4828
4829 * ediff-init.el (ediff-color-display-p): Simplify.
4830 (Xor): Remove unused function.
4831 (ediff-with-syntax-table): Simplify for Emacs.
4832
4833 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4834 menu-bar being loaded, it always is.
4835
4836 2008-03-05 Glenn Morris <rgm@gnu.org>
4837
4838 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4839 multiple definitions when compiling.
4840
4841 2008-03-04 Alan Mackenzie <acm@muc.de>
4842
4843 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4844
4845 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4846 doc-string, "c-old-LEN" -> "c-old-END".
4847
4848 2008-03-04 Jason Rumney <jasonr@gnu.org>
4849
4850 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4851 namespaces.
4852
4853 2008-03-04 Glenn Morris <rgm@gnu.org>
4854
4855 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4856
4857 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4858 than mapcar.
4859
4860 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4863 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4864
4865 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4866 so that M-q can fill comments.
4867 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4868 commands implemented in elisp.
4869 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4870 (tex-format-cmd): New function.
4871 (tex-compile): Use it to let the user specify default arguments.
4872 (tex-cmd-bibtex-args): New var.
4873 (tex-cmd-doc-view): New function.
4874
4875 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4876
4877 * faces.el (face-spec-set): Fix typos in docstring.
4878
4879 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4880
4881 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4882 (standard-mode-line-position): Use it to add a menu for toggling
4883 column number and line number display.
4884
4885 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4886
4887 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4888 Remove optimization that was working around the form-code-walker bug.
4889
4890 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4891 Walk into the body of lambdas after byte-compile-unfold-lambda.
4892
4893 2008-03-03 Glenn Morris <rgm@gnu.org>
4894
4895 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
4896 value, if set, over frame value.
4897
4898 * simple.el (transient-mark-mode): Don't turn on by default.
4899
4900 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
4901 accidentally removed by the 2007-12-05 merge from Gnus.
4902
4903 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
4904
4905 * progmodes/compile.el (compilation-menu-map): Add menu entries
4906 for useful options.
4907
4908 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
4909 Glenn Morris <rgm@gnu.org>
4910
4911 * emacs-lisp/bytecomp.el (byte-recompile-directory)
4912 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
4913 Give a `bytecomp-' prefix to local variables with common names.
4914
4915 2008-03-01 Glenn Morris <rgm@gnu.org>
4916
4917 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
4918 code commented out 2007-11-10.
4919
4920 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
4921
4922 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
4923 Delete macro.
4924 * emulation/viper-cmd.el, emulation/viper-ex.el:
4925 * emulation/viper-init.el, emulation/viper-keym.el:
4926 * emulation/viper-mous.el, emulation/viper-util.el:
4927 * emulation/viper.el:
4928 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
4929 featurep test.
4930
4931 Replace obselete frame-local variables with frame-parameters.
4932 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
4933 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
4934 (viper-vi-state-cursor-color): Only call make-variable-frame-local
4935 on XEmacs.
4936 * emulation/viper-util.el (viper-frame-value): New macro.
4937 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
4938 (viper-R-state-post-command-sentinel)
4939 (viper-replace-state-post-command-sentinel)
4940 (viper-change-state-to-insert, viper-change-state-to-emacs):
4941 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
4942 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
4943 (viper-get-saved-cursor-color-in-insert-mode)
4944 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
4945 Use viper-frame-value for viper-replace-overlay-cursor-color,
4946 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
4947 viper-vi-state-cursor-color values.
4948
4949 * emulation/viper-cmd.el (zmacs-region-stays):
4950 * emulation/viper-util.el (zmacs-region-stays): No need to define
4951 for compiler.
4952
4953 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
4954 mapcar on Emacs.
4955
4956 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
4957 on XEmacs.
4958
4959 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
4960 rather than if.
4961
4962 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4963
4964 * whitespace.el: New version 9.3. As the glyph code generation was
4965 fixed, it is possible now to use character code above ?\x1FFFF in the
4966 display table. Fix `whitespace-indentation-regexp' to not include an
4967 extra ending character. Reported by Michael Welsh Duggan
4968 <mwd@cert.org>. Added hook actions when buffer is written or killed as
4969 the original whitespace package had. Suggested by Eric Cooper
4970 <ecc@cmu.edu>. Doc fix.
4971 (whitespace-action): New option.
4972 (whitespace-display-mappings): Changed default newline visualization to
4973 display downwards arrow, as the glyph code generation was fixed.
4974 (whitespace-unload-function): Assure that all local whitespace mode is
4975 turned off.
4976 (whitespace-global-modes): Fix type customization.
4977 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
4978 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4979 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
4980 Fix code.
4981 (whitespace-buffer): Command removed.
4982 (whitespace-trailing-regexp, whitespace-mark-x)
4983 (whitespace-display-window, whitespace-action-when-on)
4984 (whitespace-add-local-hook, whitespace-remove-local-hook)
4985 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
4986 (whitespace-action): New funs.
4987 (whitespace-report-list, whitespace-report-text)
4988 (whitespace-report-buffer-name): New consts.
4989 (whitespace-report, whitespace-report-region): New commands.
4990
4991 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * disp-table.el (make-glyph-code): Don't test the result of
4994 `face-id', which already signals an error for invalid faces.
4995 (glyph-face): Simplify.
4996
4997 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
4998 running `desktop-not-loaded-hook' to allow modifying it.
4999 Don't show warning message if `desktop-dirname' was modified.
5000
5001 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5004 we still expect more lines.
5005
5006 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5007 comment-paragraph filling if the commark doesn't match
5008 comment-start-skip.
5009
5010 2008-03-01 Daiki Ueno <ueno@unixuser.org>
5011
5012 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5013 the `imap' variant.
5014
5015 2008-03-01 Jason Rumney <jasonr@gnu.org>
5016
5017 * files.el (make-auto-save-file-name): Encode more characters in
5018 non-file buffer names. Use url-encoding.
5019
5020 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * net/net-utils.el (ftp-program): Fix typo in docstring.
5023 (ifconfig-program-options, netstat-program-options)
5024 (arp-program-options, route-program-options, nslookup-program-options)
5025 (ftp-program-options, smbclient-program-options)
5026 (dns-lookup-program-options, arp, route): Doc fixes.
5027
5028 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5029 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5030 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5031 Fix typos in docstrings.
5032 (gdb-pending-triggers): Reflow docstring.
5033 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5034
5035 2008-03-01 Alan Mackenzie <acm@muc.de>
5036
5037 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5038 typing "#" at EOB.
5039
5040 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5043
5044 2008-02-29 Kim F. Storm <storm@cua.dk>
5045
5046 * emulation/cua-base.el (cua-remap-control-v)
5047 (cua-remap-control-z): New defcustoms.
5048 (cua-mode): Add them to set-after property.
5049 (cua--init-keymaps): Use them.
5050 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5051
5052 * help.el (view-emacs-todo): Rename from view-todo.
5053 (describe-gnu-project): Rename from describe-project. Users changed.
5054 (view-help-file): New helper function.
5055 (describe-distribution, describe-copying, describe-gnu-project)
5056 (view-todo, view-order-manuals, view-emacs-problems): Use it.
5057 (view-emacs-debugging, view-external-packages): New commands.
5058 (help-map): Move describe-distribution to C-h C-o (ordering).
5059 Move view-emacs-problems to C-h C-p (problems).
5060 Bind view-emacs-debugging to C-h C-d (debugging).
5061 Bind view-external-packages to C-h C-e (extras).
5062 (help-for-help-internal): Cleanup and align descriptions.
5063 Remove command names to reduce clutter.
5064
5065 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5068 and quieter face (not a warning).
5069
5070 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
5071
5072 * vc.el (vc-status-crt-marked): New variable.
5073 (vc-status-mode): Make it local.
5074 (vc-status-refresh): Use it to save the marked files.
5075 (vc-update-vc-status-buffer): Use it to restore the marked files.
5076
5077 * vc-svn.el (vc-svn-after-dir-status):
5078 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5079
5080 2008-02-29 Glenn Morris <rgm@gnu.org>
5081
5082 * allout.el (allout-topic-encryption-bullet)
5083 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5084 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5085 from 22.0 to 22.1.
5086
5087 * net/imap.el (imap-ping-server):
5088 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5089 Change defcustom :version from 23.0 to 23.1.
5090
5091 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * desktop.el (desktop-save): Save the buffer name if the
5094 uniquified base name is empty.
5095
5096 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5097
5098 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5099 correctly when user has "set print address off".
5100
5101 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5104 version number of the next major Emacs release, not 23.0.
5105
5106 * longlines.el (longlines-unload-function): New function.
5107
5108 2008-02-28 Juri Linkov <juri@jurta.org>
5109
5110 * startup.el (normal-splash-screen): Add argument `concise'.
5111 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5112 to the created buffer. If `concise' is non-nil, call
5113 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
5114 (display-startup-screen): Add argument `concise' to the call to
5115 `normal-splash-screen'.
5116
5117 2008-02-28 Kim F. Storm <storm@cua.dk>
5118
5119 * startup.el (startup-echo-area-message): Check for about-emacs.
5120
5121 2008-02-28 Juri Linkov <juri@jurta.org>
5122
5123 * startup.el: Always add initial message to *scratch* buffer if
5124 `initial-scratch-message' is non-nil regardless of the value of
5125 `inhibit-startup-screen'.
5126 (inhibit-startup-screen, initial-scratch-message): Doc fix.
5127 (command-line-1): Move code that inserts `initial-scratch-message'
5128 up before the if-form that checks for `inhibit-startup-screen'.
5129 Suggested by Jonathan Rockway <jon@jrock.us>.
5130
5131 2008-02-28 Juri Linkov <juri@jurta.org>
5132
5133 * cus-edit.el (custom-mode-map, custom-mode-link-map):
5134 Rename `custom-mode' to `Custom-mode' in docstrings.
5135 (custom-buffer-create-internal, customize-browse):
5136 Rename `custom-mode' to `Custom-mode'.
5137 (custom-mode-hook): Rename to `Custom-mode-hook'.
5138 (Custom-mode-hook): Renamed from `custom-mode-hook'.
5139 (custom-mode): Rename to `Custom-mode'.
5140 (Custom-mode): Renamed from `custom-mode'. Doc fix.
5141 (custom-mode): Add backward-compatible non-interactive variant of
5142 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
5143 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5144
5145 * info-look.el: Rename `custom-mode' to `Custom-mode'.
5146
5147 * emulation/viper.el (viper-emacs-state-mode-list):
5148 Rename `custom-mode' to `Custom-mode'.
5149
5150 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5151 Capitalize "Tagged Files".
5152 (minibuffer-local-map): Add menu items for next/previous
5153 history elements and isearch history forward/backward.
5154
5155 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5156 `hs-isearch-open' with t instead of `comment' in :selected
5157 for "Code and Comment blocks" menu item.
5158
5159 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * uniquify.el (uniquify-buffer-base-name): Undo last change.
5162 Should be done in desktop.el instead.
5163
5164 2008-02-28 Glenn Morris <rgm@gnu.org>
5165
5166 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5167
5168 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5169
5170 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5171 (Info-menu, Info-goto-node): Remove declarations.
5172 (report-emacs-bug-info): Use info rather than Info-goto-node.
5173
5174 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5175 (idlwave-convert-xml-system-routine-info): Don't require xml.
5176 (idlwave-show-commentary, idlwave-shell-show-commentary):
5177 Don't require finder.
5178 (idlwave-info): Don't require info. Use info rather than
5179 Info-goto-node.
5180
5181 * textmodes/org.el (Info-goto-node): Remove declaration.
5182 (org-info): Use info rather than Info-goto-node.
5183
5184 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5185 (reftex-info): Don't require info. Use info rather than Info-goto-node.
5186
5187 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
5188
5189 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5190 the menu.
5191
5192 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5193 (vc-finish-logentry): Check for vc-status-mode, not only for
5194 vc-dired-mode.
5195
5196 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5197
5198 * isearch.el (isearch-printing-char): Don't check
5199 keyboard-coding-system.
5200 Call isearch-process-search-multibyte-characters only when
5201 current-input-method is non-nil.
5202
5203 2008-02-27 Kim F. Storm <storm@cua.dk>
5204
5205 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5206 (glyph-char, glyph-face): Handle cons encoding.
5207
5208 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
5209
5210 * uniquify.el (uniquify-buffer-base-name): If the base name is an
5211 empty string, return nil to allow the caller to default to the
5212 buffer name. Reported by Martin Fischer <parozusa@web.de>.
5213
5214 * tool-bar.el (tool-bar-setup): Doc fix.
5215
5216 * mail/supercite.el (sc-describe):
5217 Fix typos in obsolescence declaration.
5218
5219 2008-02-27 Glenn Morris <rgm@gnu.org>
5220
5221 * autoinsert.el (auto-insert-alist): Change permission text to
5222 match FSF's GPLv3 form.
5223
5224 * mail/supercite.el (sc-cite-original): Doc fix.
5225 (sc-version): Make obsolete.
5226 (sc-describe): Show the SC info page. Make obsolete.
5227
5228 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5231 when using transient-mark-mode.
5232 (default-indicate-unused-lines): Remove unused var.
5233
5234 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
5235
5236 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5237 and previous.
5238
5239 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5240
5241 2008-02-26 Glenn Morris <rgm@gnu.org>
5242
5243 * net/net-utils.el (top-level): Don't require comint when compiling.
5244 (nslookup-font-lock-keywords): Don't require font-lock.
5245 Use font-lock faces rather than variables.
5246 (nslookup, ftp, smbclient, network-service-connection):
5247 Don't require comint.
5248 (comint-prompt-regexp, comint-input-autoexpand)
5249 (comint-input-ring): Declare for compiler.
5250 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5251 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
5252
5253 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5254 doc-string.
5255
5256 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * doc-view.el (doc-view-current-page): Add a `win' argument.
5259
5260 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5263 Demote it to plain defvar.
5264 (doc-view-conversion-refresh-interval): Reduce interval.
5265 (doc-view-goto-page): Allow moving to pages not yet rendered.
5266 (doc-view-goto-page): Construct a file name rather than extracting it
5267 from doc-view-current-files.
5268 (doc-view-kill-proc): Ignore errors from kill-process.
5269 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5270 (doc-view-insert-image): Use appropriate text if the page hasn't been
5271 rendered yet. Adjust scrolling so the text is displayed.
5272 (doc-view-display): Detect not just that a page is available, but also
5273 that it wasn't available before, so as to avoid refreshing all pages
5274 repeatedly.
5275 (doc-view-mode): Make doc-view-cache-directory if needed.
5276
5277 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5278
5279 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5280 toggle-read-only.
5281
5282 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5283 refering to a missing required field with the OPT prefix.
5284 Make unwindform more robust.
5285
5286 * textmodes/bibtex.el: Remove support for hideshow minor mode as
5287 it duplicates the bibtex support in progmodes/hideshow.el.
5288 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5289 entries that do not start at the beginning of a line.
5290
5291 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5294
5295 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
5296
5297 * help-fns.el (describe-variable): Add phrases about
5298 initialization file with and without customization;
5299 use new button type help-info-variable.
5300
5301 * help-mode.el (help-info-variable):
5302 New button able to read Info files for help-fns.el.
5303
5304 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
5305
5306 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5307 (grep-mode): Use grep-mode-tool-bar-map.
5308
5309 * progmodes/compile.el (tool-bar): Require tool-bar.
5310 (compilation-mode-tool-bar-map): New variable.
5311 (compilation-mode): Use compilation-mode-tool-bar-map.
5312
5313 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
5314
5315 2008-02-25 Glenn Morris <rgm@gnu.org>
5316
5317 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5318
5319 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * diff-mode.el (diff-file-junk-re): New const.
5322 (diff-beginning-of-file-and-junk): Use it.
5323 (diff-file-kill): Make sure we were really inside a file diff.
5324
5325 * diff-mode.el: Make it more robust in the presence of empty context
5326 lines in unified hunks.
5327 (diff-valid-unified-empty-line): New var.
5328 (diff-unified->context, diff-sanity-check-hunk): Obey it.
5329 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
5330 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5331 (diff-hunk-header-re-unified): New const.
5332 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5333 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5334 (diff-sanity-check-hunk): Use it.
5335
5336 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5337 Index: line, don't search backward for the previous one.
5338
5339 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5340
5341 * international/fontset.el (setup-default-fontset): Add non-OTF
5342 lao font for lao script.
5343
5344 * language/tibetan.el: Register tibetan-composition-function in
5345 composition-function-table.
5346
5347 * language/tibet-util.el (tibetan-composition-function):
5348 Adjust for the new calling way (argument changed). Try font-shape-text
5349 if possible.
5350
5351 * language/lao.el: Register lao-composition-function in
5352 composition-function-table.
5353
5354 * language/lao-util.el (lao-composition-function): Adjust for the new
5355 calling way (argument changed). Try font-shape-text if possible.
5356
5357 2008-02-25 Jason Rumney <jasonr@gnu.org>
5358
5359 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5360
5361 2008-02-25 Juri Linkov <juri@jurta.org>
5362
5363 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5364 background, "red4" for a dark background, "red" for 16 and
5365 8 colors, "grey" for grayscale, and inverse video otherwise.
5366 Add :version tag.
5367 (isearch-message): Keep the original isearch-message intact, and
5368 add text properties to it where necessary. Add `isearch-error' to
5369 the condition that checks if isearch is unsuccessful.
5370
5371 2008-02-24 Juri Linkov <juri@jurta.org>
5372
5373 * progmodes/compile.el (compilation-handle-exit):
5374 Use compilation-error face instead of font-lock-warning-face.
5375 Display the same message in the minibuffer as is inserted
5376 at the end of the compilation buffer.
5377
5378 2008-02-24 Glenn Morris <rgm@gnu.org>
5379
5380 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5381 multiple file case.
5382
5383 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5384
5385 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5386 multiple file case. Use a single `let' rather than two.
5387
5388 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5389
5390 * progmodes/compile.el (compilation-start): Specify a face for
5391 mode-line-process.
5392 (compilation-handle-exit): Specify a face and a tooltip for
5393 mode-line-process.
5394
5395 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * hilit-chg.el: Remove spurious * in defcustom docstrings.
5398 (hilit-chg-make-ov): Simplify.
5399 (hilit-chg-fixup): Use remove-overlays.
5400 (hilit-chg-set-face-on-change): Remove redundant call to
5401 `remove-text-properties'.
5402
5403 * dired.el (dired-mark-prompt): Don't count/display the t element.
5404 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5405
5406 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5407
5408 * progmodes/verilog-mode.el (eval-when-compile): Don't define
5409 add-submenu.
5410 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5411 Remove. Move contents to the only use ...
5412 (verilog-menu): ... here.
5413 (verilog-statement-menu): Remove. Move contents to the only use ...
5414 (verilog-stmt-menu): ... here.
5415 (verilog-mark-defun): Simply call mark-defun for emacs.
5416 (occur-pos-list): Declare for byte compiler.
5417 (mode-popup-menu): Don't defvar.
5418 (verilog-add-statement-menu): Remove.
5419 (verilog-mode-hook): Don't add verilog-add-statement-menu.
5420 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5421
5422 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5423
5424 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5425 conditional.
5426 (verilog-font-grouping-keywords-face): Make the begin..end
5427 keywords standout more than other verilog keywords.
5428 (verilog-type-font-keywords): Move the begin..end out of this list
5429 to facilitate making them to (potentially) stand out more.
5430 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5431 function & task blocks.
5432 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5433 initial, function & task blocks.
5434 (verilog-forward-sexp): Handle the new "disable fork" statement of
5435 IEEE-1800 Verilog.
5436 (verilog-beg-block-re-ordered): Handle the new "disable fork"
5437 statement of IEEE-1800 Verilog.
5438 (verilog-calc-1): Handle the new "disable fork" statement of
5439 IEEE-1800 Verilog.
5440 (verilog-disable-fork-re): Add const to help handle the new
5441 "disable fork" statement of IEEE-1800 Verilog.
5442 (verilog-declaration-core-re): Add port directions by themselves,
5443 with no qualification, as base item of a declaration.
5444 (verilog-pretty-declarations): Add new flag to ask it to refrain
5445 from printing to the message buffer.
5446 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5447 printing to the message buffer. Improve handling of the many
5448 types of expression line up.
5449 (verilog-just-one-space): Remove printing of an empty message.
5450 (verilog-get-lineup-indent): Rework to support the better handling
5451 of expression lineup for verilog-pretty-expr.
5452 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5453
5454 2008-02-24 Alan Mackenzie <acm@muc.de>
5455
5456 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5457 yesterday's commit.
5458
5459 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5460
5461 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5462 to mouse-set-point in buffers that aren't associated with files.
5463
5464 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5465
5466 2008-02-24 Alan Mackenzie <acm@muc.de>
5467
5468 Set of changes so that "obtrusive" syntactic elements in a
5469 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5470 unmatched paren) don't interact syntactically with stuff outside
5471 the CPP line.
5472
5473 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5474 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5475 off-by-one bug.
5476 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5477 a bit of refactoring.
5478 (c-awk-extend-and-syntax-tablify-region): Takes some of the
5479 functionality of c-awk-advise-fl-for-awk-region, which has been
5480 refactored away.
5481
5482 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5483 (c-clear-char-property-with-value): New function and macro which
5484 remove text-properties `equal' to a supplied value.
5485
5486 * progmodes/cc-engine.el: Comment about text properties amended.
5487
5488 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5489 parens around "error\\|warning".
5490
5491 * progmodes/cc-langs.el (c-get-state-before-change-function)
5492 (c-before-font-lock-function, c-anchored-cpp-prefix):
5493 New language variables.
5494 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5495
5496 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5497 syntax-table text properties.
5498 (c-common-init): Call language specific before/after-change
5499 functions at mode initialisation.
5500 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5501 (c-extend-region-for-CPP, c-neutralize-CPP-line)
5502 (c-neutralize-syntax-in-CPP): New functions.
5503 (c-before-change, c-after-change): Call the new language specific
5504 change functions defined in cc-langs.el.
5505 (c-advise-fl-for-region): New macro.
5506 (awk-mode): Remove AWK specific stuff which has been refactored
5507 into language independent stuff.
5508
5509 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5510
5511 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5512 (gdb): (Re)set gdb-flush-pending-output to nil here...
5513 (gdb-init-1): ...instead of here (before gdb-prompt).
5514
5515 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5518 Recognize ''' just like any other char-constant.
5519
5520 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5523 careful enough. Detect the uid-change all within the main loop.
5524
5525 2008-02-24 Stefan Monnier <monnier@pastel.home>
5526
5527 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5528
5529 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5530
5531 * hilit-chg.el (highlight-save-buffer-state): New macro.
5532 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5533 (hilit-chg-clear): Use it to preserve the modified-p flag.
5534 (highlight-changes-rotate-faces): Don't mess with the undo-list.
5535
5536 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * font-lock.el (font-lock-set-defaults): Unset previously set variables
5539 when needed.
5540
5541 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
5542
5543 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5544 from gnus-button-url-regexp.
5545
5546 2008-02-24 Eli Zaretskii <eliz@gnu.org>
5547
5548 * progmodes/compile.el (compilation-next-error): Doc fix.
5549 (compilation-find-file): Doc fix.
5550
5551 2008-02-24 Glenn Morris <rgm@gnu.org>
5552
5553 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5554 Add obsolete aliases to the old names.
5555
5556 2008-02-24 Richard Stallman <rms@gnu.org>
5557
5558 * net/net-utils.el (ifconfig): Rename from ipconfig.
5559 (ipconfig): Alias to ifconfig.
5560 (ifconfig-program): Rename from ipconfig-program.
5561 (ifconfig-program-options): Rename from ipconfig-program-options.
5562
5563 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5564
5565 * progmodes/verilog-mode.el (verilog-declaration-core-re):
5566 Add port directions by themselves, with no qualification, as base
5567 item of a declaration.
5568 (verilog-pretty-declarations): Add new flag that inhibits printing
5569 to the message buffer.
5570 (verilog-pretty-expr): Add new flag that inhibits printing to the
5571 message buffer. Improve handling of the many types of expression
5572 line up.
5573 (verilog-just-one-space): Don't print an empty message.
5574 (verilog-get-lineup-indent): Rework to support the better handling
5575 of expression lineup for verilog-pretty-expr.
5576 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5577 (verilog-mode-version, verilog-mode-release-date): Update.
5578
5579 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * subr.el (cancel-change-group): Don't move point.
5582
5583 2008-02-23 Markus Triska <markus.triska@gmx.at>
5584
5585 * linum.el (linum-after-config): Update all visible windows.
5586
5587 2008-02-23 Glenn Morris <rgm@gnu.org>
5588
5589 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5590 Add :help for Solitaire and Tetris.
5591
5592 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5593
5594 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5595 (smtpmail-code-conv-from): Doc fix. Fix custom type.
5596 (smtpmail-queue-index-file): Make it a defcustom.
5597 (smtpmail-queue-index): Delete.
5598 (smtpmail-send-it, smtpmail-send-queued-mail):
5599 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5600 smtpmail-queue-index.
5601
5602 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5603 Add :version.
5604
5605 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
5606
5607 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5608 New variables.
5609 (iwconfig): New function.
5610
5611 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
5612
5613 * vc.el (vc-find-revision): Make vc-parent-buffer local before
5614 setting it.
5615 (vc-status-menu-map): Do not define using easy-menu.
5616 (vc-status-menu-map): New defalias.
5617 (vc-status-mode-map): Hook up the menu.
5618 (top-level): Update TODO.
5619
5620 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5621
5622 * vc-bzr.el (vc-bzr-init-version): Rename to ...
5623 (vc-bzr-init-revision): ... this.
5624
5625 2008-02-23 Jason Rumney <jasonr@gnu.org>
5626
5627 * makefile.w32-in (WINS_ALMOST): Remove term.
5628 (WINS): Add term here.
5629 (custom-deps, finder-data): Use WINS_ALMOST.
5630
5631 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * faces.el (font-weight-table): Fix value of `semi-light'.
5634
5635 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5638 Make those tables bijective.
5639
5640 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
5641
5642 Finish pdbtrack integration cleanup, settling missing-functions
5643 byte compiler warnings appropriately.
5644
5645 * progmodes/python.el (python-point): Remove this - beginning-of-line
5646 was all that was necessary for `python-pdbtrack-overlay-arrow'.
5647 (python-end-of-def-or-class, python-beginning-of-def-or-class)
5648 (python-goto-initial-line): Drop these - they were only needed for
5649 python-point.
5650 (python-comint-output-filter-function): Use condition-case and
5651 beginning-of-line directly, instead of python-mode.el functions
5652 which require all sorts of baggage.
5653 (point-safe): Unnecessary - we're using condition-case directly,
5654 instead.
5655 (python-execute-file): Include for python-shell, which I'm leaving
5656 in keeping despite it being unnecessary for pdb tracking.
5657
5658 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
5659
5660 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5661 Add SRFI 11 support.
5662 (let-values, let*-values): Specify scheme-indent-function.
5663
5664 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5665
5666 * vc.el (vc-exec-after): Move setting mode-line-process in the
5667 busy case ...
5668 (vc-set-mode-line-busy-indicator): ... in this new function.
5669 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5670 (vc-update-vc-status-buffer): Reset mode-line-process.
5671 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5672 mark/unmark all the files with the same state as the current one.
5673 With a prefix argument mark/unmark all files.
5674 (vc-status-mode-menu): Adjust strings.
5675 (vc-update-vc-status-buffer): Only do something when the argument
5676 is not nil.
5677 (vc-status-kill-dir-status-process): New function.
5678 (vc-status-mode-map): Bind it.
5679 (vc-status-process-buffer): New variable.
5680 (vc-status-mode): Make it local.
5681 (vc-status-refresh): Set it.
5682
5683 * vc-hg.el (vc-hg-dir-status):
5684 * vc-git.el (vc-git-dir-status):
5685 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5686 command is run.
5687
5688 2008-02-22 Glenn Morris <rgm@gnu.org>
5689
5690 * json.el (top-level): No need to require thingatpt.
5691 (json-read-keyword): Use thing-at-point rather than word-at-point.
5692
5693 * time.el (top-level): No need to require time-date when compiling.
5694
5695 * emacs-lisp/copyright.el (copyright-update-year):
5696 Fix subexpression numbering for the case when years are split over
5697 lines, and for the replace case.
5698
5699 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
5700 (tpu-caar, tpu-cadr): Delete functions.
5701 (zmacs-regions): No need to declare for compiler.
5702 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5703 (tpu-spell-check): Rewrite, and handle mark after point.
5704 (tpu-special-insert): Use or rather than if.
5705
5706 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5707 rather than spell-region.
5708
5709 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5710 warnings about spell-region.
5711
5712 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5713
5714 * ldefs-boot.el: Regenerated.
5715
5716 * loadup.el: Don't load language/devanagari, language/kannanda,
5717 language/malayalam, and language/tamil. Load language/sinhala.
5718
5719 * language/indian.el (indian-font-foundry)
5720 (indian-script-language-alist, indian-font-char-index-table)
5721 (indian-font-char, indian-font-char-range, indian-script-table)
5722 (indian-default-script, indian-composable-pattern): Delete them.
5723 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5724 language environments moved to here.
5725 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5726 New language environments.
5727
5728 * language/devanagari.el, language/devan-util.el,
5729 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5730 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5731 Delete them.
5732
5733 * language/sinhala.el: New file.
5734
5735 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5736
5737 Update Nick Robert's port of pdb tracking from python-mode.el.
5738
5739 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5740 Clarify docstring.
5741 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5742 tracking is happening.
5743 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5744 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5745 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5746 Tracking is plugged in to all comint buffers once python.el is loaded.
5747 (python-pdbtrack-overlay-arrow): Toggle activation of
5748 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5749 (python-pdbtrack-track-stack-file): Use new
5750 `python-pdbtrack-get-source-buffer' for more flexible access to
5751 debugging source files.
5752 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5753 according to pdb stack trace, optionally using new
5754 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5755 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5756 named buffer, or having function with indicated name.
5757 (python-shell): Remove comint-output-filter-functions hook
5758 addition, it's being done elsewhere. Wrap long line.
5759
5760 2008-02-21 Michael Olson <mwolson@gnu.org>
5761
5762 * json.el: Replace XEmacs compatibility code to get rid of
5763 compiler warnings.
5764
5765 * time.el: Fix compiler warning.
5766
5767 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5768
5769 * json.el: New file (JavaScript Object Notation parser / generator).
5770
5771 2008-02-21 Dave Love <fx@gnu.org>
5772
5773 * progmodes/sym-comp.el: New file.
5774
5775 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5776 Require sym-comp. Add Python buffer to same-window-buffer-names.
5777 Fixup whitespaces.
5778 (python-font-lock-keywords): Add highlighting for Python builtins.
5779 (python-font-lock-syntactic-keywords): Rewrite.
5780 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5781 ppss directly.
5782 (python-mode-map): Add binding for python-find-function.
5783 (python-calculate-indentation): Clean up the logic.
5784 (python-beginning-of-defun): Explicitly set return value.
5785 (python-beginning-of-statement): Stop looping if we get stuck
5786 going backwards.
5787 (python-next-statement): Stop looping if we somehow end up inside
5788 a string while advancing.
5789 (python-preoutput-continuation, python-version-checked): New vars.
5790 (python-check-version): New function.
5791 (run-python): Set default command to python-command instead of
5792 python-python-command.
5793 (run-python): Use python-check-version. Give PYTHONPATH
5794 precedence over data-directory in the process environment.
5795 Load function definitions in python process after.
5796 (python-check-comint-prompt): New function.
5797 (python-send-command, python-send-receive): Use it.
5798 (python-complete-symbol, python-try-complete): Functions deleted.
5799 Use symbol-complete instead of python-complete-symbol throughout.
5800 (python-fill-paragraph): Further refine the fenced-string regexp.
5801 (def-python-skeleton): Expand to the original abbrev instead if in
5802 a comment or string. Tweak skeletons for `if', `while', `for',
5803 `try/except', `try/finally', `name'.
5804 (python-pea-hook, python-abbrev-pc-hook): New functions.
5805 (python-abbrev-syntax-table): New var.
5806 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5807 Use symbol-completion-try-complete for hippie expansion.
5808 Turn on font lock unconditionally.
5809 (python-mode-hook): Defcustom it. No need to use make-local
5810 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5811 option, since it's buffer-local.
5812
5813 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5814
5815 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5816
5817 2008-02-21 Drew Adams <drew.adams@oracle.com>
5818
5819 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5820 "Turn off" and a "Help" entry when the minor mode has no menu.
5821
5822 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5825 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5826 vc-status-mark-file and vc-status-unmark-file.
5827 (vc-status-mark-unmark): New function.
5828 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5829
5830 2008-02-21 Glenn Morris <rgm@gnu.org>
5831
5832 * composite.el (encode-composition-rule): Fix typo in error message.
5833 (composition-function-table, auto-composition-mode): Doc fixes.
5834
5835 * subr.el (sit-for): Fix obsolete form for nil second argument.
5836
5837 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5838 (spell-string): Make obsolete, in favor of ispell.
5839
5840 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5841
5842 * language/devanagari.el: Don't setup composition-function-table
5843 here.
5844 ("Devanagari"): Change charset, coding-system, coding-priority to
5845 Unicode-based ones. Don't require the feature devan-util.
5846
5847 * composite.el (compose-chars-after): Fix arguments for a function
5848 in composition-function-table.
5849 (auto-compose-region): Likewise.
5850
5851 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5852 for Ethiopic.
5853 (ps-mule-plot-string): Ignore glyph-string based compositions.
5854
5855 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * doc-view.el: Allow different windows to show different pages.
5858 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5859 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5860 add them back as macros instead, using image-mode-winprops instead.
5861 Update all users of those variables.
5862 (doc-view-new-window-function): New function to create a new overlay
5863 for each new window.
5864 (doc-view-mode): Use it and image-mode-setup-winprops.
5865 (doc-view-clone-buffer-hook): Rewrite accordingly.
5866
5867 * image-mode.el: Extend [hv]scroll support to per-window properties.
5868 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5869 (image-mode-winprops-alist): New var to replace them.
5870 (image-mode-new-window-functions): New hook.
5871 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5872 New funs.
5873 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5874 Remove the `window' argument, update callers.
5875 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5876 Use the new functions.
5877 (image-mode-reapply-winprops): New fun.
5878 (image-mode): Use it.
5879
5880 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5881
5882 * calc/calc-math.el (math-sin-raw): Add optional argument
5883 to keep track of original argument.
5884 (math-cos-raw): Use optional argument when calling math-sin-raw.
5885 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5886 with close to original precision.
5887
5888 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5889
5890 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
5891 args in calls of sit-for.
5892
5893 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
5894
5895 * vc-svn.el (vc-svn-program): Fix typo in docstring.
5896 (vc-svn-checkin): Fix typo in error message.
5897
5898 * help-mode.el: Require easymenu when compiling.
5899
5900 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * help-mode.el (help-mode-menu): New menu.
5903
5904 2008-02-20 Glenn Morris <rgm@gnu.org>
5905
5906 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
5907 on Windows.
5908
5909 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
5910
5911 * ps-mule.el (ps-mule-encode-region): Return a single string.
5912 (ps-mule-plot-string): Adjust for the above change.
5913 (ps-mule-encode-header-string): Likewise.
5914
5915 * international/latin1-disp.el (latin1-display): Don't use
5916 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
5917 standard-display-table.
5918 (latin1-display-identities): Adjust for the change of what is
5919 returned by (get-language-info charset 'charset).
5920
5921 * international/mule-util.el (char-displayable-p): Fix for Latin-1
5922 characters and terminal case.
5923
5924 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
5925
5926 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
5927
5928 * progmodes/python.el: Also require comint when loading.
5929 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
5930 Replace python-shell with run-python on menu bar.
5931 (python-shell-map): New map.
5932 (python-default-interpreter, python-python-command-args)
5933 (python-jython-command-args, python-pdbtrack-do-tracking-p):
5934 New options.
5935 (python-which-shell, python-which-args, python-which-bufname):
5936 New buffer local variables.
5937 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
5938
5939 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
5940 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
5941 New constants.
5942
5943 Pdbtrack features:
5944
5945 (python-point, python-end-of-def-or-class)
5946 (python-beginning-of-def-or-class, python-goto-initial-line)
5947 (python-comint-output-filter-function)
5948 (python-pdbtrack-overlay-arrow)
5949 (python-pdbtrack-track-stack-file, python-toggle-shells)
5950 (python-shell, python-pdbtrack-toggle-stack-tracking)
5951 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
5952 New functions.
5953
5954 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
5955
5956 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
5957 when the argument is nil.
5958
5959 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5960
5961 * vc.el (dir-status): Add a brief description.
5962
5963 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
5964
5965 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
5966 If non-nil, reverse the sense of the check.
5967
5968 * vc-rcs.el (vc-rcs-root): New func.
5969 * vc-cvs.el (vc-cvs-root): New func.
5970 * vc-svn.el (vc-svn-root): New func.
5971 * vc-sccs.el (vc-sccs-root): New func.
5972
5973 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
5974
5975 * language/japan-util.el (setup-japanese-environment-internal):
5976 Call use-cjk-char-width-table.
5977
5978 * language/japanese.el ("Japanese"): Set exit-function to
5979 use-default-char-width-table.
5980
5981 * international/characters.el: Delete occurrences of non-Unicode
5982 tibetan and ethiopic characters.
5983 (cjk-char-width-table): New variable.
5984 (use-cjk-char-width-table, use-default-char-width-table):
5985 New functions.
5986
5987 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5988
5989 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
5990 (vc-status-mode-menu): Add a :filter.
5991 (vc-status-printer): Add faces.
5992
5993 * vc-hg.el (vc-hg-extra-status-menu): New function.
5994 (vc-hg-dir-status): Clean up the buffer before using it.
5995
5996 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5997
5998 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
5999 (gdb): Initialize it here instead.
6000
6001 * files.el (locate-dominating-file): Fix thinko in last change.
6002 Reported by Bruce Stephens <bruce.stephens@isode.com>.
6003
6004 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6005
6006 * vc.el (vc-status-mode-menu): New menu for vc-status.
6007
6008 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
6009
6010 * progmodes/verilog-mode.el (customize): Fix typo in error message.
6011 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6012 (verilog-mode-auto, verilog-indent-level-module)
6013 (verilog-minimum-comment-distance, verilog-library-flags)
6014 (verilog-library-directories, verilog-library-files)
6015 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6016 (verilog-xemacs-menu, verilog-set-compile-command)
6017 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6018 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6019 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6020 (verilog-batch-inject-auto, verilog-batch-indent)
6021 (verilog-continued-line, verilog-type-keywords)
6022 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6023 (verilog-read-inst-pins, verilog-read-arg-pins)
6024 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6025 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6026 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6027 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6028 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6029 (verilog-mode-version, verilog-mode-release-date)
6030 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6031 (verilog-simulator, verilog-compiler)
6032 (verilog-auto-sense-defines-constant, verilog-company)
6033 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6034 Fix typos in docstrings.
6035 (verilog-set-auto-endcomments, verilog-calculate-indent)
6036 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6037 Reflow docstrings.
6038 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6039 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6040 (electric-verilog-forward-sexp, verilog-in-case-region-p)
6041 (verilog-in-struct-region-p, verilog-in-generate-region-p)
6042 (verilog-leap-to-head, verilog-current-indent-level)
6043 (verilog-case-indent-level, verilog-cpp-keywords)
6044 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6045 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6046 (verilog-signals-not-in, verilog-symbol-detick-text)
6047 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6048 (verilog-forward-close-paren, verilog-backward-open-paren)
6049 (verilog-backward-open-bracket): Doc fixes.
6050
6051 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6052 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6053 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6054 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6055 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6056 Fix typos in docstrings.
6057
6058 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6059
6060 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
6061
6062 * info.el (Info-read-node-name): Removed unused `default' arg.
6063
6064 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6065
6066 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6067
6068 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * image-mode.el (image-get-display-property): New fun.
6071 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6072 (image-mode, image-minor-mode, image-toggle-display-text)
6073 (image-toggle-display): Use it.
6074
6075 2008-02-18 Jason Rumney <jasonr@gnu.org>
6076
6077 * international/mule.el (xml-find-file-coding-system): Don't warn
6078 about utf-16 with BOM.
6079
6080 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6081
6082 * international/mule.el (sgml-xml-auto-coding-function): Detect and
6083 warn if file encoding is not utf-8 and encoding not specified.
6084 (xml-find-file-coding-system): New function.
6085 * international/mule-conf.el (file-coding-system-alist): Use it.
6086
6087 2008-02-17 Glenn Morris <rgm@gnu.org>
6088
6089 * international/mule-cmds.el (set-locale-environment):
6090 Pass `frame' to getenv for LC_MESSAGES.
6091
6092 2008-02-17 Juri Linkov <juri@jurta.org>
6093
6094 * time.el (emacs-init-time): Use format instead of format-seconds.
6095
6096 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6097
6098 * textmodes/bibtex.el (bibtex-search-entry): Rename from
6099 bibtex-find-entry. Add autoload cookie.
6100 (bibtex-find-entry): Alias for bibtex-search-entry.
6101 (bibtex-search-crossref): Rename from bibtex-find-crossref.
6102 (bibtex-find-crossref): Alias for bibtex-search-crossref.
6103 (bibtex-clean-entry): atomic-change-group removed.
6104 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
6105 to locate buffer location where error occurred.
6106 Make error messages more specific.
6107 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6108
6109 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6110
6111 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6112 top level.
6113
6114 * simple.el (transient-mark-mode): Add an :init-value.
6115
6116 * startup.el (command-line): Use custom-reevaluate-setting for
6117 transient-mark-mode.
6118
6119 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
6120
6121 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6122
6123 2008-02-16 Juri Linkov <juri@jurta.org>
6124
6125 * startup.el (after-init-time): New variable.
6126 (command-line): Set `after-init-time' to the current time.
6127
6128 * time.el (emacs-init-time): New function.
6129
6130 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * files.el (locate-dominating-file): Remove initial loop because it's
6133 not careful enough. Detect the uid-change all within the main loop.
6134
6135 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
6136
6137 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6138
6139 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6140
6141 * vc.el (vc-annotate): Add new argument.
6142 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6143
6144 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6145 Move make-variable-buffer-local code after the corresponding defvar.
6146 (hs-minor-mode-map): Define and initialize in one step.
6147 (hs-minor-mode): Change from defun to define-minor-mode.
6148
6149 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
6150
6151 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6152 (gdb-ready): Move declaration...
6153
6154 * progmodes/gdb-ui.el (gdb-ready): ...to here.
6155 (gdb-early-user-input): New variable.
6156 (gdb): Reset gdb-flush-pending-output to nil and set
6157 comint-input-sender here (before gdb-prompt), instead of...
6158 (gdb-init-1): ...here.
6159 (gdb-send): If Emacs is not ready, defer user input to...
6160 (gdb-prompt): ...here.
6161
6162 2008-02-16 Glenn Morris <rgm@gnu.org>
6163
6164 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6165
6166 * startup.el (emacs-startup-time): Rename to `before-init-time'.
6167 (before-init-time): New name for `emacs-startup-time'.
6168 (command-line): Use before-init-time rather than emacs-startup-time.
6169 * time.el (emacs-uptime): Use before-init-time rather than
6170 emacs-startup-time.
6171
6172 * composite.el (composition-function-table): Doc fix.
6173
6174 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6175 in favor of `%z' specifier.
6176 (emacs-uptime): Move to time.el.
6177 * time.el (emacs-uptime): Move here from time-date.el. Add optional
6178 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
6179 argument of format-seconds.
6180
6181 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6182
6183 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6184
6185 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
6186
6187 * ielm.el (ielm-is-whitespace): Remove.
6188 (ielm-is-whitespace-or-comment): New function.
6189 (ielm-eval-input): Use it.
6190
6191 2008-02-15 Jason Rumney <jasonr@gnu.org>
6192
6193 * term/mac-win.el: Fix coding tag.
6194
6195 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 * vc-hooks.el (vc-menu-map):
6198 * bindings.el (mode-line-mode-menu): Add tooltips.
6199
6200 * bindings.el (help-echo): Add more tooltips. Use a less
6201 telegraphic style for existing tooltips.
6202
6203 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6206 from the auto-generated one.
6207
6208 2008-02-14 Glenn Morris <rgm@gnu.org>
6209
6210 * mail/rmail-spam-filter.el (rmail-spam-filter):
6211 Let-bind message-spam-status.
6212
6213 * mail/smtpmail.el (password-cache-add): Declare as function.
6214
6215 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
6216
6217 * mail/smtpmail.el: Use password-cache.
6218
6219 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
6220
6221 * uniquify.el (uniquify-buffer-base-name): New function.
6222 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6223
6224 * desktop.el (uniquify-managed): Don't defvar.
6225 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6226 `uniquify-managed'. Return also the buffer's base name.
6227 (desktop-save): When saving the buffer info, filter out the base name,
6228 and save it as buffer name if the buffer is managed by uniquify.
6229 (uniquify-item-base): Don't declare; not called anymore.
6230
6231 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
6232
6233 * vc.el (vc-annotate-find-revision-at-line): New function.
6234 (vc-annotate-mode-map): Bind it.
6235 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
6236 some entries.
6237
6238 2008-02-14 Glenn Morris <rgm@gnu.org>
6239
6240 * calendar/time-date.el (format-seconds): New function.
6241 (emacs-uptime): Use format-seconds.
6242
6243 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6244 Remove `LC_ALL=C', since it's included in $(emacs) now.
6245
6246 2008-02-14 Zhang Wei <id.brep@gmail.com>
6247
6248 * textmodes/org-publish.el (org-publish-timestamp-filename):
6249 Replace colon characters in filename too.
6250
6251 2008-02-13 Bastien Guerry <bzg@altern.org>
6252
6253 * mail/rmail.el (rmail-header-name): New face.
6254 (rmail-font-lock-keywords): Use rmail-header-name.
6255
6256 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6257 against X-Spam-Status header field.
6258 (rmail-spam-filter): Also check X-Spam-Status header field.
6259
6260 2008-02-14 Mark A. Hershberger <mah@everybody.org>
6261
6262 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6263 Add support for .pm files and .php files.
6264 (flymake-err-line-patterns): Add pattern for PHP errors.
6265 (flymake-php-init): New function. PHP support for flymake.
6266
6267 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6268 Add regular expression for PHP errors.
6269
6270 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
6271
6272 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6273 This DTRT even on w32 machines.
6274 (ange-ftp-cf1): Quote FILENAME.
6275
6276 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6279 (smerge-auto-combine): New fun.
6280
6281 2008-02-12 Juri Linkov <juri@jurta.org>
6282
6283 * startup.el (fancy-startup-screen, normal-splash-screen):
6284 Set default-directory to command-line-default-directory.
6285
6286 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6287 after reading the desktop.
6288
6289 * progmodes/compile.el (compilation-auto-jump):
6290 Call compile-goto-error only when compilation-auto-jump-to-first-error
6291 is non-nil.
6292 (compilation-scroll-output): Replace :type 'boolean with a choice
6293 that has three options including a third option `first-error'.
6294 Doc fix.
6295 (compilation-start, compilation-forget-errors): Add an alternate
6296 condition comparing compilation-scroll-output with `first-error'
6297 in addition to compilation-auto-jump-to-first-error (to call
6298 compilation-auto-jump in the proper place).
6299
6300 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * international/mule.el (sgml-html-meta-auto-coding-function):
6303 Make sure the search limit is ahead.
6304
6305 * tar-mode.el: Fix broken indentation.
6306 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6307 Use with-current-buffer.
6308
6309 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
6310
6311 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6312 it is already automatically buffer-local.
6313
6314 2008-02-11 Drew Adams <drew.adams@oracle.com>
6315
6316 * help.el (describe-key): Join some split lines to facilitate filling.
6317 * help-fns.el (describe-function-1): Fill text of overlong lines.
6318
6319 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
6320
6321 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6322 Use unibyte-string instead of string-make-unibyte.
6323
6324 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6325
6326 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6329 works also for buffers w/o buffer-file-name. Update callers.
6330 (doc-view-clone-buffer-hook): New fun.
6331 (doc-view-mode): Use it for indirect clones. Mark the overlays with
6332 the `doc-view' property so they can be recognized.
6333
6334 * simple.el (clone-indirect-buffer-hook): New hook.
6335 (clone-indirect-buffer): Run it.
6336
6337 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6338
6339 * epa.el (epa-menu-mode): Merge into epa-mode.
6340 (epa-menu-items): Rename the label "EasyPG Assistant" to
6341 "Encryption/Decryption".
6342
6343 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6344 (epa-dired-mode-map): Rename from epa-dired-map.
6345 (epa-global-dired-mode): Rename the global minor mode.
6346
6347 2008-02-11 Drew Adams <drew.adams@oracle.com>
6348
6349 * isearch.el (isearch-fail): New face.
6350 (isearch-message): Highlight failure part of input.
6351
6352 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * ibuffer.el (ibuffer-header-line-format): New var.
6355 (ibuffer-mode): Set it instead of header-line-format.
6356 (ibuffer-update): Use it to set header-line-format.
6357
6358 * international/mule-cmds.el (ucs-insert): Inherit surrounding
6359 properties like self-insert-command.
6360
6361 2008-02-11 Drew Adams <drew.adams@oracle.com>
6362
6363 * progmodes/etags.el: Add many doc strings.
6364
6365 2008-02-11 Jason Rumney <jasonr@gnu.org>
6366
6367 * ldefs-boot.el: Regenerated.
6368
6369 2008-02-11 Glenn Morris <rgm@gnu.org>
6370
6371 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6372 Shorten some names.
6373
6374 * ffap.el (ffap-rfc-directories): Add :version.
6375
6376 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
6377
6378 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6379 files, and backup files of same.
6380
6381 2008-02-11 Kevin Ryde <user42@zip.com.au>
6382
6383 * ffap.el (ffap-rfc-directories): New variable.
6384 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6385
6386 * info.el (Info-next-reference, Info-prev-reference)
6387 (Info-try-follow-nearest-node): Move to and follow https:// links too.
6388
6389 * simple.el (completion-list-mode): Show full completion-list-mode-map
6390 in the docstring.
6391
6392 2008-02-11 Sam Steingold <sds@gnu.org>
6393
6394 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6395
6396 2008-02-11 Glenn Morris <rgm@gnu.org>
6397
6398 * startup.el (emacs-startup-time): New variable.
6399 (command-line): Set emacs-startup-time.
6400
6401 * calendar/time-date.el (emacs-uptime): New function.
6402
6403 2008-02-10 Bastien Guerry <bzg@altern.org>
6404
6405 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6406 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6407 it is nil.
6408
6409 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6410
6411 * epg-config.el: Expand the contents of epg-package-info.el.
6412 (epg-package-name): New constant.
6413 (epg-version-number): New constant.
6414 (epg-bug-report-address): New constant.
6415
6416 * epa-mail.el (epa-mail-mode): Add autoload cookie.
6417 (epa-global-mail-mode): New global minor mode.
6418
6419 * epa-file.el (epa-file-mode): New global minor mode.
6420
6421 * epa-dired.el (epa-dired-mode): New global minor mode.
6422
6423 * epa.el (epa-menu): New variable.
6424 (epa-menu-items): New variable.
6425 (epa-menu-mode): New global minor mode.
6426 (epa-global-minor-modes): New user option.
6427 (epa-mode): New global minor mode.
6428
6429 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
6430
6431 * net/dbus.el: Remove `no-byte-compile' cookie.
6432 (dbus-call-method, dbus-register-signal, dbus-debug)
6433 (dbus-registered-functions-table): Declare them with
6434 `declare-function' or `defvar', respectively.
6435 (top): Don't assert any longer. Require 'cl when compiling.
6436 Apply `ignore-errors' but `dbus-ignore-errors'.
6437
6438 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6439
6440 * diff-mode.el (diff-add-change-log-entries-other-window):
6441 Use add-change-log-entry.
6442
6443 2008-02-09 Jason Rumney <jasonr@gnu.org>
6444
6445 * button.el (button-map):
6446 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6447 * ldefs-boot.el: Regenerate.
6448
6449 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6450
6451 * epa.el (epa-faces, epa):
6452 * epa-file.el (epa-file):
6453 * epg-config.el (epg): Add :version.
6454
6455 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
6456
6457 * vc.el (vc-exec-after): Append CODE to previous fragments.
6458 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6459 take MESSAGES instead of VERBOSE; use it when non-nil.
6460 (vc-diff-internal): Compute messages once; use them;
6461 update call to vc-diff-finish.
6462
6463 2008-02-09 Michael Olson <mwolson@gnu.org>
6464
6465 * net/tramp.el (tramp-process-sentinel): Avoid error when process
6466 buffer has been killed, such as by
6467 `tramp-cleanup-all-connections'.
6468
6469 2008-02-09 Miles Bader <miles@gnu.org>
6470
6471 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6472
6473 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6476 splitter in context hunks.
6477
6478 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
6479
6480 * international/fontset.el (setup-default-fontset): Fix arabic otf
6481 font specification.
6482
6483 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6484
6485 * epa-dired.el:
6486 * epa-file.el:
6487 * epa-mail.el:
6488 * epa-setup.el:
6489 * epa.el:
6490 * epg-config.el:
6491 * epg-package-info.el:
6492 * epg.el: Initial check-in of EasyPG.
6493
6494 2008-02-08 Glenn Morris <rgm@gnu.org>
6495
6496 * woman.el (woman-locale): New defcustom.
6497 (woman-expand-locale, woman-manpath-add-locales): New functions.
6498 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
6499
6500 * international/mule-cmds.el (locale-translate): New function,
6501 with old code extracted from set-locale-environment.
6502 (set-locale-environment): Use locale-translate. Set woman-locale.
6503
6504 * cus-start.el (selection-coding-system): Remove, since it's now
6505 defined in select.el rather than in xselect.c.
6506 * select.el (selection-coding-system): Make it a defcustom, and
6507 add the properties from cus-start.el. Bump :version.
6508
6509 * custom.el (custom-theme-set-variables): Sort symbols that are
6510 dependencies before symbols that depend on them.
6511 (custom-enabled-themes): Set after custom-theme-directory.
6512
6513 * pcmpl-unix.el (top-level): Move provide statement to end.
6514 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6515 `*' from doc-string. Allow to be nil.
6516 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6517 Allow to be nil. Add :version.
6518 (pcmpl-ssh-hosts): Move definition before use. Handle lines
6519 without hostnames, and multiple hostnames per line.
6520
6521 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6522
6523 2008-02-08 Phil Hagelberg <phil@evri.com>
6524
6525 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6526 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6527
6528 2008-02-07 Timo Savola <timo.savola@iki.fi>
6529
6530 * startup.el (command-line-x-option-alist): Add --parent-id.
6531
6532 * term/x-win.el (x-handle-parent-id): New function.
6533
6534 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
6535
6536 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6537 "Font Menu".
6538
6539 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * net/dbus.el (dbus-interface-peer): New defconst.
6542 (dbus-ping): New defun.
6543
6544 2008-02-06 Sam Steingold <sds@gnu.org>
6545
6546 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6547
6548 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6551 Just return nil and let the C code provide a fallback.
6552
6553 2008-02-05 Glenn Morris <rgm@gnu.org>
6554
6555 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6556 tramp-flush-connection-property for removed 2nd argument.
6557
6558 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * diff-mode.el (diff-add-change-log-entries-other-window):
6561 Rename from diff-create-changelog. Change users.
6562 Minor change to hopefully work with plain diffs.
6563 (diff-mode-map): Add binding for it.
6564
6565 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6566
6567 * diff-mode.el: Add new TODO entry.
6568 (diff-create-changelog): New function.
6569 (diff-mode-menu): Bind it.
6570
6571 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6572
6573 * international/mule-diag.el (print-fontset-element): Handle the
6574 case of inhibiting the fallback fonts.
6575
6576 2008-02-04 Kim F. Storm <storm@cua.dk>
6577
6578 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6579 (ido-magic-delete-char): Use prefix arg.
6580
6581 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6584 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6585 of today, the most recent libpng is 1.2.24).
6586
6587 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
6588
6589 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6590
6591 * net/dbus.el (top): Check (featurep 'dbusbind).
6592
6593 * net/tramp.el (tramp-process-sentinel): New defun.
6594 (tramp-do-copy-or-rename-file-out-of-band)
6595 (tramp-maybe-open-connection): Use it as process sentinel.
6596 (tramp-handle-delete-directory): Don't use the "-f" option; it
6597 isn't portable.
6598 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6599 after the command.
6600 (tramp-handle-shell-command): Set `mode-line-process' in the
6601 asynchronous case.
6602
6603 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6604
6605 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6606 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6607 Use `tramp-process-sentinel' as process sentinel.
6608
6609 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * whitespace.el (global-whitespace-mode): Revert last change.
6612 (whitespace-unload-function): Force `global-whitespace-mode'
6613 to deactivate local modes in a slightly less intrusive way.
6614
6615 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6616
6617 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6618
6619 2008-02-02 Glenn Morris <rgm@gnu.org>
6620
6621 * international/latin1-disp.el (latin1-display):
6622 * progmodes/fortran.el (fortran-comment-indent-char):
6623 * progmodes/idlw-shell.el (top-level):
6624 * term/mac-win.el (mac-keyboard-translate-char):
6625 * whitespace.el (whitespace-char-valid-p):
6626 * wid-edit.el (widget-key-sequence-read-event):
6627 Use characterp rather than char-valid-p.
6628
6629 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6630 to capitalized-find-word-boundary. Doc fix. Update callers.
6631 (capitalized-next-word-boundary-function-table): Rename to
6632 capitalized-find-word-boundary-function-table. Doc fix. Update users.
6633
6634 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6635 string-to-int.
6636
6637 * ps-def.el (declare-function): Add compatibility definition.
6638 (ps-plot-with-face, ps-plot-string): Declare as functions.
6639 (ps-bold-faces, ps-italic-faces): Declare variables.
6640
6641 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6642 (ps-mule-end-job): Declare as functions.
6643
6644 * wid-edit.el (widget-string-complete): Use assoc-string rather
6645 than assoc-ignore-case.
6646
6647 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6648
6649 * progmodes/etags.el (next-file): Improve revert message.
6650
6651 2008-02-01 Andreas Schwab <schwab@suse.de>
6652
6653 * loadup.el: Load language/burmese instead of language/myanmar.
6654
6655 2008-02-01 Richard Stallman <rms@gnu.org>
6656
6657 * language/burmese.el: Rename from myanmar.el.
6658 ("Burmese"): Rename from "Myanmar".
6659
6660 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6661
6662 * international/fontset.el (script-representative-chars): Add cham
6663 and tai-viet.
6664 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6665 Add fontconfig spec for cjk-misc. Explicitly specify font font
6666 for U+E000..U+F8FF.
6667
6668 * international/characters.el (script-list): Add cham.
6669
6670 * language/cham.el: New file.
6671
6672 2008-02-01 Mark A. Hershberger <mah@everybody.org>
6673
6674 * xml.el (xml-escape-string): Don't do any encoding changes on the
6675 string.
6676
6677 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6678
6679 * language/ind-util.el (in-is13194-post-read-conversion):
6680 Delete unnecessary call of indian-compose-region.
6681
6682 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6683
6684 * ps-print.el: Some face attributes (like :strike-through) were not
6685 being recognised. Reported by Leo <sdl.web@gmail.com>.
6686 (ps-print-version): New version 7.3.2.
6687 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
6688 ps-face-overline-p and ps-face-box-p functions.
6689
6690 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6691 New functions.
6692
6693 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6694
6695 * international/fontset.el (font-encoding-alist): Add an entry for
6696 iso8859-16.
6697 (setup-default-fontset): Add iso8859-16 to latin.
6698
6699 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6700 hexadigit string.
6701 (describe-char): Adjust for the above change.
6702
6703 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6704
6705 * international/fontset.el (font-encoding-alist): Don't set the
6706 repertory of GB18030 fonts.
6707
6708 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6709
6710 * language/indian.el: Set font-shape-text for all Indic characters
6711 in composition-function-table.
6712
6713 * language/khmer.el: New file.
6714
6715 * language/myanmar.el: New file.
6716
6717 * loadup.el: Load "language/khmer" and "language/myanmar".
6718
6719 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6720
6721 * international/fontset.el (setup-default-fontset): Fix lao OTF
6722 script name.
6723
6724 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6725
6726 * composite.el (terminal-composition-modification): Delete it.
6727
6728 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6729
6730 * international/fontset.el (x-complement-fontset-spec):
6731 Complement size too.
6732
6733 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6734
6735 * international/fontset.el (font-encoding-charset-alist):
6736 Initialize it.
6737 (otf-script-alist): Fix typo of canadian-aboriginal.
6738 (setup-default-fontset): Specify font-specs for many more scripts.
6739 (x-complement-fontset-spec): Change the first argument to a
6740 font-spec object.
6741 (create-fontset-from-fontset-spec): Adjust for the above change.
6742
6743 2008-02-01 Kenichi Handa <handa@m17n.org>
6744
6745 * language/devanagari.el: Register font-shape-text in
6746 composition-function-table.
6747
6748 * language/tibetan.el: Register font-shape-text in
6749 composition-function-table.
6750
6751 * language/thai-util.el (thai-composition-function): Fix arguments.
6752
6753 * language/tamil.el: Register font-shape-text in
6754 composition-function-table.
6755
6756 * language/malayalam.el: Register font-shape-text in
6757 composition-function-table.
6758
6759 * language/lao.el: Register font-shape-text in
6760 composition-function-table.
6761
6762 * language/kannada.el: Register font-shape-text in
6763 composition-function-table.
6764
6765 * language/european.el (diacritic-composition-function): Fix arguments.
6766
6767 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6768
6769 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6770
6771 * composite.el (composition-function-table): Fix docstring.
6772 (terminal-composition-function): Fix arguments.
6773 (auto-compose-current-font): Delete it.
6774 (auto-compose-chars): Adjust for the change of
6775 composition-function-table.
6776
6777 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6778
6779 * international/fontset.el (font-encoding-alist): Add the entry of
6780 "unicode-bmp".
6781
6782 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6783
6784 * composite.el (auto-compose-chars): Be sure to calculate
6785 composition at least at POS.
6786
6787 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6788
6789 * printing.el: Fix pr-interface-map initialization code.
6790 (pr-version): New version 6.9.3.
6791 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6792 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6793 (pr-f-read-string): Replace by pr-read-string.
6794 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6795 New function name.
6796 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6797
6798 2008-02-01 Kenichi Handa <handa@m17n.org>
6799
6800 * language/tv-util.el (tai-viet-re): Include '-'.
6801 (tai-viet-glyph-info): Handle '-'.
6802
6803 2008-02-01 Kenichi Handa <handa@m17n.org>
6804
6805 * descr-text.el (describe-char): Handle a composition of the new
6806 format. Show font name.
6807
6808 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6809
6810 * language/tibet-util.el (tibetan-composition-function): Use
6811 font-shape-text if auto-compose-current-font is non-nil.
6812
6813 * language/tibetan.el: Fix the range for recording
6814 tibetan-composition-function in composition-function-table.
6815
6816 * language/mlm-util.el (malayalam-composition-function): Use
6817 font-shape-text if auto-compose-current-font is non-nil.
6818
6819 * international/mule-conf.el: Flag many charsets as supplementary.
6820
6821 * international/mule.el (define-charset): Update the docstring for
6822 :supplementary-p.
6823
6824 * international/fontset.el (setup-default-fontset): Add OpenType
6825 fonts for malayalam and tibetan.
6826
6827 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6828
6829 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6830
6831 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6832
6833 * international/fontset.el (otf-script-alist): Make all otf tags
6834 4-letters.
6835 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6836
6837 * language/tml-util.el (tamil-composition-function): Use
6838 font-shape-text if auto-compose-current-font is non-nil.
6839
6840 * language/devan-util.el (devanagari-composition-function): Use
6841 font-shape-text if auto-compose-current-font is non-nil.
6842
6843 * composite.el (auto-compose-chars): Change argument font-object
6844 to window.
6845
6846 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6847
6848 * ps-print.el (ps-lpr-switches): Docstring fix.
6849 (ps-string-list): New function.
6850 (ps-do-despool): Code fix.
6851
6852 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6853
6854 * international/utf-7.el (utf-7-imap-post-read-conversion)
6855 (utf-7-imap-pre-write-conversion): New functions.
6856
6857 * international/mule-conf.el (utf-7-imap): New coding system.
6858
6859 2008-02-01 Kenichi Handa <handa@m17n.org>
6860
6861 * term/x-win.el (x-selection-value): If x-select-request-type is
6862 nil, try also STRING at last.
6863 (x-select-request-type): Doc fix for the change of x-selection-value.
6864
6865 * select.el (selection-coding-system, next-selection-coding-system):
6866 Move declarations from xselect.c.
6867 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6868 If it is nil, decode by a proper coding system. Handle C_STRING.
6869 (ccl-check-utf-8, string-utf-8-p): Delete them.
6870 (xselect-convert-to-string): Fix determining data-type in the case
6871 that TEXT is requested. Don't use selection-coding-system if it's
6872 not proper for the data-type.
6873
6874 2008-02-01 Kenichi Handa <handa@m17n.org>
6875
6876 * term/x-win.el (x-selection-value): If x-select-request-type is
6877 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6878
6879 2008-02-01 Jason Rumney <jasonr@gnu.org>
6880
6881 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6882 to signify default fontset.
6883
6884 2008-02-01 Kenichi Handa <handa@m17n.org>
6885
6886 * international/mule-cmds.el (describe-language-environment):
6887 Check if the specified input method exists or not.
6888
6889 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6890
6891 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
6892 (ps-face-background-name): Remove this function. It's already defined
6893 in ps-def.el file.
6894
6895 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6896
6897 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
6898 Epoch emacsen.
6899
6900 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6901
6902 * ps-print.el: Now detect if text foreground and background colors are
6903 equals and replace the foreground color by another color, so the text
6904 becomes visible. Doc fix.
6905 (ps-print-version): New version 7.3.
6906 (ps-default-fg, ps-default-bg): Docstring fix.
6907 (ps-fg-list, ps-fg-validate-p): New options.
6908 (ps-foreground-list): New variable.
6909 (ps-generate-header-line): Replace fboundp by functionp.
6910 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
6911
6912 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6913
6914 * printing.el: Pacify byte compiler, that is, no compiler warnings.
6915 Move (again) some variable definitions before use, define some
6916 function aliases, no code change.
6917 (pr-version): New version 6.9.2.
6918 (pr-path-style, pr-auto-region, pr-menu-char-height)
6919 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
6920 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
6921 via (defvar VAR).
6922 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
6923 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
6924 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
6925 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
6926 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
6927 (pr-menu-print-item, pr-ps-printer-menu-modified)
6928 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
6929 (pr-even-or-odd-alist): Move variable definitions.
6930
6931 2008-02-01 Kenichi Handa <handa@m17n.org>
6932
6933 * language/chinese.el (cp936): Delete duplicated alias.
6934
6935 * international/mule-diag.el (list-block-of-chars): Don't insert
6936 non-Unicode characters.
6937
6938 2008-02-01 Jason Rumney <jasonr@gnu.org>
6939
6940 * loadup.el [windows-nt]: Don't load code-pages and ccl.
6941 * term/w32-win.el: Don't require code-pages.
6942
6943 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 Fix up multi-tty merge.
6946
6947 * version.el (emacs-version): Bump to 23.0.60.
6948
6949 * term/x-win.el (x-initialize-window-system): Don't try to create
6950 a fontset from a font-specification anymore. This was removed on the
6951 unicode branch and mistakenly re-added by the multi-tty merge.
6952
6953 * term/w32-win.el: Remove duplicate code that's now in
6954 w32-initialize-window-system.
6955 (w32-initialize-window-system): Don't try to create a fontset from
6956 a font-specification anymore. This was removed on the unicode branch
6957 and mistakenly re-added by the multi-tty merge.
6958
6959 * term/mac-win.el: Remove duplicate top-level code.
6960
6961 * language/ethio-util.el:
6962 * international/characters.el: Use utf-8 rather than utf-8-emacs
6963 since it works as well and has the advantage of working with
6964 non-unicode versions of Emacs.
6965
6966 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
6967 multi-tty code, which includes the previous local change.
6968
6969 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6970
6971 * ps-print.el (ps-print-version): New version 7.2.5.
6972 (ps-background, ps-begin-file, ps-build-reference-face-lists):
6973 Use `mapc' rather than `mapcar'.
6974
6975 2008-02-01 Kenichi Handa <handa@m17n.org>
6976
6977 * skeleton.el (skeleton-internal-1): Use integerp and stringp
6978 instead of char-or-string-p to catch -1.
6979
6980 2008-02-01 Kenichi Handa <handa@m17n.org>
6981
6982 * international/mule-cmds.el (inactivate-input-method):
6983 Set input-method-function to nil before calling
6984 inactivate-current-input-method-function.
6985
6986 2008-02-01 Kenichi Handa <handa@m17n.org>
6987
6988 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
6989 height that doesn't exceed the requested height by rounding off.
6990
6991 2008-02-01 Andreas Schwab <schwab@suse.de>
6992
6993 * international/mule-diag.el (print-fontset-element):
6994 Use fontp only if defined.
6995
6996 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6997
6998 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
6999 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7000 (ps-mule-prologue-generated): Code fix.
7001
7002 2008-02-01 Kenichi Handa <handa@m17n.org>
7003
7004 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7005 with FIXEDCASE t.
7006
7007 2008-02-01 Kenichi Handa <handa@m17n.org>
7008
7009 * international/mule-diag.el (print-fontset-element): Fix for the
7010 format change of a fontset element for font-backend feature.
7011
7012 2008-02-01 Kenichi Handa <handa@m17n.org>
7013
7014 * descr-text.el (describe-char): Fix for the case that a component
7015 character is TAB.
7016
7017 2008-02-01 Kenichi Handa <handa@m17n.org>
7018
7019 * international/mule-cmds.el (select-safe-coding-system-interactively):
7020 Fix printing of rejected and unsafe coding-systems.
7021
7022 * international/fontset.el (setup-default-fontset): Add tai-viet.
7023
7024 * international/characters.el: Setup syntax/category table for Tai Viet.
7025 (script-list): Add tai-viet.
7026
7027 * loadup.el: Load "language/tai-viet".
7028
7029 * language/tai-viet.el: New file.
7030
7031 * language/tv-util.el: New file.
7032
7033 2008-02-01 Jason Rumney <jasonr@gnu.org>
7034
7035 * faces.el (font-weight-table): Use defaults on w32 that match
7036 LOGFONT.lfWeight.
7037
7038 * term/w32-win.el: Don't create fontset from command-line font.
7039
7040 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7041
7042 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7043 (sort-coding-systems, search-unencodable-char): Doc fixes.
7044 (default-input-method, input-method-verbose-flag)
7045 (input-method-highlight-flag): Remove * in defcustom's docstrings.
7046 (exit-language-environment-hook, set-default-coding-systems)
7047 (coding-system-change-eol-conversion, prefer-coding-system)
7048 (find-multibyte-characters, leim-list-entry-regexp)
7049 (set-input-method, input-method-exit-on-first-char, princ-list)
7050 (locale-language-names, locale-charset-language-names)
7051 (define-char-code-property): Fix typos in docstrings.
7052
7053 2008-02-01 Kenichi Handa <handa@m17n.org>
7054
7055 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7056 Fix for a new character code space (22-bit).
7057
7058 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7059
7060 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7061
7062 2008-02-01 Kenichi Handa <handa@m17n.org>
7063
7064 * international/characters.el: Add more cases/syntaxes from Latin
7065 characters.
7066
7067 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7068
7069 * ps-def.el (installation-directory): Must be initialized when defining
7070 it in XEmacs.
7071 (coding-system-for-read): Eliminate duplicated definition.
7072
7073 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7074
7075 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7076
7077 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7078
7079 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7080 (ps-print-emacs-type): Eliminate variable.
7081 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
7082 running ps-print package.
7083
7084 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7085 (ps-frame-parameter): Replace defun by defalias.
7086 (mark-active): Eliminate defvar.
7087
7088 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7089 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7090 (ps-jts-ps-setup): Replace macros by vector key definition.
7091
7092 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7093
7094 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7095 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7096 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7097 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7098 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7099 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7100 New command actions for EPS header and EPS footer.
7101
7102 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7103 footer. Fix some problems with one-or-more, zero-or-more and
7104 alternative constructions generation. Some implementation of log
7105 messages. Doc fix.
7106 (ebnf-version): New version 4.4.
7107 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7108 (ebnf-eps-footer, ebnf-log): New options.
7109 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7110 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7111 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7112 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7113 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7114 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7115 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7116 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7117 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7118 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7119 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7120 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7121 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7122 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7123 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7124 (ebnf-except-dimension, ebnf-alternative-dimension)
7125 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7126 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7127 Insert log message function.
7128 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7129 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7130 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7131 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7132 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7133 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7134 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7135 compatibility with Emacs 20 & 21.
7136 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7137 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7138 (ebnf-basic-empty-height): New variables.
7139 (ebnf-prologue): Fix PostScript code.
7140 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7141 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7142 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7143 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7144
7145 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7146
7147 * printing.el: Group together all XEmacs/Emacs definitions.
7148 (pr-version): New version 6.9.
7149 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7150 New functions.
7151 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7152 (pr-menu-bind): Fix code.
7153 (pr-e-frame-char-height, pr-e-frame-char-width)
7154 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7155 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7156 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7157 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7158 (pr-x-event-y-pixel): Eliminate aliases.
7159 (pr-xemacs-global-menubar): Move macro.
7160 (current-menubar, current-mouse-event, zmacs-region-stays)
7161 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7162 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7163 Move variables.
7164 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7165 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7166 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7167 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7168 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7169 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7170 Move functions.
7171
7172 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7173
7174 * ps-print.el: The ps-print commands without face printing should not
7175 print background color. Reported by Leo <sdl.web@gmail.com>.
7176 (ps-print-version): New version 7.2.2.
7177 (ps-begin-job): New arg. Fix ps-default-background and
7178 ps-default-foreground initialization.
7179 (ps-face-attributes): Fix doc string.
7180 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7181
7182 * printing.el: Fix ps-print link.
7183
7184 2008-02-01 Kenichi Handa <handa@m17n.org>
7185
7186 * international/mule-diag.el (list-character-sets-2): Don't print width.
7187
7188 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7189
7190 * ps-print.ps: Fix background height.
7191 (ps-print-version): New version 7.2.1.
7192
7193 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7194
7195 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7196 into separate files.
7197 (ps-print-version): New version 7.2.
7198 (ps-postscript-code-directory): Fix XEmacs initialization.
7199 (ps-generate-postscript-with-faces):
7200 Call ps-generate-postscript-with-faces1 (new function).
7201 (ps-color-format, ps-float-format): Move variables to ps-def.el.
7202 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7203 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7204 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7205 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7206 Move functions to ps-def.el.
7207 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7208 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7209 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7210 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7211 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7212 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7213 Move functions to ps-samp.el.
7214
7215 * ps-bdf.el (installation-directory, coding-system-for-read):
7216 Move variables to ps-def.el.
7217
7218 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7219 (charset-bytes, charset-dimension, charset-id, charset-width)
7220 (find-charset-region, char-width, chars-in-region, forward-point)
7221 (decompose-composite-char, encode-coding-string, coding-system-p)
7222 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7223 (string-make-multibyte, encode-char): Move functions to ps-def.el.
7224
7225 * ps-def.el: New file. XEmacs/Emacs definitions.
7226 (ps-generate-postscript-with-faces1): New function.
7227 (ps-color-format, ps-float-format): Move variables from ps-print.el.
7228 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7229 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7230 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7231 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7232 Move functions from ps-print.el.
7233 (installation-directory, coding-system-for-read):
7234 Move variables from ps-bdf.el.
7235 (leading-code-private-22): Move variable from ps-mule.el.
7236 (charset-bytes, charset-dimension, charset-id, charset-width)
7237 (find-charset-region, char-width, chars-in-region, forward-point)
7238 (decompose-composite-char, encode-coding-string, coding-system-p)
7239 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7240 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7241
7242 * ps-samp.el: New file. Sample setup code.
7243 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7244 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7245 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7246 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7247 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7248 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7249 Move functions from ps-print.el.
7250
7251 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7252
7253 * ps-print.el: Handle frame parameters (background and/or foreground
7254 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7255 (ps-print-version): New version 7.1.
7256 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7257 (ps-frame-parameter): New function.
7258 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7259 Fix doc and customization.
7260 (ps-begin-job): Get frame parameters (background and/or foreground
7261 colors).
7262 (ps-do-despool): Ensure ps-printer-name has a valid value.
7263
7264 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7265
7266 * progmodes/ebnf-abn.el:
7267 * progmodes/ebnf-bnf.el:
7268 * progmodes/ebnf-dtd.el:
7269 * progmodes/ebnf-ebx.el:
7270 * progmodes/ebnf-iso.el:
7271 * progmodes/ebnf-otz.el:
7272 * progmodes/ebnf-yac.el:
7273 * progmodes/ebnf2ps.el:
7274 * delim-col.el:
7275 * printing.el:
7276 * ps-bdf.el:
7277 * ps-mule.el:
7278 * ps-print.el: Remove 'Time-stamp' comment mark.
7279
7280 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7281 'easy-menu-add-item' when called in Emacs 21 or higher.
7282
7283 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7284
7285 * ps-print.el : Fix doc.
7286 (ps-print-version): New version 7.0.
7287
7288 2008-02-01 Kenichi Handa <handa@m17n.org>
7289
7290 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7291 XMODIFIERS.
7292
7293 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7294
7295 * ps-print.el: Fix maintainer email. Eliminate function declaration
7296 that kept compatibility with older Emacs version.
7297 (ps-print-version): New version 6.7.
7298
7299 2008-02-01 Kenichi Handa <handa@m17n.org>
7300
7301 * international/quail.el (quail-get-translations):
7302 Make quail-current-key multibyte if not yet done.
7303
7304 2008-02-01 Zhang Wei <id.brep@gmail.com>
7305
7306 * language/chinese.el ("Chinese-GBK"): Add tutorial.
7307 ("Chinese-GB18030"): Add sample-text and tutorial.
7308
7309 * international/fontset.el (font-encoding-alist)
7310 (setup-default-fontset): Add gb18030.
7311 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7312 (charset-script-alist): Add gbk and gb18030.
7313
7314 * international/characters.el: Put property
7315 preferred-coding-system on gbk and gb18030.
7316
7317 * international/mule-cmds.el (locale-language-names): Add an entry
7318 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7319
7320 * faces.el (face-font-registry-alternatives): Add gb18030.
7321
7322 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7323
7324 * ps-mule.el: Fix maintainer email.
7325
7326 2008-02-01 Kenichi Handa <handa@m17n.org>
7327
7328 * international/quail.el (quail-insert-kbd-layout): Check the
7329 length of (cdr translation).
7330 (quail-get-current-str): Check the length of (cdr def).
7331
7332 2008-02-01 Kenichi Handa <handa@m17n.org>
7333
7334 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7335
7336 2008-02-01 Kenichi Handa <handa@m17n.org>
7337
7338 * international/mule-cmds.el (ucs-insert): Re-implement.
7339
7340 2008-02-01 Kenichi Handa <handa@m17n.org>
7341
7342 * composite.el (terminal-composition-modification): New function.
7343 (terminal-composition-function): Create composition with the above
7344 modification function.
7345
7346 2008-02-01 Zhang Wei <id.brep@gmail.com>
7347
7348 * international/characters.el: Add more full-width characters in
7349 char-width-table.
7350
7351 2008-02-01 Kenichi Handa <handa@m17n.org>
7352
7353 * international/fontset.el (create-fontset-from-fontset-spec):
7354 Fix script name handling.
7355
7356 2008-02-01 Kenichi Handa <handa@m17n.org>
7357
7358 * composite.el (terminal-composition-function): New function.
7359 (terminal-composition-function-table): New variable.
7360 (auto-compose-chars): If running on a terminal, use
7361 terminal-composition-function-table.
7362
7363 * loadup.el: Load "composite" after "international/characters".
7364
7365 * international/characters.el: Delete codes for setting up charset
7366 property nospace-between-words. Fix setting up of
7367 char-width-table. Don't make ethiopic and tibetan double column.
7368
7369 * textmodes/fill.el (fill-find-break-point-function-table):
7370 Don't set it up in defvar.
7371 (fill-nospace-between-words-table): New variable.
7372 (fill-delete-newlines): Check fill-nospace-between-words-table
7373 instead of charset property nospcae-between-words.
7374
7375 2008-02-01 Kenichi Handa <handa@m17n.org>
7376
7377 * composite.el (global-auto-composition-mode): Make the initial
7378 value not depend on emacs-basic-display.
7379
7380 * textmodes/fill.el: Don't use charset property
7381 `fill-find-break-point-function'.
7382 (fill-find-break-point-function-table): New variable.
7383 (fill-find-break-point): Lookup fill-find-break-point-function-table.
7384
7385 2008-02-01 Kenichi Handa <handa@m17n.org>
7386
7387 * international/mule.el (coding-system-list): Be sure to exclude
7388 subsidiary coding systems.
7389
7390 2008-02-01 Kenichi Handa <handa@m17n.org>
7391
7392 * composite.el (auto-composition-after-change)
7393 (toggle-auto-composition): Remove `auto-composed' property instead
7394 of setting it to nil.
7395
7396 2008-02-01 Kenichi Handa <handa@m17n.org>
7397
7398 * language/misc-lang.el (iso-8859-6): New coding system.
7399
7400 2008-02-01 Kenichi Handa <handa@m17n.org>
7401
7402 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7403 replace-regexp-in-string as replacement.
7404
7405 2008-02-01 Kenichi Handa <handa@m17n.org>
7406
7407 * international/fontset.el (otf-script-alist): Add byzm, math,
7408 musc, and nko.
7409
7410 * international/characters.el (script-list): Add nko,
7411 byzantine-musical-symbol, musical-symbol, and mathematical.
7412
7413 2008-02-01 Kenichi Handa <handa@m17n.org>
7414
7415 * composite.el (auto-compose-current-font): New variable.
7416 (auto-compose-chars): New arg FONT-OBJECT.
7417
7418 2008-02-01 Kenichi Handa <handa@m17n.org>
7419
7420 * international/characters.el: Modify category-table and
7421 script-table for new Ethiopic character range.
7422
7423 2008-02-01 Kenichi Handa <handa@m17n.org>
7424
7425 * international/mule-cmds.el (set-language-environment-fontset):
7426 Delete it.
7427
7428 2008-02-01 Kenichi Handa <handa@m17n.org>
7429
7430 * international/fontset.el (otf-script-alist): Set it.
7431
7432 2008-02-01 Kenichi Handa <handa@m17n.org>
7433
7434 * international/fontset.el (font-encoding-alist):
7435 Fix for "ethiopic-unicode".
7436
7437 2008-02-01 Kenichi Handa <handa@m17n.org>
7438
7439 * international/fontset.el (script-representative-chars):
7440 Add an entry for latin script.
7441
7442 2008-02-01 Kenichi Handa <handa@m17n.org>
7443
7444 * faces.el (font-weight-table): Treat regular and normal as the
7445 same as medium.
7446 (font-slant-table): Add (roman . 100).
7447
7448 2008-02-01 Kenichi Handa <handa@m17n.org>
7449
7450 These changes are for the new font handling codes.
7451
7452 * faces.el (font-weight-table, font-slant-table)
7453 (font-swidth-table): New customizable variables.
7454
7455 * international/fontset.el (font-encoding-alist): Add koi8-4.
7456 (script-representative-chars): Set the default value.
7457 (create-fontset-from-x-resource): Delete `message'.
7458
7459 2008-02-01 Kenichi Handa <handa@m17n.org>
7460
7461 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7462 Call set-buffer-multibyte with arg `to'.
7463
7464 2008-02-01 Kenichi Handa <handa@m17n.org>
7465
7466 * info.el (Info-fontify-node): Check if already fontified or not
7467 by next-single-property-change.
7468
7469 2008-02-01 Kenichi Handa <handa@m17n.org>
7470
7471 * international/mule.el (ctext-pre-write-conversion): Produce
7472 extra designation sequence for ASCII at the end off extended segment.
7473
7474 2008-02-01 Kenichi Handa <handa@m17n.org>
7475
7476 * international/mule.el (ctext-non-standard-encodings-table):
7477 Reverse the returning list.
7478 (ctext-pre-write-conversion): Fix encoding with extended segments.
7479
7480 * international/mule-conf.el (compound-text)
7481 (compound-text-with-extensions): Add long-form in :flags.
7482
7483 2008-02-01 Kenichi Handa <handa@m17n.org>
7484
7485 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7486 regexp for paring FONTSET-SPEC (allow spaces after `:').
7487
7488 2008-02-01 Kenichi Handa <handa@m17n.org>
7489
7490 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7491 for the case that a charset is specified as target.
7492
7493 2008-02-01 Kenichi Handa <handa@m17n.org>
7494
7495 * international/ccl.el (ccl-embed-string): Check string length.
7496 Set special flag for multibyte character sequence.
7497 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7498 str unibyte.
7499 (ccl-compile-write): If the character code doesn't fit in 22-bit
7500 (ccl-dump-write-const-string): Check special flag for multibyte
7501 character sequence.
7502
7503 2008-02-01 Kenichi Handa <handa@m17n.org>
7504
7505 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7506 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7507 ps-mule-eight-bit-char.
7508
7509 2008-02-01 Kenichi Handa <handa@m17n.org>
7510
7511 * language/chinese.el ("Chinese-BIG5"):
7512 Set ctext-non-standard-encodings property to "big5-0".
7513
7514 * international/mule.el (ctext-non-standard-encodings):
7515 Initialize to nil.
7516 (ctext-non-standard-encodings-alist): Set charset `big5' in the
7517 entry for "big5-0".
7518 (ctext-non-standard-encodings-table): Return a list instead of
7519 char-table.
7520 (ctext-pre-write-conversion): Adjust for the above change.
7521
7522 2008-02-01 Zhang Wei <id.brep@gmail.com>
7523
7524 * international/mule.el (ctext-non-standard-encodings-alist):
7525 Add an entry for gbk-0.
7526 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7527 a row 8-bit.
7528
7529 * language/chinese.el ("Chinese-GBK"):
7530 Set ctext-non-standard-encodings property to "gbk-0".
7531 Add sample-text property.
7532
7533 2008-02-01 Kenichi Handa <handa@m17n.org>
7534
7535 * international/kkc.el (kkc-region): Use
7536 this-single-command-raw-keys on pushing back an unhandled key sequence.
7537
7538 2008-02-01 Kenichi Handa <handa@m17n.org>
7539
7540 * international/encoded-kb.el (encoded-kbd-mode):
7541 Check saved-input-mode on turning off Encoded Kbd mode.
7542
7543 * composite.el (auto-composition-after-change): Use save-buffer-state.
7544 (turn-on-auto-composition-if-enabled): Don't turn on
7545 auto-composition-mode in a unibyte buffer.
7546
7547 2008-02-01 Kenichi Handa <handa@m17n.org>
7548
7549 * startup.el (command-line): Use custom-reevaluate-setting for
7550 global-auto-composition-mode.
7551
7552 * composite.el (auto-composition-function): Make it buffer local.
7553 (auto-composition-mode): New minor mode.
7554 (turn-on-auto-composition-if-enabled): New function.
7555 (global-auto-composition-mode): New global minor mode.
7556
7557 2008-02-01 Kenichi Handa <handa@m17n.org>
7558
7559 * descr-text.el (describe-char): Use insert-text-button instead of
7560 widget-create for "customize what to show" button.
7561
7562 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7563
7564 * language/ethiopic.el: Fix copyright.
7565 (composition-function-table): Support a new character in Unicode 4.1.
7566
7567 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7568 (ethio-tex-to-fidel-buffer, ethio-composition-function)
7569 ("ethiopic-tex"): Support new characters in Unicode 4.1.
7570
7571 2008-02-01 Kenichi Handa <handa@m17n.org>
7572
7573 * international/characters.el: Register characters in
7574 auto-fill-chars. Put nospace-between-words to more charsets.
7575
7576 2008-02-01 Zhang Wei <id.brep@gmail.com>
7577
7578 * international/mule-cmds.el (locale-language-names): Add entries
7579 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7580 (locale-preferred-coding-systems): Fix entries for Chinese locales.
7581
7582 2008-02-01 Kenichi Handa <handa@etlken>
7583
7584 * international/utf-7.el: Delete the definition of utf-7.
7585 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7586 Add autoload cookies.
7587
7588 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7589
7590 * term/mac-win.el: Delete the code to create a fontset from the X
7591 resource "Font".
7592
7593 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7594
7595 * international/robin.el (robin-define-package): Be sure to call
7596 put-char-code-property.
7597
7598 2008-02-01 Kenichi Handa <handa@m17n.org>
7599
7600 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7601 property to 1.
7602
7603 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7604 property to t.
7605
7606 * international/mule.el (coding-system-get):
7607 Check `ascii-incompatible' for backward compatiblity.
7608 (set-file-name-coding-system): Signal an error for a coding system
7609 not suitable for file name.
7610 (set-keyboard-coding-system): Signal an error for a coding system
7611 not suitable for keyboard.
7612
7613 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7614 Set :suitable-for-keyboard property to 1.
7615
7616 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7617 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7618
7619 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7620 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7621
7622 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7623
7624 * international/robin.el (robin-define-package): Delete redundant code.
7625 (robin-add-rule): Allow N-1 reverse conversion.
7626
7627 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7628
7629 * international/robin.el (robin-define-package): Make the
7630 expanded form shorter.
7631
7632 2008-02-01 Zhang Wei <id.brep@gmail.com>
7633
7634 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7635 chiense-iso-8bit.
7636
7637 2008-02-01 Kenichi Handa <handa@m17n.org>
7638
7639 * loadup.el: If we are byte-compiling unidata-gen.el or running
7640 unidata-ge-files, set purify-flag to nil.
7641
7642 2008-02-01 Kenichi Handa <handa@m17n.org>
7643
7644 * loadup.el: Load international/charprop.el with NOERROR t.
7645
7646 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7647
7648 2008-02-01 Kenichi Handa <handa@m17n.org>
7649
7650 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7651 New charsets and coding systems.
7652 (mac-symbol, mac-dingbats): New charsets.
7653
7654 2008-02-01 Kenichi Handa <handa@m17n.org>
7655
7656 * international/characters.el: Set syntax of NBSP to punctuation.
7657
7658 2008-02-01 Kenichi Handa <handa@m17n.org>
7659
7660 * international/mule-cmds.el: Don't require wid-edit.
7661
7662 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7663
7664 * international/robin.el: New file.
7665
7666 * language/ethiopic.el: Change encoding to utf-8-emacs.
7667 Register ethio-composition-function in composition-function-table.
7668 ("Ethiopic"): Change coding-systems to utf-8-emacs.
7669
7670 * language/ethio-util.el: Change encoding to utf-8-emacs.
7671 Rewrite all transliteration functions to use robin.el.
7672 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7673 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7674 (ethio-prefer-ascii-punctuation): Delete variables.
7675 (ethio-char-to-ethiocode, ethio-convert-digit)
7676 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7677 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7678 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7679 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7680 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7681 (ethio-adjust-robin, ethio-composition-function)
7682 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7683 (ethio-sera-to-fidel-region-ethio)
7684 (ethio-sera-to-fidel-region-noethio)
7685 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7686 New functions.
7687
7688 2008-02-01 Miles Bader <miles@gnu.org>
7689
7690 * international/mule.el (auto-coding-regexp-alist)
7691 (ctext-pre-write-conversion): Replace embedded control characters
7692 with octal escapes; this prevents diff from thinking the file is binary.
7693
7694 2008-02-01 Miles Bader <miles@gnu.org>
7695
7696 * descr-text.el (describe-char-unidata-list):
7697 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7698 (byte-compile-insert-header):
7699 * international/mule.el (charset-list, set-coding-priority)
7700 (ignore-relative-composition):
7701 * international/mule-util.el (detect-coding-with-priority):
7702 * international/mule-diag.el:
7703 * international/mule-cmds.el (language-info-custom-alist):
7704 * international/codepage.el (codepage-setup):
7705 Replace references to Emacs version "22" with "23".
7706
7707 2008-02-01 Kenichi Handa <handa@m17n.org>
7708
7709 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7710
7711 * international/fontset.el (font-encoding-alist): Add an entry for
7712 microsoft-cp1251.
7713 (setup-default-fontset): Add entries for microsoft-cp1251 and
7714 koi8-r for cyrillic.
7715
7716 * international/mule-cmds.el (char-code-property-alist): New variable.
7717 (define-char-code-property): New function.
7718 (get-char-code-property, put-char-code-property): Handle a
7719 char-table registerd in char-code-property-alist.
7720 (set-language-environment): Check :ascii-compatible-p property of
7721 nonascii charset instead of its dimension.
7722
7723 * international/uni-bidi.el, international/uni-category.el:
7724 * international/uni-combining.el, international/uni-comment.el:
7725 * international/uni-decimal.el, international/uni-decomposition.el:
7726 * international/uni-digit.el, international/uni-lowercase.el:
7727 * international/uni-mirrored.el, international/uni-name.el:
7728 * international/uni-numeric.el, international/uni-old-name.el:
7729 * international/uni-titlecase.el, international/uni-uppercase.el:
7730 * international/charprop.el: New files automatically generated by
7731 admin/unidata/Makefile.
7732
7733 * loadup.el: Load internationnal/charprop.el.
7734
7735 * descr-text.el (describe-char-unidata-list): New variable.
7736 (describe-char-unicode-data): Use char-code-property-description.
7737 (describe-char): Add lines for describing Unicode-based character
7738 properties.
7739
7740 2008-02-01 Kenichi Handa <handa@m17n.org>
7741
7742 * textmodes/ispell.el: These changes are to fix the code merged
7743 from trunk for the change on 2008-02-01.
7744 (ispell-unified-chars-table): Delete it.
7745 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7746
7747 2008-02-01 Kenichi Handa <handa@m17n.org>
7748
7749 * international/mule-util.el (char-displayable-p): Check
7750 :charset-list property of CODING.
7751
7752 2008-02-01 Kenichi Handa <handa@m17n.org>
7753
7754 * international/mule-cmds.el (select-safe-coding-system-interactively):
7755 Change 'mime-charset to :mime-charset.
7756 (select-safe-coding-system): Use above.
7757 (set-language-environment): Delete unnecessary code for handling
7758 overriding-fontspec.
7759
7760 2008-02-01 Kenichi Handa <handa@m17n.org>
7761
7762 * international/mule-conf.el: New coding system aliases unix, dos,
7763 and mac.
7764
7765 2008-02-01 Kenichi Handa <handa@m17n.org>
7766
7767 * international/titdic-cnv.el (tit-process-header): Fix embedded
7768 coding tag.
7769 (titdic-convert): Bind coding-system-for-write to the coding
7770 system specfied in the map file. Remove `charset' property after
7771 decoding.
7772 (miscdic-convert): Bind coding-system-for-write to the coding
7773 system specfied for the map file. Fix LANGUAGE arg to
7774 quail-define-package.
7775 (batch-miscdic-convert): Check if a file is directory or not.
7776
7777 2008-02-01 Kenichi Handa <handa@m17n.org>
7778
7779 * international/mule.el (coding-system-equal): Move from mule-util.el.
7780
7781 * international/mule-util.el (coding-system-equal): Move to mule.el.
7782
7783 2008-02-01 Kenichi Handa <handa@m17n.org>
7784
7785 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7786 New function.
7787 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7788 Support multibyte charsets.
7789
7790 2008-02-01 Kenichi Handa <handa@m17n.org>
7791
7792 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7793 to eight-bit chars.
7794
7795 * international/mule-conf.el: Don't define coding system
7796 `undecided' here.
7797
7798 2008-02-01 Kenichi Handa <handa@m17n.org>
7799
7800 * international/mule-cmds.el (locale-language-names): Fix for
7801 gb18030 and gdk.
7802
7803 2008-02-01 Kenichi Handa <handa@m17n.org>
7804
7805 * international/fontset.el (font-encoding-alist): Add gbk.
7806 (charset-script-alist): Add chinese-gbk.
7807
7808 2008-02-01 Kenichi Handa <handa@m17n.org>
7809
7810 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7811
7812 2008-02-01 Kenichi Handa <handa@m17n.org>
7813
7814 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7815
7816 2008-02-01 Kenichi Handa <handa@m17n.org>
7817
7818 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7819 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7820 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7821
7822 2008-02-01 Kenichi Handa <handa@m17n.org>
7823
7824 * descr-text.el (describe-char): Fix for the case CODE is a cons
7825 of integers.
7826
7827 2008-02-01 Steven Tamm <steventamm@mac.com>
7828
7829 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7830 (mac-standard-fontset-spec): Create.
7831
7832 2008-02-01 Kenichi Handa <handa@m17n.org>
7833
7834 * international/mule-diag.el (unicode-data):
7835 Call find-file-noselect with NOWARN t.
7836
7837 2008-02-01 Kenichi Handa <handa@m17n.org>
7838
7839 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7840
7841 2008-02-01 Kenichi Handa <handa@m17n.org>
7842
7843 * international/characters.el: Give more CJK characters the
7844 category `|'.
7845
7846 * descr-text.el (describe-char): Make it work on *Help* buffer.
7847 Suppress auto-composition on a region describing about composition.
7848
7849 * language/european.el (diacritic-compose-region)
7850 (diacritic-compose-string, diacritic-composition-function):
7851 Compose diacritical marks only with a character whose syntax is
7852 word constituent.
7853 (diacritic-post-read-conversion): Delete it.
7854
7855 2008-02-01 Kenichi Handa <handa@m17n.org>
7856
7857 * composite.el (auto-compose-chars): Execute the main code in
7858 condition-case.
7859
7860 2008-02-01 Kenichi Handa <handa@m17n.org>
7861
7862 * international/fontset.el (x-complement-fontset-spec):
7863 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7864
7865 2008-02-01 Kenichi Handa <handa@m17n.org>
7866
7867 * international/characters.el (next-word-boundary-kana):
7868 Handle half-width kana.
7869
7870 2008-02-01 Kenichi Handa <handa@m17n.org>
7871
7872 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7873
7874 2008-02-01 Kenichi Handa <handa@m17n.org>
7875
7876 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7877
7878 * mail/rmail.el (rmail-decode-babyl-format):
7879 Use with-coding-priority instead of detect-coding-with-priority.
7880
7881 2008-02-01 Kenichi Handa <handa@m17n.org>
7882
7883 * international/mule.el (make-translation-table)
7884 (make-translation-table-from-vector): Set the second extra slot of
7885 the char table to 1.
7886 (make-translation-table-from-alist): Fix handling of multiple entries.
7887
7888 2008-02-01 Kenichi Handa <handa@m17n.org>
7889
7890 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
7891 New translation tables.
7892
7893 * international/mule.el (make-translation-table-from-alist):
7894 New function.
7895
7896 2008-02-01 Kenichi Handa <handa@m17n.org>
7897
7898 * international/mule.el (translate-region): Re-implement it here.
7899 Make it interactive.
7900
7901 2008-02-01 Kenichi Handa <handa@m17n.org>
7902
7903 * ps-mule.el (ps-mule-font-info-database): Doc fix.
7904
7905 2008-02-01 Kenichi Handa <handa@m17n.org>
7906
7907 * international/mule-conf.el (chinese-cns11643-15): New charset.
7908
7909 2008-02-01 Kenichi Handa <handa@m17n.org>
7910
7911 * international/fontset.el (font-encoding-alist): Add entries for
7912 variations of cns11643 fonts.
7913 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
7914
7915 2008-02-01 Kenichi Handa <handa@m17n.org>
7916
7917 * international/mule-diag.el (list-charset-chars): Put charset
7918 text property.
7919
7920 * international/fontset.el (setup-default-fontset): Delete the
7921 entry for symbol script, add JISX0213 to kana script, specify
7922 fallback fonts.
7923
7924 2008-02-01 Kenichi Handa <handa@m17n.org>
7925
7926 * international/fontset.el (setup-default-fontset)
7927 (font-encoding-alist): Register "JISX0213.2004-1".
7928
7929 * international/mule-diag.el (list-character-sets): Fix the first
7930 line message.
7931 (sort-listed-character-sets): Adjust for the change of
7932 list-characters-sets-1.
7933 (list-character-sets-1): List supplementary character sets in a
7934 different section.
7935 (list-charset-chars): Validate charset at early stage.
7936
7937 * international/characters.el: Fix `han' script range.
7938
7939 * international/mule-conf.el (japanese-jisx0213.2004-1):
7940 Specify :code-space.
7941 (cp932-2-byte): Fix :code-space.
7942 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
7943
7944 2008-02-01 Kenichi Handa <handa@m17n.org>
7945
7946 * international/mule-conf.el (japanese-jisx0213.2004-1):
7947 Specify :dimension 2.
7948
7949 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
7950 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
7951 New coding systems.
7952 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
7953 aliases.
7954 ("Japanese"): Add new charsets and coding systems.
7955
7956 2008-02-01 Kenichi Handa <handa@m17n.org>
7957
7958 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
7959 Rename from japanese-ucs-cp932-map.
7960 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
7961 (japanese-ucs-glibc-map): Delete this translation table.
7962 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
7963 New translation tables.
7964
7965 2008-02-01 Kenichi Handa <handa@m17n.org>
7966
7967 * cus-start.el: Handle charset-map-path, not charset-map-directory.
7968
7969 2008-02-01 Kenichi Handa <handa@m17n.org>
7970
7971 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7972
7973 2008-02-01 Kenichi Handa <handa@m17n.org>
7974
7975 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
7976 tables japanese-ucs-*-map.
7977
7978 2008-02-01 Kenichi Handa <handa@m17n.org>
7979
7980 * international/eucjp-ms.el: New file (automatically generated by
7981 admin/charsets/Makefile).
7982
7983 * international/cp51932.el: New file (automatically generated by
7984 admin/charsets/Makefile).
7985
7986 * language/japanese.el: Load cp51932 and eucjp-ms.
7987 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
7988 (japanese-ucs-glibc-map): New translation tables.
7989 (eucjp-ms): New coding system.
7990
7991 * international/mule.el (coding-system-put): Delete it.
7992 It's implemented in C now.
7993
7994 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
7995 (japanese-jisx0213-a): New supplementary charset.
7996 (japanese-jisx0213.2004-1): New charset.
7997
7998 2008-02-01 Kenichi Handa <handa@m17n.org>
7999
8000 * language/japanese.el (japanese-cp932): New coding system.
8001 (cp932): New alias of it.
8002
8003 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8004 (cp932): New charsets.
8005
8006 * international/mule.el (define-charset): If :code-space is not
8007 given, generate it from :dimension.
8008
8009 2008-02-01 Kenichi Handa <handa@m17n.org>
8010
8011 * composite.el (reference-point-alist): Doc fix.
8012 (encode-composition-rule, decode-composition-rule):
8013 Handle a rule (GREF NREF XOFF YOFF).
8014
8015 2008-02-01 Kenichi Handa <handa@m17n.org>
8016
8017 * language/european.el (diacritic-composition-function): Fix for
8018 the case that POS is at the head. Allow combining with more characters.
8019
8020 2008-02-01 Kenichi Handa <handa@m17n.org>
8021
8022 * descr-text.el (describe-char): Check `charset' property.
8023 Show the code point in the charset in hexadigits.
8024
8025 * international/mule-diag.el (stretches-for-character-list):
8026 Delete it.
8027 (list-block-of-chars): Use tabs instead of `display' property for
8028 aligning characters.
8029 (print-fontset-element): Fix the printing of XLFD.
8030
8031 2008-02-01 Kenichi Handa <handa@m17n.org>
8032
8033 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8034 New function.
8035 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8036 handling utf-8.
8037
8038 2008-02-01 Kenichi Handa <handa@m17n.org>
8039
8040 * faces.el (read-face-font): Include fontsets in the completion list.
8041
8042 * international/mule-cmds.el (set-locale-environment):
8043 Insert locale-translation-file-name in a unibyte buffer.
8044
8045 * international/characters.el: Fix setting of category `|'.
8046
8047 2008-02-01 Kenichi Handa <handa@m17n.org>
8048
8049 * language/chinese.el (chinese-gb18030): Fix :charset-list.
8050
8051 2008-02-01 Kenichi Handa <handa@m17n.org>
8052
8053 * international/mule-cmds.el (select-safe-coding-system): Fix for
8054 the case that the first element of default-coding-system is t.
8055 Fix a message when some coding systems are rejected.
8056
8057 2008-02-01 Kenichi Handa <handa@m17n.org>
8058
8059 * international/mule-cmds.el (set-language-environment): Put
8060 higher priority to charsets listed in `charset' property of the
8061 language environment.
8062
8063 2008-02-01 Kenichi Handa <handa@m17n.org>
8064
8065 * composite.el (auto-compose-chars): Don't do unnecessary
8066 save-exclusion and save-restriction.
8067
8068 2008-02-01 Kenichi Handa <handa@m17n.org>
8069
8070 * international/mule-conf.el (ctext-no-compositions):
8071 Remove garbage arguments.
8072
8073 * international/mule.el (make-coding-system): Fix generation of
8074 properties.
8075
8076 * international/fontset.el (setup-default-fontset): Specify fonts
8077 for `symbol' script.
8078
8079 * international/characters.el (script-list): Include `currency'
8080 in `symbol'.
8081
8082 2008-02-01 Alex Schroeder <alex@gnu.org>
8083
8084 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8085 8601 format (a capital T between the date and the time).
8086
8087 2008-02-01 Kenichi Handa <handa@m17n.org>
8088
8089 * international/mule.el (private-char-area-1-min)
8090 (private-char-area-1-max, private-char-area-2-min)
8091 (private-char-area-2-max, emacs-mule-charset-table): New variables.
8092 (convert-define-charset-argument): New function.
8093 (define-charset): Handle the old calling style.
8094 Update emacs-mule-charset-table.
8095 (make-char-internal): New function.
8096
8097 2008-02-01 Jason Rumney <jasonr@gnu.org>
8098
8099 * w32-charset-info-alist: Define iso10646-1 always.
8100
8101 2008-02-01 Kenichi Handa <handa@m17n.org>
8102
8103 * composite.el (compose-region): Doc fix (delete duplicated line).
8104
8105 2008-02-01 Kenichi Handa <handa@m17n.org>
8106
8107 * international/characters.el: Fix syntax for Ethiopic.
8108
8109 2008-02-01 Jason Rumney <jasonr@gnu.org>
8110
8111 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8112
8113 * makefile.w32-in (DONTCOMPILE): Remove old languages.
8114 Add international/latin1-disp.el.
8115 (LC_ALL): Define as C.
8116
8117 2008-02-01 Jason Rumney <jasonr@gnu.org>
8118
8119 * term/w32-win.el: Don't set fontsets to use sjis.
8120
8121 2008-02-01 Kenichi Handa <handa@m17n.org>
8122
8123 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8124 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8125
8126 2008-02-01 Kenichi Handa <handa@m17n.org>
8127
8128 * composite.el (auto-composition-chunk-size): Delete variable.
8129 (auto-compose-chars): Always stop after processing a newline.
8130
8131 2008-02-01 Kenichi Handa <handa@m17n.org>
8132
8133 * international/mule.el (define-coding-system): Fix attribute
8134 name :for-unibyte.
8135
8136 2008-02-01 Kenichi Handa <handa@m17n.org>
8137
8138 * ps-bdf.el: Largely re-write.
8139
8140 * ps-mule.el: Largely re-write.
8141
8142 * ps-print.el (ps-generate-string-list): Delete function.
8143 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8144 (ps-header-footer-string): Delete function.
8145 (ps-encode-header-string-function): New variable.
8146 (ps-generate-header-line): Call ps-encode-header-string-function.
8147 (ps-basic-plot-string-function): New variable
8148 (ps-begin-job): Set ps-basic-plot-string-function and
8149 ps-encode-header-string-function. For setting up headers and
8150 footers, don't use caches such as ps-rh-cache. Don't call
8151 ps-mule-begin-page.
8152 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8153 Don't call ps-mule-prepare-ascii-font.
8154 (ps-plot-region): Don't pay attention to composition and
8155 non-ASCII characters.
8156 (ps-generate): Call ps-mule-end-job.
8157 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8158 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8159 (ps-mule-end-job): Declare autoload.
8160
8161 * composite.el (auto-compose-region): New function.
8162
8163 2008-02-01 Dave Love <fx@gnu.org>
8164
8165 * international/mule-util.el
8166 (detect-coding-with-language-environment): Doc fix.
8167
8168 * composite.el: Doc fixes.
8169 (auto-compose-chars): Use functionp, not fboundp.
8170
8171 * international/mule-diag.el (list-charset-chars): Set buffer file
8172 coding system.
8173
8174 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8175 cookie. Doc fix.
8176
8177 2008-02-01 Dave Love <fx@gnu.org>
8178
8179 * international/mule-diag.el (list-charset-chars): Set buffer file
8180 coding system.
8181
8182 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8183 cookie. Doc fix.
8184
8185 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8186 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8187 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8188 * eshell/esh-opt.el (eshell-process-option):
8189 * emulation/keypad.el (keypad-setup):
8190 * emacs-lisp/lisp-mode.el (prin1-char):
8191 * emacs-lisp/generic.el (generic-mode-set-comments):
8192 * edmacro.el (edmacro-parse-keys):
8193 * disp-table.el (standard-display-default): Use characterp.
8194
8195 2008-02-01 Kenichi Handa <handa@m17n.org>
8196
8197 * international/mule-conf.el (utf-16-be): Make it an alias of
8198 utf-16be-with-signature.
8199 (utf-16-le): Make it an alias of utf-16le-with-signature.
8200 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8201 coding system aliases.
8202
8203 * international/utf-7.el (utf-7-decode, utf-7-encode):
8204 Use utf-16be, not utf-16-be.
8205
8206 2008-02-01 Kenichi Handa <handa@m17n.org>
8207
8208 * international/mule.el (coding-system-category): New function.
8209 (set-coding-priority): Re-write.
8210 (make-translation-table): Re-write.
8211
8212 * international/mule-cmds.el (universal-coding-system-argument):
8213 Check the coding system type `undecided', not `t'.
8214 (sort-coding-systems): Fix for iso-2022 coding systems.
8215 (find-multibyte-characters): Fix for eight-bit chars.
8216 (set-language-environment): Set charset priorities according to
8217 the charsets supported by the coding systems of higher priorities.
8218
8219 2008-02-01 Kenichi Handa <handa@m17n.org>
8220
8221 * font-lock.el
8222 (font-lock-match-c-style-declaration-item-and-skip-to-next):
8223 Check (match-end 2) before going there.
8224
8225 2008-02-01 Kenichi Handa <handa@m17n.org>
8226
8227 * international/mule.el (ctext-non-standard-designations-alist):
8228 Exclude entries for iso8859-1[03456]. Fix docstring.
8229 (ctext-pre-write-conversion): Make it work for the case that FROM
8230 is a string. Don't do unnecessary save-restriction and
8231 narrow-to-region.
8232
8233 2008-02-01 Kenichi Handa <handa@m17n.org>
8234
8235 * international/mule.el (ctext-non-standard-encodings-alist):
8236 Rename from non-standard-icccm-encodings-alist.
8237 (ctext-non-standard-encodings-regexp): New variable
8238 (ctext-post-read-conversion): Full rewrite.
8239 (ctext-non-standard-designations-alist): Rename from
8240 non-standard-designations-alist.
8241 (ctext-pre-write-conversion): Full rewrite.
8242 (define-coding-system): Doc fix (escape '"' by '\').
8243
8244 2008-02-01 Dave Love <fx@gnu.org>
8245
8246 * international/mule-conf.el (utf-16le, utf-16be-16be)
8247 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8248 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
8249 `-16-{b,l}e-' and define aliases for the old names.
8250
8251 * international/mule.el (define-coding-system): Doc fix.
8252
8253 2008-02-01 Dave Love <fx@gnu.org>
8254
8255 * international/utf-7.el: New file.
8256
8257 * international/mule-conf.el (utf-7): New.
8258
8259 2008-02-01 Kenichi Handa <handa@m17n.org>
8260
8261 * international/mule-conf.el (utf-16): Add :endian 'big.
8262
8263 * international/mule.el (define-coding-system): Fix docstring
8264 about :bom and :endian.
8265
8266 2008-02-01 Dave Love <fx@gnu.org>
8267
8268 * international/mule-diag.el (describe-character-set):
8269 Fix printing dimensions. Use `×', not `x'.
8270
8271 2008-02-01 Kenichi Handa <handa@m17n.org>
8272
8273 * international/fontset.el: Register CDAC fonts in
8274 face-font-rescale-alist instead of face-resizing-fonts.
8275
8276 2008-02-01 Kenichi Handa <handa@m17n.org>
8277
8278 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8279 (utf-16-be): Rename from utf-16-be-nosig.
8280 (utf-16-le-with-signature): Rename from utf-16-le.
8281 (utf-16-be-with-signature): Rename from utf-16-be.
8282 (utf-16): Set :bom to (utf-16-le-with-signature .
8283 utf-16-be-with-signature).
8284
8285 2008-02-01 Dave Love <fx@gnu.org>
8286
8287 * language/georgian.el (georgian-ps, georgian-academy): New coding
8288 system.
8289
8290 * language/chinese.el (chinese-big5-hkscs): New coding system.
8291 (big5-hkscs, cn-big5-hkscs): New aliases.
8292
8293 * international/mule-conf.el (big5-hkscs, georgian-academy):
8294 New charset.
8295 (ibm1047): Doc fix.
8296 (pt154): Add mime-charset.
8297 (ptcp154, cp154): New aliases.
8298
8299 2008-02-01 Dave Love <fx@gnu.org>
8300
8301 * international/mule.el (charset-iso-final-char, define-coding-system):
8302 Doc fix.
8303
8304 2008-02-01 Kenichi Handa <handa@m17n.org>
8305
8306 * international/ccl.el (define-ccl-program): Fset charset-id
8307 to charset-id-internal temporarily.
8308
8309 2008-02-01 Kenichi Handa <handa@m17n.org>
8310
8311 * international/mule-diag.el (list-block-of-chars):
8312 Use decode-char instead of make-char.
8313
8314 2008-02-01 Kenichi Handa <handa@m17n.org>
8315
8316 * international/fontset.el: Enable the default fontset to use
8317 unicode fonts for ASCII characters.
8318 (x-decompose-font-name): Don't try to resolve PATTERN by
8319 x-resolve-font-name.
8320 (x-complement-fontset-spec): Never prepend an ASCII font.
8321 (create-fontset-from-fontset-spec): If a fontset of the same name
8322 already exists, override it instead of signalling an error. Don't
8323 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
8324
8325 * international/mule-conf.el (unicode-bmp): Delete duplicated
8326 definition. Give it :code-offset 0.
8327
8328 * international/mule-diag.el (print-fontset-element): New function.
8329 (print-fontset): Use print-fontset-element to print the elements
8330 of a fontset. Use it also to print fonts fallen back to the
8331 default fontsets.
8332
8333 * term/x-win.el: Delete the code to create a fontset from the X
8334 resource "Font".
8335
8336 2008-02-01 Kenichi Handa <handa@m17n.org>
8337
8338 * international/mule-diag.el (print-fontset): Insert proper
8339 newline and indentation spaces.
8340
8341 2008-02-01 Dave Love <fx@gnu.org>
8342
8343 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8344 multibyte-char-to-unibyte.
8345
8346 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8347
8348 * international/mule-cmds.el (find-coding-systems-for-charsets):
8349 Use coding-system-type, coding-system-charset-list.
8350 (standard-keyboard-coding-systems): Delete.
8351 (set-locale-environment): Maybe set keyboard coding system.
8352 Avoid typical warning about codeset in C locale.
8353
8354 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8355
8356 * international/fontset.el (x-complement-fontset-spec): If a
8357 fontname doesn't conform to XLFD format, try to get XLFD name by
8358 x-list-fonts.
8359
8360 2008-02-01 Dave Love <fx@gnu.org>
8361
8362 * international/mule-conf.el (mik, pt154): New charsets.
8363
8364 * language/cyrillic.el (mik, pt154): New coding systems.
8365
8366 2008-02-01 Dave Love <fx@gnu.org>
8367
8368 * international/characters.el: Move parts around so that syntax
8369 definitions aren't overwritten wrongly.
8370
8371 * international/mule-diag.el (unicode-data): Fix treatment of
8372 numeric-value fields.
8373
8374 2008-02-01 Dave Love <fx@gnu.org>
8375
8376 * progmodes/cap-words.el: New file.
8377
8378 2008-02-01 Kenichi Handa <handa@m17n.org>
8379
8380 The following changes are to make character composition happen
8381 automatically on displaying.
8382
8383 * composite.el: Remove all autoload cookies.
8384 (composition-function-table): Move variable declaration from
8385 composite.c. Change format.
8386 (save-buffer-state): Copy from font-lock.el.
8387 (auto-composition-chunk-size): New variable.
8388 (auto-compose-chars): New function. Set
8389 auto-composition-function to it.
8390 (toggle-auto-composition): New function.
8391
8392 * international/characters.el: Make all chararacters in the
8393 charset tibetan to tibetan script.
8394
8395 * international/mule-conf.el (tibetan): Fix :code-space property.
8396 (tibetan-1-column): Delete :superset property, add :code-offset
8397 property.
8398
8399 * international/quail.el (quail-input-string-to-events): Don't
8400 generate compose-chars-after events.
8401
8402 * language/devanagari.el: Register devanagari-composable-function
8403 in composition-function-table for Devanagari characters.
8404
8405 * language/devan-util.el: Register devanagari-composable-pattern
8406 in indian-composable-pattern.
8407 (devanagari-composition-function): Add autoload cookie. Change
8408 arguments to conform to composition-function-table.
8409
8410 * language/european.el: Register combining characters in
8411 composition-function-table.
8412 (diacritic-composition-function): Change arguments to conform to
8413 composition-function-table.
8414
8415 * language/indian.el (indian-composable-pattern): New variable.
8416
8417 * language/ind-util.el (indian-compose-region): Don't call
8418 compose-chars-after, instead call a function registered in
8419 composition-function-table.
8420
8421 * language/lao.el: Register lao-composition-function in
8422 composition-function-table for Lao vowels and tones.
8423 (lao): Don't use lao-post-read-conversion.
8424
8425 * language/lao-util.el (lao-post-read-conversion): Delete this function.
8426 (lao-composition-function): Change arguments to conform to
8427 composition-function-table.
8428
8429 * language/thai.el: Register thai-composition-function in
8430 composition-function-table for Thai vowels and tones.
8431 (thai-tis620): Don't use thai-post-read-conversion.
8432
8433 * language/thai-util.el (thai-post-read-conversion): Delete function.
8434 (thai-composition-function): Change arguments to conform to
8435 composition-function-table.
8436
8437 * language/tibetan.el: Register tibetan-composition-function in
8438 composition-function-table for Tibetan characters.
8439
8440 * language/tibet-util.el (tibetan-composition-function):
8441 Change arguments to conform to composition-function-table.
8442
8443 * loadup.el: Load composite.
8444
8445 2008-02-01 Dave Love <fx@gnu.org>
8446
8447 * international/mule-diag.el (unicode-data): Find unicodedata-file
8448 literally.
8449
8450 2008-02-01 Dave Love <fx@gnu.org>
8451
8452 * international/fontset.el: Doc fixes.
8453 ("fontset-default"): Add iso8859-15.
8454
8455 2008-02-01 Kenichi Handa <handa@m17n.org>
8456
8457 * international/fontset.el ("fontset-default"): Add an entry for
8458 `indian-is13194' charset.
8459
8460 * international/mule-conf.el (indian-is13194): Delete :unify-map
8461 property. Don't unify this charset.
8462 (indian-2-column): Delete :superset property, add :code-offset property.
8463
8464 * language/devan-util.el: Delete the superfluous autoload cookie
8465 near the head of the file.
8466 (devanagari-compose-region): Add autoload cookie.
8467
8468 * language/ind-util.el (indian-2-column-to-ucs-region):
8469 Add autoload cookie.
8470
8471 2008-02-01 Kenichi Handa <handa@m17n.org>
8472
8473 * international/fontset.el ("fontset-default"): Add an entry for
8474 `devanagari' script and `malayalam-glyph' charset.
8475 (face-resizing-fonts): Register CDAC fonts.
8476
8477 * international/mule-conf.el (malayalam-glyph): New charset.
8478
8479 2008-02-01 Dave Love <fx@gnu.org>
8480
8481 * term/x-win.el: Fix typo in loop setting x-keysym-table.
8482
8483 2008-02-01 Dave Love <fx@gnu.org>
8484
8485 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8486
8487 * term/x-win.el: Remove some ancient compatibility code. Populate
8488 x-keysym-table.
8489
8490 * international/mule-cmds.el (wid-edit): Require when compiling.
8491 (set-locale-environment): Check locale against coding system
8492 aliases too.
8493
8494 2008-02-01 Kenichi Handa <handa@m17n.org>
8495
8496 * language/indian.el (in-is13194-devanagari):
8497 Fix :post-read-conversion and :pre-write-conversion.
8498
8499 2008-02-01 Dave Love <fx@gnu.org>
8500
8501 * international/mule-cmds.el (charset): Supply doc, :tag.
8502
8503 2008-02-01 Kenichi Handa <handa@m17n.org>
8504
8505 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8506 return a unibyte string.
8507
8508 2008-02-01 Kenichi Handa <handa@m17n.org>
8509
8510 * international/mule-cmds.el (set-locale-environment):
8511 Delete superfluous ')'s at the tail.
8512
8513 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8514
8515 * international/mule.el (define-coding-system): Fix typo;
8516 "docode" -> "decode".
8517
8518 2008-02-01 Dave Love <fx@gnu.org>
8519
8520 * emacs-lisp/byte-opt.el (side-effect-free-fns):
8521 Add string-make-unibyte string-make-multibyte string-to-multibyte
8522 string-as-multibyte string-as-unibyte.
8523
8524 2008-02-01 Dave Love <fx@gnu.org>
8525
8526 * language/english.el (ibm1047, cp1047): New.
8527
8528 * international/mule-conf.el (alternativnyj): Use new table.
8529 (cp866): Define standalone, not as alias.
8530 (ibm866): Change alias.
8531 (ibm1047): New.
8532
8533 * language/cyrillic.el (cyrillic-alternativnyj):
8534 Remove mime-charset. Use alternativnj charset.
8535 (cp866): Remove alias. Define standalone.
8536
8537 2008-02-01 Dave Love <fx@gnu.org>
8538
8539 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8540
8541 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8542 ("Tajik", "Belarusian"): Fix charset.
8543
8544 * international/mule-cmds.el (describe-language-environment):
8545 Be case-insensitive when looking for input methods.
8546 (locale-name-match): Doc fix.
8547 (locale-charset-match-p): New.
8548 (set-locale-environment): Warn if coding system doesn't agree
8549 with system locale.
8550
8551 2008-02-01 Kenichi Handa <handa@m17n.org>
8552
8553 * international/mule-cmds.el (select-safe-coding-system): If
8554 :mime-charset property of a coding system is not equal to that
8555 coding system, don't show that :mime-charset name.
8556
8557 2008-02-01 Dave Love <fx@gnu.org>
8558
8559 * international/quail.el (quail-help): Fix underlining.
8560
8561 * language/chinese.el (chinese-gb18030, gb18030)
8562 ("Chinese-GB18030"): New.
8563
8564 * international/mule-cmds.el (locale-language-names): Add GB18030.
8565
8566 * international/swedish.el: Don't require latin-1.
8567
8568 2008-02-01 Dave Love <fx@gnu.org>
8569
8570 * language/czech.el ("Czech"):
8571 * language/slovak.el ("Slovak"):
8572 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8573
8574 * language/greek.el ("Greek"): Remove unibyte-syntax property.
8575 (cp737): New coding system.
8576
8577 * language/european.el: Remove unibyte-syntax properties.
8578 Augment some coding-system properties.
8579
8580 * international/mule-cmds.el (set-language-environment):
8581 Check for charset property of environment.
8582 (language-info-alist): Doc fix.
8583
8584 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8585
8586 * international/characters.el: Add Latin-1.
8587
8588 * international/latin-1.el, international/latin-2.el,
8589 * international/latin-3.el, international/latin-4.el,
8590 * international/latin-5.el, international/latin-8.el,
8591 * international/latin-9.el: Delete.
8592
8593 * loadup.el: Remove international/latin-N.el.
8594
8595 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8596 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8597 Undo last changes.
8598
8599 * international/mule-diag.el (unicode-data): Check that
8600 `unicodedata-file' exists.
8601
8602 2008-02-01 Kenichi Handa <handa@m17n.org>
8603
8604 * international/fontset.el (charset-script-alist): Fix script names.
8605
8606 2008-02-01 Kenichi Handa <handa@m17n.org>
8607
8608 * international/latin-1.el: Bind set-case-syntax-charset to
8609 iso-8859-1. Never provide latin-1.
8610
8611 * international/latin-2.el: Bind set-case-syntax-charset to
8612 iso-8859-2. Never provide latin-2.
8613
8614 * international/latin-3.el: Bind set-case-syntax-charset to
8615 iso-8859-3. Never provide latin-3.
8616
8617 * international/latin-4.el: Bind set-case-syntax-charset to
8618 iso-8859-4. Never provide latin-4.
8619
8620 * international/latin-5.el: Bind set-case-syntax-charset to
8621 iso-8859-9. Never provide latin-5.
8622
8623 * international/latin-8.el: Bind set-case-syntax-charset to
8624 iso-8859-14. Never provide latin-8.
8625
8626 * international/latin-9.el: Bind set-case-syntax-charset to
8627 iso-8859-15. Never provide latin-9.
8628
8629 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8630 (set-case-syntax-charset): New variable.
8631 (set-case-syntax-1): New function.
8632 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8633 Call set-case-syntax-1 on arguments.
8634
8635 * international/mule-cmds.el (set-language-environment): Delete
8636 unnecessary setup of syntax/case for unibyte case.
8637
8638 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8639
8640 * international/fontset.el (generate-fontset-menu): Exclude the
8641 default fontset.
8642
8643 * faces.el (describe-face): Describe :fontset property too.
8644
8645 2008-02-01 Dave Love <fx@gnu.org>
8646
8647 * international/characters.el: Don't set char width of CJK
8648 charsets generally. Add some non-word syntax cases.
8649 (korean-ksc5601): Fix ranges with symbol syntax.
8650
8651 2008-02-01 Dave Love <fx@gnu.org>
8652
8653 * Makefile.in (DONTCOMPILE): Add indian.el.
8654
8655 * language/ind-util.el:
8656 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8657 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8658 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8659 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8660 Remove declarations and let-bind them in re-written top-level loop
8661 over scripts, including ucs-devanagari-to-is13194-alist.
8662
8663 2008-02-01 Dave Love <fx@gnu.org>
8664
8665 * international/mule-cmds.el (charset): Move.
8666 (language-info-custom-alist): Move. Alter :set.
8667 (find-coding-systems-for-charsets): Check charset type before
8668 getting :charset-list.
8669
8670 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8671
8672 2008-02-01 Dave Love <fx@gnu.org>
8673
8674 * wid-edit.el (widget-string-complete): New.
8675 (widget-coding-system-prompt-value-history): Delete.
8676 (coding-system): Use coding-system-value-history.
8677
8678 * international/mule-cmds.el (charset): New widget.
8679 (language-info-custom-alist): Use it.
8680 (default-input-method): Modify :type.
8681
8682 2008-02-01 Dave Love <fx@gnu.org>
8683
8684 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8685 (indian-glyph-char, indian-char-glyph): Delete.
8686 (is13194-default-repertory): Rename from is13194-default-repartory.
8687 (iscii-to-ucs-region): Hoist evals from loop.
8688
8689 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8690
8691 * language/indian.el (indian-script-table)
8692 (ccl-encode-indian-glyph-font): Delete.
8693
8694 * international/mule-cmds.el (language-info-custom-alist): New.
8695 (input-method-activate-hook, input-method-inactivate-hook)
8696 (input-method-after-insert-chunk-hook)
8697 (input-method-use-echo-area, set-language-environment-hook)
8698 (exit-language-environment-hook): Customize.
8699 (find-coding-systems-for-charsets): Rewrite.
8700 (default-input-method): Add :link.
8701
8702 2008-02-01 Dave Love <fx@gnu.org>
8703
8704 * international/mule-conf.el (eight-bit): Add :docstring,
8705 :short-name properties.
8706 (cp851): Doc fix.
8707 (unicode-bmp): New.
8708
8709 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8710
8711 * language/european.el (cp858): New.
8712 ("Turkish"): Add special case rules.
8713
8714 2008-02-01 Dave Love <fx@gnu.org>
8715
8716 * international/characters.el: Make Ÿ and ÿ a case pair.
8717
8718 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8719
8720 * international/mule-conf.el: Don't define the charset iso-8859-1
8721 here, just setup its properties.
8722
8723 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8724
8725 * international/mule-conf.el (utf-8): Give :mime-charset property.
8726
8727 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8728
8729 * international/characters.el: Remove duplicated case setting for
8730 Cyrillic and Greek letters. Don't setup printable-chars here.
8731
8732 * case-table.el (describe-buffer-case-table): Handle the case
8733 that KEY is a cons within map-char-table.
8734
8735 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8736
8737 * international/characters.el: Fix categories ?A and ?C.
8738 Treat ASCII characters as `latin' script.
8739
8740 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8741
8742 * international/fontset.el (fontset-plain-name): If the fontset
8743 name doesn't ends with "-fontset-*", use family name as the first
8744 part of the plain name.
8745 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8746 created, use that name for the fontset. Fix arguments to
8747 subst-char-in-string.
8748
8749 2008-02-01 Dave Love <fx@gnu.org>
8750
8751 * term.el (term-char-mode): Remove generic-character-list code.
8752
8753 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8754
8755 * wid-edit.el (character): Use characterp.
8756
8757 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8758
8759 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8760
8761 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8762 Add charset.
8763 ("Ukrainian"): New.
8764
8765 * language/georgian.el (georgian-ps): New coding system.
8766
8767 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8768
8769 * international/mule-cmds.el (reset-language-environment):
8770 Don't set nonascii-translation-table and nonascii-insert-offset.
8771 Call set-unibyte-charset, not set-primary-charset.
8772 (nonascii-translation-table, nonascii-insert-offset):
8773 Declare these variable as obsolete ones.
8774 (set-language-environment): Call set-unibyte-charset, not
8775 set-primary-charset. Call set-charset-priority with `charset'
8776 info of the language environment.
8777
8778 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8779
8780 * international/characters.el (next-word-boundary-han):
8781 Don't treat katakana following han characters as a part of a word.
8782
8783 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8784
8785 * international/characters.el: Call map-charset-chars on big5 (not
8786 chinese-big5-1/2) to set categories `c', `C', and `|'.
8787 (next-word-boundary-han, next-word-boundary-kana): New function.
8788 Register it in next-word-boundary-function-table.
8789
8790 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8791
8792 * arc-mode.el (archive-file-name-coding-system): New variable.
8793 Make it permanent-local.
8794 (byte-after, bref, insert-unibyte): New function. Change most of
8795 char-after, aref, insert to them respectively.
8796 (archive-mode): Set archive-file-name-coding-system.
8797 (archive-summarize): Don't change the buffer's multibyteness.
8798 (archive-extract): Inherit archive-file-name-coding-system from
8799 archive-superior-buffer. Bind coding-system-for-write to
8800 archive-file-name-coding-system.
8801 (archive-*-write-file-member): Encode ENAME by
8802 archive-file-name-coding-system. Bind coding-system-for-write to
8803 no-conversion.
8804 (archive-rename-entry): Encode the filename by
8805 archive-file-name-coding-system.
8806 (archive-mode-revert): Don't change the buffer's multibyteness.
8807 (archive-arc-summarize, archive-lzh-summarize)
8808 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8809 Decode filenames by archive-file-name-coding-system.
8810 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8811 the buffer's multibyteness.
8812
8813 * tar-mode.el (tar-file-name-coding-system): New variable.
8814 Make it permanent-local.
8815 (tar-header-block-tokenize): Decode filename and linkname by
8816 tar-file-name-coding-system.
8817 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8818 the byte value of eight-bit chars.
8819 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8820 `to'. Delete unnecessary call of position-bytes.
8821 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8822 call of position-bytes.
8823 (tar-extract): Simplify by calling decode-coding-region with
8824 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8825 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8826 (tar-clear-modification-flags): Delete unnecessary call of
8827 position-bytes.
8828 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8829 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8830 Convert new-data-string by string-to-multibyte before inserting it.
8831 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8832 buffer. Simplify by calling encoding-coding-region with
8833 DESTINATION argument.
8834 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8835
8836 2008-02-01 Dave Love <fx@gnu.org>
8837
8838 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8839
8840 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8841
8842 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8843
8844 * international/characters.el: Setup char-script-table.
8845
8846 * international/fontset.el: Setup the default fontset by the new
8847 script-based way.
8848 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8849 an alist of charsets vs font name lists.
8850 (charset-script-alist): New variable.
8851 (create-fontset-from-fontset-spec): Allow script name in
8852 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8853 to the corresponding script name.
8854 (create-fontset-from-ascii-font): Slight tuning.
8855
8856 * international/mule-conf.el (devanagari-glyph): New charset.
8857 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8858 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8859 japanese-jisx0213-2.
8860
8861 * international/mule-diag.el (print-fontset): Use describe-vector
8862 to handle a char table returned by fontset-info.
8863
8864 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8865 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8866
8867 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8868
8869 * international/mule-util.el (detect-coding-with-priority):
8870 Fix the place of using `,' marker in backquote form.
8871
8872 2008-02-01 Dave Love <fx@gnu.org>
8873
8874 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8875
8876 * international/mule-util.el (with-coding-priority): Fix.
8877
8878 * international/mule.el (set-coding-priority): Fix obsolete spec.
8879
8880 2008-02-01 Dave Love <fx@gnu.org>
8881
8882 * international/mule-cmds.el (leim-list-header): Add coding tag.
8883
8884 2008-02-01 Dave Love <fx@gnu.org>
8885
8886 * international/mule-cmds.el (find-coding-systems-region)
8887 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8888 (input-method-verbose-flag): Fix :type.
8889
8890 2008-02-01 Dave Love <fx@gnu.org>
8891
8892 * international/mule.el (set-char-table-default): Make obsolete.
8893
8894 2008-02-01 Dave Love <fx@gnu.org>
8895
8896 * language/devanagari.el ("Devanagari"): Fix coding-system,
8897 coding-priority.
8898
8899 * international/mule-diag.el (describe-char-after): Modify display
8900 list processing.
8901 (unicodedata-file, unicodedata-find): New.
8902
8903 2008-02-01 Dave Love <fx@gnu.org>
8904
8905 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
8906 autoload cookie.
8907
8908 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
8909
8910 2008-02-01 Dave Love <fx@gnu.org>
8911
8912 * international/mule-util.el (detect-coding-with-priority): Rewrite.
8913
8914 2008-02-01 Dave Love <fx@gnu.org>
8915
8916 * composite.el (compose-string): Doc fix.
8917
8918 * language/georgian.el ("Georgian"): Delete code-pages feature,
8919 add nonascii-translation.
8920
8921 * language/european.el ("German", "French", "Spanish"):
8922 Add latin-9 as alternative coding system.
8923 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
8924 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
8925 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
8926 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
8927 system.
8928
8929 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
8930 encode-coding-char.
8931 (side-effect-and-error-free-fns): Add charsetp, max-char,
8932 primary-charset.
8933
8934 * simple.el: Don't require cl when compiling.
8935
8936 * Makefile.in (DONTCOMPILE): Fix duplicates.
8937
8938 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
8939
8940 * international/mule.el: Doc fixes.
8941 (load-with-code-conversion): Fix coding-system-type test.
8942
8943 * international/mule-cmds.el (sort-coding-systems): Comment out
8944 iso-2022 case.
8945 (encoded-string-description): Fix coding-system-type test.
8946
8947 2008-02-01 Dave Love <fx@gnu.org>
8948
8949 * international/characters.el: Make korean-ksc5601 double-width.
8950
8951 * international/mule.el (auto-coding-regexp-alist):
8952 Recognize Emacs 20/1 byte-compiled files.
8953
8954 * international/mule-conf.el (file-coding-system-alist):
8955 Change .elc to utf-8-emacs.
8956
8957 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
8958 of utf-8-emacs.
8959 (byte-compile-insert-header): Update magic number. Add ballast.
8960 (map-char-table): Use byte-compile-funarg-2.
8961
8962 2008-02-01 Dave Love <fx@gnu.org>
8963
8964 * language/cyrillic.el ("Belarusian"): Doc fix.
8965 (cp1125, koi8-t): Doc fix.
8966
8967 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
8968 (find-multibyte-characters): Don't test for charset `unknown'.
8969 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
8970 ru, sr_YU, tg, wa, zh.gbk.
8971 (locale-language-names): Change sp to Cyrillic.
8972 (locale-charset-language-names): Match @euro after utf-8.
8973
8974 2008-02-01 Dave Love <fx@gnu.org>
8975
8976 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
8977 New coding systems.
8978 ("Chinese-GBK"): New environment.
8979
8980 * language/thai-util.el: Remove redundant unicodes in category-setting.
8981
8982 * language/lao-util.el: Remove redundant unicodes in category-setting.
8983
8984 * international/mule-conf.el (japanese-jisx0213-1)
8985 (japanese-jisx0213-2): Add unify-map.
8986
8987 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8988
8989 * international/quail.el (quail-update-leim-list-file):
8990 Force writing the file by iso-2022-7bit.
8991
8992 * international/titdic-cnv.el (miscdic-convert): Force writing the
8993 file by iso-2022-7bit.
8994
8995 * international/mule.el (define-charset): Change the attribute
8996 :parents to :subset or :superset.
8997
8998 * international/mule-conf.el: Adjust for the change of
8999 define-charset (:parent -> :subset or :superset).
9000
9001 * international/characters.el: Fix the last change.
9002
9003 2008-02-01 Dave Love <fx@gnu.org>
9004
9005 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9006 (cyrillic-encode-alternativnyj-char): Fix.
9007 (standard-display-cyrillic-translit): Remove redundant unicodes.
9008
9009 2008-02-01 Dave Love <fx@gnu.org>
9010
9011 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9012 New environments.
9013
9014 * international/mule-conf.el (control-1): New charset.
9015 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9016 (korean-ksc5601): Redefine to use code-offset and unify-map.
9017
9018 2008-02-01 Dave Love <fx@gnu.org>
9019
9020 * international/mule-conf.el (tcvn-5712): New charset.
9021
9022 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9023 ("Vietnamese"): Doc fix.
9024
9025 2008-02-01 Dave Love <fx@gnu.org>
9026
9027 * international/mule-conf.el (windows-936): New alias.
9028
9029 * cus-start.el: Add scalable-fonts-allowed.
9030
9031 * international/characters.el: Reinstate various CJK syntax and
9032 category setup. Remove obsolete syntax setting in Greek section.
9033 Optimize the char tables.
9034
9035 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9036
9037 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9038
9039 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9040 coding systems.
9041
9042 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9043
9044 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9045
9046 * international/characters.el (printable-chars): Setup correctly.
9047
9048 2008-02-01 Dave Love <fx@gnu.org>
9049
9050 * cus-start.el: Add selection-coding-system.
9051
9052 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9053
9054 * language/china-util.el (post-read-decode-hz)
9055 (pre-write-encode-hz): Move from chinese.el.
9056 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9057 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9058
9059 * language/chinese.el (post-read-decode-hz)
9060 (pre-write-encode-hz): Move to china-util.el.
9061
9062 * case-table.el (set-case-syntax-pair): Test again for equal byte
9063 lengths of the pair.
9064
9065 * international/characters.el: Add Vietnamese category to
9066 equivalent unicodes.
9067
9068 2008-02-01 Dave Love <fx@gnu.org>
9069
9070 * international/mule-conf.el (chinese-sisheng, ipa)
9071 (indian-is13194, tibetan, ethiopic): Add :unify-map.
9072
9073 * international/mule-diag.el (describe-character-set): Account for
9074 more than two dimensions of possibly different size.
9075 (describe-current-coding-system): Add selection-coding-system.
9076
9077 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9078 (unify-8859-on-decoding-mode): Move from mule.el.
9079
9080 * international/mule.el (unify-8859-on-encoding-mode)
9081 (unify-8859-on-decoding-mode): Remove :init-value.
9082 (charset-chars): Add optional dimension arg.
9083 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9084 Move to mule-cmds.el.
9085
9086 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9087
9088 * international/fontset.el: Change registry for japanese-jisx0208
9089 to "JISX0208*" in the default fontset.
9090 (font-encoding-alist): Add an entry for "JISX0208.1983" and
9091 "ISO10646.indian-1".
9092
9093 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9094
9095 * language/japanese.el (japanese-iso-7bit-1978-irv):
9096 Add `designation' to :flags, `ascii' to :charset-list.
9097
9098 * international/mule.el (define-charset): New args :min-code and
9099 :max-code.
9100 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9101
9102 * international/mule-conf.el (chinese-gbk): Change :code-offset to
9103 #x160000.
9104 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9105 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9106
9107 2008-02-01 Dave Love <fx@gnu.org>
9108
9109 * language/thai.el (iso-8859-11): New coding system.
9110
9111 * international/mule-conf.el: Doc fixes.
9112 (iso-8859-11): New.
9113
9114 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
9115
9116 * cus-start.el (scalable-fonts-allowed): Add.
9117
9118 2008-02-01 Dave Love <fx@gnu.org>
9119
9120 * international/mule.el (unify-8859-on-encoding-mode)
9121 (unify-8859-on-decoding-mode): Dummy versions.
9122
9123 * international/ucs-tables.el: Remove.
9124
9125 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9126 language/japanese.el.
9127
9128 * international/mule-conf.el: Doc fixes.
9129 (cp936): New alias.
9130 (cp720, cp858): New charsets.
9131
9132 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9133 coding system, not emacs-mule.
9134
9135 * files.el (revert-buffer, recover-file): Likewise.
9136
9137 * desktop.el (desktop-save): Likewise.
9138
9139 2008-02-01 Dave Love <fx@gnu.org>
9140
9141 * international/mule.el (with-category-table): Use make-symbol.
9142 (coding-system-list): Use coding-system-aliases.
9143 (make-translation-table): Don't deal with generic characters.
9144
9145 * international/mule-util.el (coding-system-post-read-conversion)
9146 (coding-system-pre-write-conversion)
9147 (coding-system-translation-table-for-decode)
9148 (coding-system-translation-table-for-encode): Get the right properties.
9149 (with-coding-priority): New macro.
9150 (detect-coding-with-language-environment): Use it.
9151 (coding-system-equal): Use coding-system-plist.
9152
9153 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9154 Use :valid property.
9155
9156 * international/mule-cmds.el (encode-coding-char):
9157 Use find-coding-systems-string. Don't use make-char.
9158 (describe-language-environment): Use coding-system-aliases.
9159 (prefer-coding-system): Doc fix.
9160
9161 * international/mule-diag.el (describe-current-coding-system):
9162 Fix aliases listing.
9163 (print-iso-2022-flags): Delete.
9164 (print-designation): Partial re-write.
9165 (describe-coding-system): Deal with iso-2022 designations, flags.
9166 Fix shift_jis case.
9167 (describe-char-after): Use characterp. Print explicit unicode.
9168 Remove some obsolete code.
9169 (print-coding-system-briefly): Fix printing aliases.
9170 (print-coding-system): Use coding-system-aliases.
9171 (mule-diag): Don't list coding categories.
9172
9173 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
9174 Re-order charset priorities.
9175 (binary): New alias.
9176 (iso-8859-16): Fix nickname.
9177 (define-iso-single-byte-charset): Un-define after use.
9178
9179 2008-02-01 Dave Love <fx@gnu.org>
9180
9181 * international/characters.el: Additional double width specifications.
9182
9183 * international/mule-diag.el (print-coding-system): Incomplete updates.
9184 (describe-character-set): List more properties.
9185 (print-fontset): Fix case of vector font-spec.
9186 (describe-current-coding-system): Fix iso-7, iso-7-else.
9187
9188 * international/mule-conf.el (ibm866): Fix alias.
9189 (iso-8859-16): Fix nickname.
9190
9191 2008-02-01 Dave Love <fx@gnu.org>
9192
9193 * language/ind-util.el: Avoid decode-char.
9194 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9195 Use characterp, not char-valid-p.
9196
9197 * language/devan-util.el: Add coding tag, avoid decode-char.
9198
9199 * international/titdic-cnv.el: Add coding tag.
9200 (tit-process-header): Add coding tag to output.
9201
9202 * language/thai.el (cp874, ibm874): New coding systems.
9203
9204 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9205 Add character-p.
9206
9207 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9208 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9209 New coding systems.
9210 <set-language-info-alist>: Avoid decode-char.
9211
9212 * language/hebrew.el (cp862, ibm862): New coding systems.
9213
9214 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9215
9216 * language/cyrillic.el (cp855, ibm855): New coding systems.
9217
9218 * international/mule-conf.el: Avoid decode-char in top-level code
9219 for self-inserting multibyte chars.
9220 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9221 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9222 New charsets.
9223
9224 * international/characters.el: Various simplifications and additions.
9225
9226 2008-02-01 Dave Love <fx@gnu.org>
9227
9228 * international/mule-conf.el (code-pages): Provide, for compatibility.
9229
9230 * international/code-pages.el: Remove.
9231
9232 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9233
9234 * Makefile.in: Cancel the 2008-02-01 change of mine.
9235
9236 * international/fontset.el: Add setting for unicode font at the
9237 end of the default fontset.
9238
9239 2008-02-01 Dave Love <fx@gnu.org>
9240
9241 * international/mule-conf.el (adobe-standard-encoding, symbol):
9242 Adjust :code-space.
9243 (ibm850): Add :ascii-compatible-p.
9244
9245 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9246
9247 * international/mule-conf.el (vietnamese-viscii-lower)
9248 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9249 mapping table.
9250
9251 2008-02-01 Dave Love <fx@gnu.org>
9252
9253 * cus-start.el: Add charset-map-directory.
9254
9255 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9256
9257 * format.el (format-alist): Remove ibm, mac, hp entries (available
9258 natively).
9259
9260 * language/romanian.el (iso-latin-10): Add :mime-charset.
9261 ("Romanian"): Add doc.
9262
9263 * international/mule-conf.el (iso-8859-10, symbol)
9264 (adobe-standard-encoding, ibm850): New charsets.
9265 (iso-8859-13): Fix IR number, final char.
9266 (file-coding-system-alist): Add .xml.
9267
9268 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9269 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9270 (adobe-standard-encoding, cp850, ibm850): New coding systems.
9271 ("Latin-6", "Latin-7"): New language environments.
9272
9273 2008-02-01 Dave Love <fx@gnu.org>
9274
9275 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9276 utf-8-subst; add vietnamese, cyrillic, czech.
9277
9278 * language/romanian.el (iso-latin-10): New coding system.
9279
9280 * international/mule-conf.el (emacs-mule): Set :charset-list,
9281 consistent with coding-system-charset-list doc.
9282 (iso-8859-16): New charset.
9283
9284 * international/mule-diag.el (describe-coding-system): Avoid error
9285 for iso-2022, emacs-mule.
9286
9287 2008-02-01 Dave Love <fx@gnu.org>
9288
9289 * international/codepage.el: Remove or comment out most of code.
9290 (codepage-setup): Re-write as trivial, obsolete function.
9291
9292 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9293 Remove setup function.
9294
9295 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9296
9297 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9298 language/cyrillic.el, language/czech.el.
9299
9300 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9301 (font-ccl-encoder-alist): Remove viscii, vscii.
9302
9303 * language/hebrew.el (windows-1255, cp1255): New coding systems.
9304
9305 * language/european.el (windows-1254, cp1254, windows-1257)
9306 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9307 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9308
9309 * language/greek.el (windows-1253, cp1253): New coding systems.
9310
9311 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9312 file name.
9313 (windows-1253, windows-1254, windows-1255, windows-1256)
9314 (windows-1257, windows-1258, next): New charsets.
9315
9316 * international/utf-8.el, international/utf-8-subst.el: Remove.
9317
9318 * international/mule.el: Doc fixes.
9319 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9320 (coding-system-get): Try to convert old-style symbol to keyword.
9321 (define-charset): Purecopy strings in property list.
9322 (define-coding-system): Purecopy docstring.
9323
9324 * international/mule-diag.el (list-character-sets-2): Avoid
9325 charset-bytes.
9326 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9327 (list-block-of-chars): Re-write.
9328 (describe-character-set): Show more properties.
9329 (describe-char-after): Correct codepoint display.
9330 (print-coding-system): Use symbolic types.
9331
9332 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9333
9334 * Makefile.in: Be sure also to run emacs with LANG=C.
9335
9336 2008-02-01 Dave Love <fx@gnu.org>
9337
9338 * international/mule-diag.el: Doc fixes.
9339 (sort-charset-list, charset-multibyte-form-string): Remove.
9340 (list-character-sets, list-character-sets-1)
9341 (list-character-sets-2): Re-write.
9342 (non-iso-charset-alist): Set to nil and made obsolete.
9343 (decode-codepage-char): Re-write and made obsolete.
9344 (read-charset): Don't use non-iso-charset-alist.
9345 (describe-coding-system): Use keyword properties.
9346 (describe-character-set): Re-write.
9347
9348 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9349 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9350 (ebcdic-uk): New charsets.
9351
9352 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9353 New coding systems.
9354
9355 * language/european.el (windows-1252): New coding system.
9356
9357 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9358
9359 * Makefile.in: By sure to run emacs with LC_ALL=C.
9360
9361 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9362 encoded-kbd-self-insert-iso2022-8bit with argument 1.
9363 (encoded-kbd-self-insert-charset): New function.
9364 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9365 coding-system of type charset.
9366
9367 2008-02-01 Dave Love <fx@gnu.org>
9368
9369 * international/mule-cmds.el (set-locale-environment): Comment out
9370 set-keyboard-coding-system stuff.
9371
9372 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9373
9374 * international/mule.el (define-coding-system): Doc fix;
9375 sjis->shift-jis.
9376
9377 * international/mule-conf.el: Use decode-char instead of make-char.
9378
9379 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9380 New arg ARG. Directly call self-insert-command. This is a
9381 temporary workaround to make it work with latin-1.
9382 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9383
9384 * international/characters.el: Setup char-width-table for CJK
9385 characters.
9386
9387 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9388
9389 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9390 Fix the initial value to specify character range of
9391 japanese-jisx0208, not unicode.
9392
9393 * international/characters.el: Set syntax/category for
9394 japanese-jisx0208.
9395
9396 2008-02-01 Dave Love <fx@gnu.org>
9397
9398 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9399 mime-charset.
9400
9401 * language/vietnamese.el, language/korean.el, language/japanese.el:
9402 * language/hebrew.el, language/greek.el, language/chinese.el:
9403 Fix :mime-charset properties.
9404
9405 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9406 (cyrillic-alternativnyj): Fix :mime-charset.
9407 (cp878, cp866): New alias.
9408
9409 * language/european.el: Fix mime-charset properties.
9410
9411 * international/mule-cmds.el (sort-coding-systems)
9412 (select-safe-coding-system, select-message-coding-system): Use
9413 :mime-charset, not 'mime-charset.
9414
9415 * international/mule-conf.el: Add various :mime-charset properties.
9416
9417 2008-02-01 Dave Love <fx@gnu.org>
9418
9419 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9420 getting decoder.
9421 (encoded-kbd-mode): Fix code for coding system type and designations.
9422
9423 * international/mule-conf.el: Spelling fixes.
9424
9425 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9426
9427 * international/fontset.el (fontset-plain-name): Handle the case
9428 that size, weight, slant are not specified in the fontset name.
9429
9430 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9431
9432 * language/greek.el (greek-iso-8bit): Fix typo.
9433
9434 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9435
9436 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9437
9438 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9439
9440 * international/characters.el: Change encoding to utf-8-emacs.
9441 Remove apparent duplicate codes.
9442
9443 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9444
9445 * international/fontset.el: Change the registry for
9446 chinese-gb2312 and add the registry for chinese-gbk.
9447
9448 * international/mule.el (charset-chars): Fix typo.
9449
9450 * international/mule-conf.el (chinese-gbk): New charset.
9451
9452 * international/titdic-cnv.el (titdic-convert): Read into a
9453 unibyte buffer then make the buffer multibyte.
9454
9455 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9456
9457 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9458 instead of :signature.
9459
9460 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9461
9462 * language/czech.el ("Czech"): Set `iso-8859-2' for
9463 `nonascii-translation'.
9464
9465 * language/romanian.el ("Romanian"): Likewise.
9466
9467 * language/slovak.el ("Slovak"): Likewise.
9468
9469 * international/characters.el: Optimize calls of modify-category-entry.
9470
9471 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9472
9473 * bindings.el: Don't bind multibyte characters to
9474 self-insert-command here. It's done in mule-conf.el.
9475
9476 * case-table.el (set-case-syntax-offset): Delete variable.
9477 (set-case-syntax-1): Delete function. Change callers.
9478 (set-case-syntax-delims): Don't check byte length of characters.
9479
9480 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9481 characters to isearch-printing-char.
9482
9483 * loadup.el: Don't load "international/utf-8". Don't call
9484 update-coding-systems-internal. Bind coding-system-for-write to
9485 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
9486 dumping.
9487
9488 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9489 change of map-char-table.
9490
9491 * eshell/esh-mode.el: Adjust for the change of map-char-table.
9492
9493 * international/characters.el: Adjust for the deletion of
9494 generic characters.
9495
9496 * international/code-pages.el (cp-make-translation-table)
9497 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
9498 (cp-make-coding-system): Call define-coding-system.
9499
9500 * international/fontset.el: Rewrite most code.
9501
9502 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9503 Call encode-char instead of split-char.
9504
9505 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9506 Change value.
9507 (skkdic-lookup-key): Call encode-char instead of split-char.
9508
9509 * international/titdic-cnv.el (titdic-convert): Bind
9510 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
9511 buffer.
9512
9513 * international/latin-1.el: Don't bind set-case-syntax-offset.
9514
9515 * international/latin-2.el: Don't bind set-case-syntax-offset.
9516
9517 * international/latin-3.el: Don't bind set-case-syntax-offset.
9518
9519 * international/latin-4.el: Don't bind set-case-syntax-offset.
9520
9521 * international/latin-5.el: Don't bind set-case-syntax-offset.
9522
9523 * international/latin-8.el: Don't bind set-case-syntax-offset.
9524
9525 * international/latin-9.el: Don't bind set-case-syntax-offset.
9526
9527 * international/mule-cmds.el: Don't use coding category.
9528 Call set-coding-system-priority instead of set-coding-priority.
9529 (sort-coding-systems, select-safe-coding-system):
9530 Call coding-system-priority-list to get the most preferred one.
9531 (reset-language-environment): Order of coding system priority
9532 changed. Set primary charset to iso-8859-1.
9533 (set-language-environment-coding-systems):
9534 Call set-coding-system-priority instead of set-coding-priority.
9535 (get-charset-property, put-charset-property): Move to mule.el.
9536
9537 * international/mule-conf.el: Ful re-write.
9538
9539 * international/mule-diag.el (print-designation): Change arguments.
9540 (print-iso-2022-flags): New function.
9541 (describe-coding-system, describe-current-coding-system):
9542 Adjust for the new structure of coding system.
9543
9544 * international/mule.el (char-valid-p): Make it an alias of characterp.
9545 (define-charset): Full re-design.
9546 (charset-quoted-standard-p): Delete.
9547 (charsetp): Move to charset.c.
9548 (charset-info, charset-id, charset-bytes, charset-width)
9549 (charset-directioin, charset-iso-graphic-plane)
9550 (charset-reverse-charset): Delete.
9551 (charset-dimension, charset-chars, charset-iso-final-char)
9552 (charset-description, charset-short-name, charset-long-name):
9553 Call charset-plist instead of charset-info.
9554 (charset-plist, set-charset-plist): Move to charset.c.
9555 (get-charset-property, put-charset-property): Move from
9556 mule-cmds.el. Call charset-plist and set-charset-plist.
9557 (make-char): Delete.
9558 (generic-char-p): Make it always return nil.
9559 (decode-char, encode-char): Move to charset.c.
9560 (coding-spec-XXX-idx): Delete variables.
9561 (coding-system-iso-2022-flags): New variable.
9562 (define-coding-system): New function.
9563 (transform-make-coding-system-args, make-coding-system): Delete.
9564 (set-coding-priority): Make it obsolete.
9565 (after-insert-file-set-buffer-file-coding-system)
9566 (find-new-buffer-file-coding-system): Adjust for the new coding
9567 system structure.
9568
9569 * language/chinese.el, language/cyrillic.el, language/european.el:
9570 * language/greek.el, language/hebrew.el, language/indian.el:
9571 * language/japanese.el, language/korean.el, language/lao.el:
9572 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9573 Call define-coding-system instead of make-coding-system.
9574 Delete all CCL program.
9575
9576 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9577 of make-char.
9578 (sgml-char-names-table): Fix iteration limit.
9579
9580 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9581 (ccl-encode-mac-roman-font): Delete.
9582
9583 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9584 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9585 currently. This is just a temporary workaround.
9586
9587 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9588
9589 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9590 of `find-file-hooks'.
9591 (global-whitespace-toggle-options): Doc fix.
9592
9593 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9594
9595 * whitespace.el (whitespace): Set :version tag to 23.1.
9596 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9597 (whitespace-style, whitespace-chars, whitespace-space)
9598 (whitespace-hspace, whitespace-tab, whitespace-newline)
9599 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9600 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9601 (whitespace-hspace-regexp, whitespace-space-regexp)
9602 (whitespace-tab-regexp, whitespace-trailing-regexp)
9603 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9604 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9605 (whitespace-space-after-tab-regexp, whitespace-line-column)
9606 (whitespace-display-mappings, global-whitespace-toggle-options)
9607 (whitespace-cleanup, whitespace-cleanup-region)
9608 (whitespace-interactive-char): Doc fixes.
9609
9610 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9613 When turning off the global mode, turn off the local modes too
9614 if whitespace is being unloaded.
9615 (whitespace-unload-function): New function.
9616
9617 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
9618
9619 * vc.el (vc-update): Fix bug: Specify branch tip as
9620 vc-checkout REVISION. Reported by Dan Nicolaescu.
9621
9622 2008-02-01 Glenn Morris <rgm@gnu.org>
9623
9624 * info.el (bookmark-make-cell-function, bookmark-search-size)
9625 (bookmark-current-bookmark): Declare variables for compiler.
9626 (bookmark-buffer-file-name, bookmark-get-filename)
9627 (bookmark-get-front-context-string)
9628 (bookmark-get-rear-context-string, bookmark-get-position)
9629 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9630 (bookmark-jump-noselect): Declare functions for compiler.
9631 (Info-bookmark-make-cell): Fix argument list to match example of
9632 `bookmark-make-cell-for-text-file'.
9633 (Info-bookmark-jump): Don't require info inside info.el.
9634
9635 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9636
9637 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9638 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9639 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9640 (verilog-sk-state-machine): Quote all calls to
9641 "auxiliary skeleton"s to prevent infloops.
9642
9643 2008-02-01 Jason Rumney <jasonr@gnu.org>
9644
9645 * w32-fns.el: Partially revert 2007-11-10 change.
9646
9647 2008-02-01 Martin Rudalics <rudalics@gmx.at>
9648
9649 * mail/rmail.el (rmail-highlight): Fix specification.
9650 Reported by pod <pod@herald.ox.ac.uk>.
9651
9652 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * image-mode.el (image-mode-current-vscroll)
9655 (image-mode-current-hscroll): Make buffer-local.
9656 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9657 (image-reset-current-vhscroll): Use the latest setting when displaying
9658 for the first time in a window. Apply to all windows in the frame.
9659 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9660
9661 * progmodes/grep.el (grep-compute-defaults):
9662 Don't mix up defaults for different connections to the same host.
9663
9664 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9665
9666 * blank-mode.el: Rename to whitespace.el.
9667
9668 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9669
9670 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * net/rcompile.el (remote-compile): Remove broken code.
9673
9674 2008-01-31 Jason Rumney <jasonr@gnu.org>
9675
9676 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9677
9678 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
9679
9680 * linum.el (linum-unload-function): New function.
9681
9682 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9683
9684 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9685 (gdb-var-set-format-handler): New function.
9686 (gdb-var-set-format): Use it.
9687
9688 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
9689
9690 * emacs-lisp/check-declare.el (check-declare-directory):
9691 * emacs-lisp/authors.el (authors): Use `find-program' and
9692 `grep-program' instead of hardcoded program names.
9693
9694 * emacs-lisp/cl-loaddefs.el: Update.
9695
9696 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
9697
9698 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9699 Implement bookmark support the new make-cell/handler way.
9700 (Info-mode): Bind bookmark-make-cell-function to
9701 Info-bookmark-make-cell buffer locally.
9702
9703 2008-01-30 Richard Stallman <rms@gnu.org>
9704
9705 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9706 Doc fix.
9707
9708 * files.el (hack-local-variables): Don't query about fake variables.
9709
9710 2008-01-30 Markus Triska <markus.triska@gmx.at>
9711
9712 * linum.el: New file.
9713
9714 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
9715
9716 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9717 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
9718 a single element in "plinkx".
9719 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9720 "*Shell Command Output*" buffers. Check, whether there is already
9721 an asynchronous process running. Display always the buffer of the
9722 asynchronous process.
9723 (tramp-compute-multi-hops): Adapt error message.
9724
9725 2008-01-29 Alan Mackenzie <acm@muc.de>
9726
9727 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9728 from this regexp; part of same fix as next change to cc-engine.el.
9729
9730 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9731 Anchor the "{" of a template function correctly on "template", not the
9732 following "<".
9733
9734 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9735
9736 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9737
9738 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9739 and image-mode-current-hscroll being alists now.
9740
9741 * image-mode.el (image-mode-current-vscroll)
9742 (image-mode-current-hscroll): Add doc strings.
9743 (image-set-window-vscroll, image-set-window-hscroll)
9744 (image-reset-current-vhscroll, image-mode): Adapt to
9745 image-mode-current-vscroll and image-mode-current-hscroll being
9746 alists now.
9747
9748 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9749
9750 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9751 Strip extension from .emacs.el to make sure symbol is searched
9752 in .emacs too.
9753
9754 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9755
9756 * doc-view.el (doc-view-mode): Use facilities below to
9757 restore [vh]scroll when switching buffers.
9758
9759 * image-mode.el (image-mode-current-vscroll)
9760 (image-mode-current-hscroll): New variables.
9761 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9762 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9763 (image-bob, image-eob): Use them.
9764 (image-reset-current-vhscroll): New function.
9765 (image-mode): Make new variables buffer-local and reset [vh]scroll
9766 on window configuration changes.
9767
9768 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9769
9770 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9771 gdb-cpp-define-alist-program if file is nil (currently only
9772 " *partial-output-...").
9773
9774 2008-01-27 Richard Stallman <rms@gnu.org>
9775
9776 * allout.el: Many doc fixes.
9777 (allout-encrypt-string): Fix error message.
9778
9779 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9780
9781 * progmodes/etags.el (tags-query-replace): Doc fix.
9782
9783 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9784
9785 * allout.el (allout-unload-function): New function.
9786
9787 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9788
9789 * allout.el (allout-prefix-data): Doc fix.
9790 (allout-show-current-subtree): Reflow docstring.
9791 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9792 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9793 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9794 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9795 (allout-copy-topic-as-kill, allout-listify-exposed)
9796 (allout-process-exposed, allout-encrypted-key-info)
9797 (allout-update-passphrase-mnemonic-aids)
9798 (allout-next-topic-pending-encryption)
9799 (allout-tests-globally-true): Fix typos in docstrings.
9800
9801 2008-01-23 Jason Rumney <jasonr@gnu.org>
9802
9803 * lpr.el (printer-name): Do not set on MS Windows.
9804
9805 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9806
9807 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9808 the command.
9809
9810 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9811
9812 * whitespace.el: Moved to obsolete dir.
9813
9814 * blank-mode.el: New version 9.2. Replace whitespace functions by
9815 aliases in blank-mode.
9816 (whitespace-buffer): New fun.
9817 (whitespace-region): Alias for whitespace-buffer, because there is no
9818 blank-region fun.
9819 (whitespace-cleanup): Alias for blank-cleanup.
9820 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9821
9822 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9823
9824 * server.el (server-log-time-function): Doc fix.
9825 (server-buffer): Fix typo in docstring.
9826
9827 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9828
9829 * view.el (view-buffer): Explain in doc-string why exit-action
9830 should not be set to kill-buffer.
9831
9832 * arc-mode.el (archive-extract):
9833 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9834 exit-action when viewing the buffer.
9835
9836 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9837
9838 * add-log.el (change-log-search-file-name): Work harder to find
9839 the correct file name.
9840 (change-log-find-file): Fix typo.
9841 (change-log-start-entry-re): Move definition earlier.
9842
9843 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9844
9845 * add-log.el (change-log-search-file-name, change-log-find-file):
9846 New function.
9847 (change-log-font-lock-keywords): Move file name matching ...
9848 (change-log-file-names-re): ... here. New defconst.
9849 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9850
9851 2008-01-27 Alan Mackenzie <acm@muc.de>
9852
9853 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9854 enhance comments.
9855
9856 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9857
9858 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9859 methods, the host name must be a local host.
9860
9861 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9862
9863 * vc.el: Add TODO item about not defaulting to RCS.
9864
9865 * server.el (server-process-filter): Check for non-nil before
9866 calling file-directory-p.
9867
9868 2008-01-27 Alan Mackenzie <acm@muc.de>
9869
9870 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9871 arglist-cont-nonempty.
9872
9873 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9874 for a brace with syntax arglist-cont-nonempty.
9875
9876 * progmodes/cc-styles.el (c-style-alist): Add elements for
9877 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9878
9879 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9880
9881 * button.el (define-button-type): Clarify type of NAME in docstring.
9882
9883 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9884
9885 * server.el (server-buffer): New const.
9886 (server-log): New var.
9887 (server-log): Use them.
9888 (server-process-filter): (Try to) run the continuation in the same cwd
9889 as the client's.
9890
9891 2008-01-26 Alan Mackenzie <acm@muc.de>
9892
9893 * progmodes/cc-defs.el (c-save-buffer-state):
9894 Bind buffer-file-name and buffer-file-truename to nil, to prevent
9895 primitives generating "buffer is read only" messages.
9896
9897 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
9898
9899 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
9900 (icalendar-import-format): Doc fix. Allow function type.
9901 (icalendar--read-element): Doc fix.
9902 (icalendar--parse-summary-and-rest): Doc fix. Handle function
9903 type icalendar-import-format. Make regexps non-greedy.
9904 (icalendar--format-ical-event): Handle function type
9905 icalendar-import-format.
9906 (icalendar-import-format-sample): New function.
9907
9908 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
9909
9910 * vc.el (vc-exec-after): For mode-line-process highlighting, if
9911 `compile' is not available, fall back to font-lock-warning-face.
9912
9913 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
9914
9915 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
9916 that the filename end is found even when the filename is empty.
9917 Fixes error and spurious newlines when marking files for deletion.
9918
9919 2008-01-26 Martin Rudalics <rudalics@gmx.at>
9920
9921 * subr.el (find-tag-default): Simplify using exclusively
9922 skip-syntax-backward/-forward.
9923
9924 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
9925
9926 * vc.el (vc-directory, vc-update-change-log): Remove check for
9927 Tramp. Both functions work for it, though pretty slow
9928 (`vc-directory'). Maybe the implementation can be optimized.
9929
9930 * net/tramp.el (tramp-dissect-file-name): Raise an error when
9931 Tramp 2.0 syntax is used.
9932 Suggested by Trent W. Buck <trentbuck@gmail.com>.
9933
9934 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9935
9936 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
9937 invoke directory-files-and-attributes with last argument `integer'
9938 instead of `string'.
9939 (insert-directory): Add -n to the list of supported switches
9940 mentioned in the doc string.
9941
9942 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9943
9944 * blank-mode.el: New version 9.1. Handle "long" line tail
9945 visualization. Doc fix.
9946 (blank-line-length): Rename to blank-line-column.
9947 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
9948 Initialization fix.
9949 (blank-replace-spaces-by-tabs): New fun.
9950 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
9951
9952 2008-01-25 Richard Stallman <rms@gnu.org>
9953
9954 * subr.el (add-hook): Implement `permanent-local-hook' property.
9955
9956 * loadhist.el (file-provides, file-requires): Push the filename right.
9957
9958 2008-01-25 Martin Rudalics <rudalics@gmx.at>
9959
9960 * emacs-lisp/find-func.el (find-library): Wrap search for
9961 library name in condition-case to avoid reporting a scan-error.
9962
9963 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9964
9965 * server.el (server-process-filter): Don't force
9966 the authentication string to be followed by "\n".
9967
9968 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9969
9970 * blank-mode.el: New version 9.0. New commands to clean up some blank
9971 problems like trailing blanks. New faces and regexp for visualizing
9972 the blank problems. Doc fix.
9973 (blank-chars, blank-global-modes, blank-chars-value-list)
9974 (blank-toggle-option-alist, blank-help-text): Initialization fix.
9975 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9976 (blank-indentation, blank-empty, blank-space-after-tab)
9977 (blank-indentation-regexp, blank-empty-at-bob-regexp)
9978 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
9979 (blank-cleanup, blank-cleanup-region): New commands.
9980 (blank-color-on): Code fix.
9981
9982 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
9983
9984 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
9985 file name.
9986 (ibuffer-mode-map): Add binding to sort by file name.
9987 (ibuffer-filename/process-header-map): New variable.
9988 (filename-and-process): Add a header that sorts by file name.
9989 (ibuffer-mode): Mention sorting by file name.
9990
9991 * ibuf-ext.el (filename/process): New sorter.
9992
9993 2008-01-25 Sven Joachim <svenjoac@gmx.de>
9994
9995 * view.el (kill-buffer-if-not-modified): Don't pass t to
9996 buffer-modified-p.
9997
9998 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
9999
10000 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10001 the source file in case of `rename'.
10002 Reported by Pete Forman <pete.forman@westerngeco.com>.
10003
10004 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
10005
10006 * allout.el (allout-keybindings-list): In initial setting, express
10007 meta-prefixed allout keys as vectors instead of strings, since the
10008 string form is interpreted in some cases as composed key
10009 modifiers, eg, accented keys.
10010
10011 (allout-line-boundary-regexp): Clarify description.
10012
10013 (set-allout-regexp): Repair the expressions so that the formfeed
10014 part is identified as one of the top-level groups, and is
10015 included in all the forms, not just the -line-boundary-regexp one.
10016
10017 (allout-prefix-data): Incorporate information from the various
10018 allout regexp's formfeed alternative group, when present.
10019
10020 (allout-write-file-hook-handler): Rectify mangling of the error
10021 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10022 condition-case handler was apparently reformatted as if it was a
10023 call to the error function. An apparent repair attempt in version
10024 1.101 situated the original body of the error handling code as
10025 bogus condition-case handlers. I've returned to just about the
10026 working code that was originally there, removing an unnecessary -
10027 but benign - enclosing 'progn'. (Automated or cursory code fixes
10028 often aren't.)
10029
10030 (allout-region-active-p): Fallback to value of mark-active if
10031 neither use-region-p nor region-active-p are present, for
10032 compatability with current and recent emacs major releases.
10033
10034 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10035
10036 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10037 (reftex-toc-restore-region):
10038 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10039 (reftex-index-phrases-apply-to-region):
10040 * textmodes/ispell.el (ispell-word):
10041 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10042 * progmodes/pascal.el (pascal-mark-defun):
10043 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10044 (f90-fill-region):
10045 * emulation/tpu-edt.el (tpu-set-mark):
10046 * emulation/crisp.el (crisp-region-active):
10047 * winner.el (winner-active-region):
10048 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10049 of bound tests in order to resolve conditionals at compile time.
10050
10051 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10054 not autoloaded, and we wouldn't want to load CL just to unload
10055 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
10056
10057 2008-01-24 Martin Rudalics <rudalics@gmx.at>
10058
10059 * delsel.el (delete-selection-pre-hook): Avoid clearing out
10060 pre-command-hook when text is read-only.
10061
10062 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10063
10064 * vc.el (vc-process-filter): Do nothing if buffer not live.
10065 (vc-diff-finish): Rename from vc-diff-sentinel.
10066 No longer take REV1-NAME and REV2-NAME.
10067 Instead, take BUFFER-NAME. Do nothing if buffer not live.
10068 Don't do window resize if no window displays buffer.
10069 (vc-diff-internal): Use vc-diff-finish.
10070
10071 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10072 In both cases, convert single call to one wrapped in dolist.
10073
10074 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10075
10076 * vc.el: Add a TODO item about missing files.
10077 (vc-exec-after): Add a tooltip to the new mode-line item.
10078
10079 2008-01-24 Glenn Morris <rgm@gnu.org>
10080
10081 * t-mouse.el (gpm-mouse-start): Declare as a function.
10082
10083 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
10084
10085 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10086 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10087 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10088 Don't send `tramp-rsh-end-of-line' additionally, when setting the
10089 prompt.
10090 (tramp-wait-for-output): Distinguish different prompt formats.
10091 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10092 (tramp-local-host-p): Check whether temp directory is writable.
10093
10094 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10095
10096 * vc.el: Add TODO items.
10097
10098 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
10099
10100 * replace.el (occur-mode-find-occurrence-hook): New hook that can
10101 be used to reveal or highlight the location of a match.
10102 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10103 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10104
10105 2008-01-23 Martin Rudalics <rudalics@gmx.at>
10106
10107 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10108 for defcustom.
10109 (hide-ifdef-shadow): Add version number for defface.
10110
10111 2008-01-23 Glenn Morris <rgm@gnu.org>
10112
10113 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10114
10115 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10116
10117 * progmodes/sh-script.el (sh-basic-offset):
10118 * progmodes/cc-vars.el (c-syntactic-indentation)
10119 (c-syntactic-indentation-in-macros): Mark as safe.
10120
10121 2008-01-23 Richard Stallman <rms@gnu.org>
10122
10123 * icomplete.el (icomplete-get-keys):
10124 Look up KEYS using all maps in proper buffer.
10125
10126 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
10127
10128 * frame.el (display-mm-height, display-mm-width):
10129 * whitespace.el (whitespace-check-leading-whitespace)
10130 (whitespace-check-trailing-whitespace)
10131 (whitespace-check-spacetab-whitespace)
10132 (whitespace-check-indent-whitespace)
10133 (whitespace-check-ateol-whitespace):
10134 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10135
10136 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10137
10138 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10139 after-save-hook so that it is not called multiple times.
10140
10141 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10142
10143 2008-01-23 Eli Zaretskii <eliz@gnu.org>
10144
10145 * view.el (view-file-other-window, view-file-other-frame):
10146 Don't kill the buffer if it is modified. Doc fixes.
10147 (kill-buffer-if-not-modified): New function.
10148 (view-file): Don't kill the buffer if it is modified.
10149
10150 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10151 (ebrowse-view/find-file-and-search-pattern):
10152 Call view-file-other-window instead of ebrowse-view-file-other-window.
10153 (ebrowse-view-file-other-frame): Don't call
10154 current-window-configuration. Fix second argument in the call to
10155 view-mode-enter. Doc fix.
10156
10157 2008-01-23 Richard Stallman <rms@gnu.org>
10158
10159 * subr.el (atomic-change-group): Prevent undo list truncation.
10160
10161 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10162
10163 * files.el (safe-local-eval-forms):
10164 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10165
10166 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10167
10168 * comint.el (comint-insert-input): Set point first.
10169
10170 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10171 session doesn't hang because gdb-pending-triggers is non-nil.
10172 (gdb-frame-handler): Use buffer-file-name instead of
10173 buffer-name in case of duplicate file names.
10174
10175 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10176
10177 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10178 C-M-e and C-M-h for emacs, they work by default.
10179 (verilog-emacs-features): Remove.
10180 (verilog-setup-dual-comments, verilog-populate-syntax-table):
10181 Remove. Move syntax table initialization ...
10182 (verilog-mode-syntax-table): ... here.
10183 (verilog-mode): Don't initialize the syntax table here.
10184 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10185 does not need it.
10186
10187 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10188
10189 * progmodes/verilog-mode.el (verilog-booleanp): New function for
10190 backward compatibility. Replace all uses of booleanp with
10191 verilog-booleanp.
10192
10193 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10194
10195 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10196
10197 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10198
10199 * progmodes/verilog-mode.el (top-level): Fix spacing.
10200 (verilog-mode-version, verilog-mode-release-date):
10201 Update version number.
10202 (verilog-mode-release-emacs): New variable.
10203 (compile-command, reporter-prompt-for-summary-p):
10204 Define for byte compiler.
10205 (verilog-startup-message-lines, verilog-startup-message-displayed)
10206 (verilog-display-startup-message): Remove.
10207 (verilog-highlight-p1800-keywords): Improve docstring.
10208 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10209 (vector-skip-list): Only defvar at compile time.
10210 (verilog-highlight-translate-off, verilog-indent-level)
10211 (verilog-indent-level-module, verilog-indent-level-declaration)
10212 (verilog-indent-declaration-macros, verilog-indent-lists)
10213 (verilog-indent-level-behavioral, verilog-indent-level-directive)
10214 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10215 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10216 (verilog-tab-to-comment, verilog-indent-begin-after-if)
10217 (verilog-align-ifelse, verilog-minimum-comment-distance)
10218 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10219 (verilog-auto-endcomments, verilog-auto-read-includes)
10220 (verilog-auto-star-expand, verilog-auto-star-save)
10221 (verilog-library-flags, verilog-library-directories)
10222 (verilog-library-files, verilog-library-extensions)
10223 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10224 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10225 (verilog-assignment-delay, verilog-auto-inst-vector)
10226 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10227 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10228 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10229 Add safe-local-variable properties.
10230 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10231 (verilog-re-search-backward, verilog-error-regexp-add)
10232 (verilog-end-block-re, verilog-emacs-features)
10233 (verilog-populate-syntax-table, verilog-setup-dual-comments)
10234 (verilog-type-font-keywords, verilog-inside-comment-p)
10235 (electric-verilog-backward-sexp, verilog-backward-sexp)
10236 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10237 (electric-verilog-terminate-line, electric-verilog-semi)
10238 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10239 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10240 (verilog-beg-of-statement, verilog-in-case-region-p)
10241 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10242 (verilog-in-fork-region-p, verilog-backward-case-item)
10243 (verilog-set-auto-endcomments, verilog-get-expr)
10244 (verilog-expand-vector-internal, verilog-surelint-off)
10245 (verilog-batch-execute-func, verilog-calculate-indent)
10246 (verilog-calc-1, verilog-calculate-indent-directive)
10247 (verilog-leap-to-head, verilog-continued-line)
10248 (verilog-backward-token, verilog-backward-syntactic-ws)
10249 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10250 (verilog-forward-ws&directives, verilog-at-constraint-p)
10251 (verilog-skip-backward-comments, verilog-indent-line-relative)
10252 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10253 (verilog-pretty-declarations, verilog-pretty-expr)
10254 (verilog-just-one-space, verilog-indent-declaration)
10255 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10256 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10257 (verilog-read-always-signals-recurse, verilog-read-instants)
10258 (verilog-read-auto-template, verilog-set-define)
10259 (verilog-read-defines, verilog-read-signals, verilog-getopt)
10260 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10261 (verilog-modi-cache-results, verilog-insert-one-definition)
10262 (verilog-make-width-expression, verilog-delete-autos-lined)
10263 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10264 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10265 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10266 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10267 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10268 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10269 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10270 (verilog-load-file-at-mouse, verilog-load-file-at-point)
10271 (verilog-library-files): Cleanup spacing of )'s they should not be
10272 on unique lines. Fix checkdoc warnings.
10273
10274 2008-01-22 Glenn Morris <rgm@gnu.org>
10275
10276 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10277 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10278 from defcustoms.
10279 (hide-ifdef-shadow): Remove autoload cookie from defface.
10280
10281 * vc.el (vc-diff-sentinel): Do not write a footer if there were
10282 differences.
10283
10284 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
10285
10286 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10287 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
10288 manual entry.
10289
10290 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
10291
10292 * net/dbus.el (dbus-ignore-errors): New macro.
10293 (dbus-unregister-object): New defun. Moved from dbusbind.c.
10294 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10295 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10296 (dbus-get-signatures): Apply `dbus-ignore-errors'.
10297
10298 2008-01-21 Martin Rudalics <rudalics@gmx.at>
10299
10300 * outline.el (outline-up-heading): Fix check for top level to
10301 avoid infinite looping in hide-other.
10302
10303 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10304
10305 * vc.el (vc-process-sentinel): After calling the previous
10306 sentinel, do nothing if the process' buffer is not live.
10307
10308 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10309
10310 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10311 blank-mode in some buffers (like *info* buffers). Reported by Juanma
10312 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
10313 blank-mode faces. Doc fix. New version 8.1.
10314 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10315 CONDITION BODY).
10316 (blank-space-face): Face/option name replaced by blank-space.
10317 (blank-hspace-face): Face/option name replaced by blank-hspace.
10318 (blank-tab-face): Face/option name replaced by blank-tab.
10319 (blank-newline-face): Face/option name replaced by blank-newline.
10320 (blank-trailing-face): Face/option name replaced by blank-trailing.
10321 (blank-line-face): Face/option name replaced by blank-line.
10322 (blank-space-before-tab-face): Face/option name replaced by
10323 blank-space-before-tab.
10324 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10325
10326 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10327
10328 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10329 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10330 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10331 (global-blank-mode): Doc fixes.
10332 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10333 (blank-newline-face, blank-trailing-face, blank-line-face)
10334 (blank-space-before-tab-face, blank-display-mappings)
10335 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10336 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10337 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10338 Fix typos in docstrings.
10339
10340 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10341
10342 * server.el (server-log-time-function): New variable.
10343 (server-log): Use it.
10344
10345 2008-01-21 Glenn Morris <rgm@gnu.org>
10346
10347 * progmodes/hideif.el: Move defcustoms and defface to start of file.
10348
10349 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10350
10351 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10352
10353 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10354 (org-descriptive-links, org-link-file-path-type)
10355 (org-remember-use-refile-when-interactive)
10356 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10357 (org-export-ascii-bullets, org-agenda-deadline-faces)
10358 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10359 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10360 (org-kill-note-or-show-branches): Fix typos in docstrings.
10361
10362 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
10363
10364 * vc.el (vc-process-sentinel): Set mode-line-process.
10365 (vc-exec-after): Likewise, for the `run' process status.
10366
10367 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * ibuffer.el (ibuffer-mode): Fix last change.
10370
10371 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * vc-hg.el (vc-hg-registered):
10374 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10375
10376 2008-01-20 Martin Rudalics <rudalics@gmx.at>
10377
10378 * repeat.el (repeat-undo-count): New variable.
10379 (repeat): For self-insertions make undo boundary only after 20
10380 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
10381
10382 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10383
10384 * net/imap.el (imap-ping-server): New variable.
10385 (imap-opened): On add extra ping if imap-ping-server is non-nil.
10386 (imap-ping-server): Minor doc string fixes.
10387
10388 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10389
10390 * net/imap.el (imap-ping-server): New function.
10391 (imap-opened): Call imap-ping-server.
10392
10393 2008-01-20 Glenn Morris <rgm@gnu.org>
10394
10395 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10396 prevent infloops.
10397
10398 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
10399
10400 * progmodes/python.el (python-imports): Default to "None".
10401
10402 2008-01-19 Tom Tromey <tromey@redhat.com>
10403
10404 * vc-svn.el (vc-svn-after-dir-status): New function.
10405 (vc-svn-dir-status): Run svn asynchronously.
10406
10407 2008-01-19 Martin Rudalics <rudalics@gmx.at>
10408
10409 * progmodes/hideif.el (hide-ifdef-shadow): New option.
10410 (hide-ifdef-shadow): New face.
10411 (hide-ifdef-toggle-shadowing): New function to toggle between
10412 shadowing and making code invisible.
10413 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10414 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10415 (hide-ifdef-region-internal): Give new overlay hide-ifdef
10416 property. Shadow text when hide-ifdef-shadow is non-nil.
10417 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10418 (hif-hide-line): Use when instead of if.
10419 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10420 Remove unneeded * from doc-strings.
10421
10422 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10425 the hscroll behavior was fixed.
10426 (doc-view-mode): Disable auto-hscroll-mode.
10427
10428 2008-01-18 Tom Tromey <tromey@redhat.com>
10429
10430 * vc-svn.el (vc-svn-dir-status): New function.
10431
10432 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10433
10434 * vc.el: Make vc-status asynchronous.
10435 (vc-update-vc-status-buffer): New function broken out of ...
10436 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
10437 the dir-status backend function.
10438
10439 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10440 Move the output processing to ...
10441 (vc-hg-after-dir-status): ... here. Call the function passed as
10442 an argument with the results.
10443
10444 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10447 (doc-view-insert-image): Do something if the image is missing.
10448 (doc-view-mode): Don't use file-remote-p.
10449
10450 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10451
10452 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10453 (org-export-latex-special-chars): Convert "..." in \ldots
10454 and skip tables.
10455 (org-export-latex-fontify-headline): Change parameter name.
10456 (org-export-as-latex): Handle export of subtrees.
10457 (org-export-latex-make-header): New argument TITLE.
10458 (org-export-latex-content): New argument EXCLUDE-LIST.
10459 (org-list-parse-list): New name for org-export-latex-parse-list.
10460 (org-export-latex-make-header): New name for
10461 org-export-latex-make-preamble.
10462 (org-list-to-generic): New name of org-export-list-to-generic.
10463 (org-list-to-latex): New name of org-export-list-to-latex.
10464 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10465 (org-list-send-list, org-list-to-texinfo)
10466 (org-list-to-html): New functions.
10467 (org-export-latex-tables-column-borders)
10468 (org-export-latex-default-class, org-export-latex-classes)
10469 (org-export-latex-classes-sectioning)
10470 (org-list-radio-list-templates): New options.
10471 (org-export-latex-header): New variable.
10472 (org-latex-entities): New constant.
10473 (org-export-latex-default-sectioning, org-export-latex-preamble)
10474 (org-export-latex-prepare-text-option)
10475 (org-export-latex-get-sectioning): Remove.
10476
10477 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
10478
10479 * textmodes/org-publish.el (org-publish-current-project):
10480 Fix bug with forcing publication.
10481
10482 * textmodes/org.el (org-export-with-special-strings): New option.
10483 (org-export-html-convert-special-strings): New function.
10484 (org-html-do-expand): `org-export-html-convert-special-strings'
10485 added to the list of conversion.
10486 (org-infile-export-plist, org-get-current-options): Add support
10487 for "-" in the #+OPTION line to let user switch on/off special
10488 strings conversion.
10489 (org-export-plist-vars): New :html-table-tag property.
10490 (org-export-as-html, org-format-org-table-html)
10491 (org-format-table-table-html) Use the :html-table-tag property
10492 instead of the `org-export-html-table-tag' global value.
10493 (org-additional-option-like-keywords): Add "TBLFM".
10494 (org-entry-properties): Include the CLOCKSUM special property.
10495 (org-columns-edit-value): Do not allow to edit the special
10496 CLOCKSUM property.
10497 (org-flag-drawer): Use the original value of `outline-regexp'.
10498 (org-remember-handler): Add invisible-ok flag to call to
10499 `org-end-of-subtree'.
10500 (org-agenda-highlight-todo): Respect
10501 `org-agenda-todo-keyword-format'.
10502 (org-agenda-todo-keyword-format): New option.
10503 (org-infile-export-plist): No restriction while searching for options.
10504 (org-remember-handler): Remove comments at the end of the buffer.
10505 (org-remember-use-refile-when-interactive): New option.
10506 (org-table-sort-lines): Make sure sorting works on link
10507 descritions only, and ignores the link.
10508 (org-sort-entries-or-items): Make sure the end of the subtree is
10509 included.
10510 (org-refile-use-outline-path): New allowed values `file' and
10511 `full-file-path'.
10512 (org-get-refile-targets): Respect new values for
10513 `org-refile-use-outline-path'.
10514 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10515 (org-export-as-xoxo): Restore point when done.
10516 (org-open-file): Allow multiple %s in command.
10517 (org-clock-in-switch-to-state): New option.
10518 (org-first-list-item-p): New function.
10519 (org-last-remember-storage-locations): New variable.
10520 (org-get-refile-targets): Interpret the new maxlevel setting.
10521 (org-refile-targets): New option `:maxlevel'.
10522 (org-copy-subtree): Include empty lines before but not after subtree.
10523 (org-back-over-empty-lines, org-skip-whitespace): New functions.
10524 (org-move-item-down, org-move-item-up): Include empty lines before
10525 but not after item.
10526 (org-first-sibling-p): New function.
10527 (org-remember-apply-template): Defaults, completions and history
10528 for template prompts. Also, interpret new `%!' escape.
10529 (org-context-choices): New constant.
10530 (org-bound-and-true-p): New macro.
10531 (org-imenu-depth): New option.
10532 (org-imenu-markers): New variable.
10533 (org-imenu-new-marker, org-imenu-get-tree)
10534 (org-speedbar-set-agenda-restriction): New functions.
10535 (org-agenda-set-restriction-lock)
10536 (org-agenda-remove-restriction-lock)
10537 (org-agenda-maybe-redo): New functions.
10538 (org-agenda-restriction-lock): New face.
10539 (org-agenda-restriction-lock-overlay)
10540 (org-speedbar-restriction-lock-overlay): New variables.
10541 (org-open-at-point): Remove obsolete way to do redirection in
10542 shell links.
10543 (org-imenu-and-speedbar): New customization group.
10544 (org-entry-properties): Return keyword-less time strings.
10545 (org-clock-heading-function): New option.
10546 (org-clock-in): Use `org-clock-heading-function'.
10547 (org-calendar-holiday): Try to use `calendar-check-holidays'
10548 instead of the obsolete `check-calendar-holidays'.
10549 (org-export-html-special-string-regexps): New constant.
10550 (org-massive-special-regexp): New variable.
10551 (org-compute-latex-and-specials-regexp)
10552 (org-do-latex-and-special-faces): New functions.
10553 (org-latex-and-export-specials): New face.
10554 (org-highlight-latex-fragments-and-specials): New option.
10555 (org-link-escape-chars): Use characters instead of strings.
10556 (org-link-escape-chars-browser, org-link-escape)
10557 (org-link-unescape): Use characters instead of strings.
10558 (org-export-html-convert-sub-super, org-html-do-expand): Check for
10559 protected text.
10560 (org-emphasis-alist): Additional `verbatim' flag.
10561 (org-set-emph-re): Handle the verbatim flag and compute
10562 `org-verbatim-re'.
10563 (org-cleaned-string-for-export): Protect verbatim elements.
10564 (org-verbatim-re): New variable.
10565 (org-hide-emphasis-markers): New option.
10566 (org-additional-option-like-keywords): Add new keywords.
10567 (org-get-entry): Rename from `org-get-cleaned-entry'.
10568 (org-icalendar-cleanup-string): New function for quoting icalendar text.
10569 (org-agenda-skip-scheduled-if-done): New option.
10570 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10571 `org-agenda-skip-scheduled-if-done'.
10572 (org-prepare-agenda-buffers): Allow buffers as arguments.
10573 (org-entry-properties): Add CATEGORY as a special property.
10574 (org-use-property-inheritance): Allow a list of properties as a value.
10575 (org-eval-in-calendar): No longer update the prompt.
10576 (org-read-date-popup-calendar): Rename from
10577 `org-popup-calendar-for-date-prompt'.
10578 (org-read-date-display-live): New variable.
10579 (org-read-date-display): New function.
10580 (org-read-date-analyze): New function.
10581 (org-remember-apply-template): Define `remember-finalize' if it is
10582 not yet defined.
10583 (org-remember-insinuate): New function.
10584 (org-read-date-prefer-future): New option.
10585 (org-read-date): Respect the setting of
10586 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
10587 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10588 hardcoded string.
10589 (org-remember-apply-template): Use `remember-finalize' instead of
10590 `remember-buffer'.
10591 (org-columns-compute, org-column-number-to-string)
10592 (org-columns-uncompile-format, org-columns-compile-format)
10593 (org-columns-compile-format): Handle printf format specifier.
10594 (org-columns-new, org-column-number-to-string)
10595 (org-columns-uncompile-format, org-columns-compile-format):
10596 Support for new currency summary type.
10597 (org-tree-to-indirect-buffer): Do not kill old buffer when
10598 `org-indirect-buffer-display' is `new-frame'.
10599 (org-indirect-buffer-display): Document that `new-frame' leads to
10600 indiret buffer proliferation.
10601 (org-agenda-list): Use `org-extend-today-until'.
10602 (org-extend-today-until): New option.
10603 (org-format-org-table-html): Use lower-case for <col> tag.
10604 (org-agenda-execute): New command.
10605 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10606 (org-select-remember-template): New function.
10607 (org-remember-apply-template): Use `org-select-remember-template'.
10608 (org-go-to-remember-target): New function.
10609
10610 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10611
10612 * vc.el: Add a TODO note about vc-state.
10613 (vc-next-action): Register 'unregistered and 'ignored files.
10614 Use when and unless instead of if where appropriate.
10615 (vc-start-entry): Fix typo.
10616 (vc-status): Autoload it.
10617
10618 2008-01-18 Glenn Morris <rgm@gnu.org>
10619
10620 * ffap.el (ffap-alist): Remove space from RFC regexp.
10621
10622 2008-01-18 Richard Stallman <rms@gnu.org>
10623
10624 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10625 than face-spec-recalc.
10626
10627 2008-01-18 Glenn Morris <rgm@gnu.org>
10628
10629 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10630
10631 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10632 Miles Bader <miles@gnu.org>
10633
10634 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
10635 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
10636 for handling display table (via visws.el package), his code was
10637 modified, but the main idea was kept.
10638
10639 2008-01-17 Glenn Morris <rgm@gnu.org>
10640
10641 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10642 (ibuffer-save-filters): Remove calls to deleted
10643 ibuffer-update-mode-name.
10644
10645 2008-01-16 Martin Rudalics <rudalics@gmx.at>
10646
10647 * longlines.el (longlines-mode, longlines-show-region)
10648 (longlines-unshow-hard-newlines): Bind buffer-file-name and
10649 buffer-file-truename to nil while modifying buffer.
10650
10651 * cus-edit.el (custom-reset-standard-variables-list)
10652 (custom-reset-standard-faces-list): New variables.
10653 (custom-reset-standard-save-and-update): New function.
10654 (Custom-save): Apply custom-mark-to-save before and
10655 custom-state-set-and-redraw after saving options.
10656 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10657 options and call custom-reset-standard-save-and-update.
10658 (custom-variable, custom-face, custom-group): Provide new
10659 entries for custom-mark-to-save, custom-mark-to-reset-standard,
10660 and custom-state-set-and-redraw.
10661 (custom-variable-mark-to-save)
10662 (custom-variable-state-set-and-redraw)
10663 (custom-variable-mark-to-reset-standard)
10664 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10665 (custom-face-mark-to-reset-standard)
10666 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10667 (custom-group-mark-to-reset-standard): New functions.
10668 (custom-variable-save): Move save, state-set, and redraw
10669 functionality to custom-variable-mark-to-save.
10670 (custom-face-save): Move save, state-set, and redraw
10671 functionality to custom-face-mark-to-save.
10672 (custom-group-save): Move save, state-set, and redraw
10673 functionality to custom-group-mark-to-save.
10674 (custom-variable-reset-standard, custom-face-reset-standard)
10675 (custom-group-reset-standard): Move save, state-set, and redraw
10676 functionality to custom-reset-standard-save-and-update.
10677
10678 (custom-buffer-create-internal): Fix text in verbose help.
10679 (custom-face-value-create): Indent doc-strings of faces like
10680 those of variables.
10681
10682 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10683
10684 * server.el (server-process-filter): Replace lineno and columnnno
10685 which defaulted to 1&0 with filepos which defaults to nil.
10686 (server-goto-line-column): Only receive the filepos.
10687 Only move if filepos is non-nil.
10688 (server-visit-files): Slight restructure to consolidate two calls to
10689 server-goto-line-column into just one.
10690
10691 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10692 the use of degraded mode.
10693 (nxml-degrade): Don't change mode-name.
10694
10695 * nxml/rng-nxml.el (rng-nxml-mode-init):
10696 Don't overwrite mode-line-process.
10697
10698 * ibuffer.el (mode): Pass the buffer to format-mode-line.
10699 (ibuffer-update-mode-name): Remove.
10700 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10701 (ibuffer-mode): Use mode-line-process instead.
10702
10703 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10704 Use derived-mode-p.
10705 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10706
10707 * help.el (describe-mode): Pass the right buffer to format-mode-line.
10708
10709 2008-01-16 Glenn Morris <rgm@gnu.org>
10710
10711 * comint.el (comint-regexp-arg): Fix no-input case.
10712
10713 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10714
10715 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10716 * pcvs.el (cvs-revert-if-needed):
10717 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10718
10719 * vc-svn.el (vc-svn-find-file-hook):
10720 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10721
10722 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
10723
10724 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10725 (icalendar-export-file, icalendar-import-file):
10726 Restore significant trailing whitespace in `interactive' prompts.
10727
10728 2008-01-16 Tom Tromey <tromey@redhat.com>
10729
10730 * calendar/icalendar.el (icalendar--convert-tz-offset)
10731 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10732 (icalendar--find-time-zone): New functions.
10733 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10734 `decode-time'. Doc fix.
10735 (icalendar--convert-ical-to-diary): Compute zone-map.
10736 Pass timezone to icalendar--decode-isodatetime.
10737
10738 2008-01-16 Alan Mackenzie <acm@muc.de>
10739
10740 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10741 an eval-and-compile, so as to permit byte-compiling (e.g. in
10742 bootstrap).
10743
10744 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10747 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10748 using the same key for different menu entries.
10749
10750 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10751 (smerge-makeup-conflict): New command.
10752
10753 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10754
10755 * log-edit.el (log-edit): Doc fix.
10756
10757 2008-01-15 Glenn Morris <rgm@gnu.org>
10758
10759 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10760
10761 2008-01-14 Alan Mackenzie <acm@muc.de>
10762
10763 * progmodes/cc-vars.el (c-constant-symbol): New function which
10764 supersedes c-const-symbol. During a customize-.. call it enables
10765 an element of (e.g.) c-hanging-braces alist to have its name
10766 displayed, even when the default value of c-h-b etc. doesn't
10767 include the elemnt. Replace uses of the old function by the new.
10768
10769 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10770 obscure non-working fragment ":value c-".
10771
10772 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10775
10776 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10777
10778 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10779 instead of `tramp-file-name-real-host'.
10780
10781 * net/trampver.el: Update release number.
10782
10783 2008-01-14 Alan Mackenzie <acm@muc.de>
10784
10785 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10786 call inside a struct being recognised as a K&R argument.
10787
10788 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10789
10790 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10791 Accept "fatal error" from MSFT.
10792 Reported by Jared Finder <jfinder@crypticstudios.com>.
10793
10794 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10795
10796 * smerge-mode.el (smerge-auto): New function.
10797 * vc-svn.el (vc-svn-find-file-hook):
10798 * vc-arch.el (vc-arch-find-file-hook):
10799 * pcvs.el (cvs-revert-if-needed):
10800 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10801 (top-level): Add a Todo list.
10802
10803 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10804
10805 * vc.el (vc-update): Resolve conflicts if necessary instead of
10806 just updating the buffer.
10807
10808 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10809 update command so that we can parse the output.
10810
10811 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10812
10813 * mail/rmail.el (rmail-convert-to-babyl-format):
10814 Remove save-excursion to avoid infinite looping.
10815 Reported by dnz <dnz@bk.ru>.
10816
10817 2008-01-12 Glenn Morris <rgm@gnu.org>
10818
10819 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10820 can be interned without a function definition.
10821
10822 2008-01-12 Jason Rumney <jasonr@gnu.org>
10823
10824 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10825 (rng-nxml-mode-init): Declare.
10826
10827 2008-01-11 Jason Rumney <jasonr@gnu.org>
10828
10829 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10830 (rng-preferred-prefix-alist-default): Remove.
10831
10832 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10833 Rename from nxml-enable-unicode-char-name-sets-flag.
10834 (nxml-enable-unicode-char-name-sets-1): Merge into
10835 nxml-enable-unicode-char-name-sets.
10836 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10837 nxml-char-name-ignore-case here.
10838
10839 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10840 Update doc string and commentary.
10841 (nxml-char-name-ignore-case): Change default value.
10842 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10843
10844 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10845
10846 * cus-start.el (all): Add missing version entries.
10847
10848 2008-01-11 Glenn Morris <rgm@gnu.org>
10849
10850 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10851 (euc-to-flat-code, flat-code-to-euc):
10852 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10853 (wl-summary-buffer-msgdb): Declare as funtions.
10854
10855 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10856
10857 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10858 Bind buffer-file-name and buffer-file-truename.
10859
10860 * fringe.el (fringe-mode-explicit): New variable.
10861 (set-fringe-mode): Don't alter default-frame-alist when just
10862 loading this file.
10863
10864 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10865
10866 * doc-view.el (doc-view-buffer-file-name): New variable.
10867 (doc-view-convert-current-doc, doc-view-search)
10868 (doc-view-current-cache-dir, doc-view-initiate-display)
10869 (doc-view-mode): Use it.
10870 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10871 instead of function.
10872
10873 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10874
10875 * vc-svn.el (vc-svn-registered): Return the correct value for
10876 ignored and unregistered files.
10877
10878 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10879
10880 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10881
10882 2008-01-10 Tom Tromey <tromey@redhat.com>
10883
10884 * vc.el (vc-status-unmark-all-files): New function.
10885 (vc-status-unmark-all-files): Likewise.
10886 (vc-status-mode-map): Add bindings.
10887
10888 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10889
10890 * ediff*.el: Uncomment declare-function.
10891
10892 * emulation/viper*.el: Uncomment declare-function.
10893
10894 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10895
10896 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10897 files inside archives uniformly.
10898
10899 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
10900
10901 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
10902 constant with a computation on sgml-specials rather than a literal
10903 list. Without this change the syntax table is generated
10904 incorrectly, and the mode will think it's in a comment following
10905 any instance of the string "--".
10906
10907 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
10908
10909 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
10910 (doc-view-mode): Support document files inside archives.
10911
10912 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
10913
10914 * vc.el (vc-deduce-fileset): Return the currently selected file if
10915 no files are selected when using vc-status.
10916
10917 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
10918
10919 * ediff*.el: Comment out declare-function. "make bootstrap"
10920 stops with an error and Emacs does not compile with those things in.
10921 Besides, declare-function is not defined in XEmacs.
10922
10923 * ediff-util (eqiff-quit): Autoraise minibuffer.
10924
10925 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
10926
10927 * emulation/viper*.el: Comment out declare-function -- not defined
10928 in XEmacs.
10929
10930 * emulation/viper-ex.el (viper-info-on-file):
10931 Take care of indirect buffers.
10932
10933 * emulation/viper.el (viper-set-hooks, set-cursor-color):
10934 Set viper-vi-state-cursor-color.
10935
10936 2008-01-09 Tom Tromey <tromey@redhat.com>
10937
10938 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
10939 Just return header.
10940 (vc-status-move-to-goal-column): New function.
10941 (vc-status-mode-map): Define more keys.
10942 (vc-status-mode): Use vc-status-refresh. Now 'special.
10943 (vc-status-refresh): New function.
10944 (vc-status-next-line): Likewise.
10945 (vc-status-previous-line): Likewise.
10946 (vc-status-mark-file): Use vc-status-next-line.
10947 (vc-status-unmark-file): Use vc-status-previous-line.
10948 (vc-status-unmark-file-up): New function.
10949 (vc-status-register): Likewise.
10950 (vc-status-find-file): Likewise.
10951 (vc-status-find-file-other-window): Likewise.
10952 (vc-status-current-file): Likewise.
10953 (vc-ensure-vc-buffer): Understand vc-status mode.
10954
10955 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
10956
10957 2008-01-09 Glenn Morris <rgm@gnu.org>
10958
10959 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
10960 entry, for Windows.
10961
10962 2008-01-09 Tom Tromey <tromey@redhat.com>
10963
10964 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
10965
10966 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
10969 add a file-name handler.
10970
10971 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10972
10973 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
10974 Rename from function bibtex-files-expand. New optional arg select.
10975 (bibtex-flash-head): Allow blink-matching-delay being zero.
10976 (bibtex-clean-entry): Use atomic-change-group.
10977 (bibtex-format-entry): Check presence of required fields only
10978 after formatting of fields. Use member-ignore-case. Do not use
10979 bibtex-parse-entry. Do not use booktitle field to set a missing title.
10980 (bibtex-autofill-entry): Do not call undo-boundary.
10981 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
10982 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
10983 Parse keys if necessary.
10984
10985 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10986
10987 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
10988 quotes in case of spaces, e.g. STL containers (not pretty).
10989
10990 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10991
10992 * progmodes/gdb-ui.el (gud-gdb-command-name):
10993 Explain "--annotate=3" option is necessary for the Graphical Interface.
10994
10995 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
10996
10997 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
10998 on menu bar.
10999
11000 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11001
11002 * ffap.el (ffap-read-file-or-url): Let-bind
11003 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11004
11005 2008-01-08 Sven Joachim <svenjoac@gmx.de>
11006
11007 * vc-bzr.el: Fix typo in header.
11008
11009 2008-01-08 Eli Zaretskii <eliz@gnu.org>
11010
11011 * Makefile.in (custom-deps, finder-data): Depend on autoloads
11012 instead of loaddefs.el.
11013
11014 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11017 gets inserted out-of-order.
11018
11019 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
11020
11021 * vc-bzr.el: Copyright and version headers update.
11022 Remove some outdated comments through the whole file.
11023 (vc-bzr-program-args): Remove because unused.
11024 (vc-bzr-log-switches): New customization option.
11025 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
11026 use `vc-bzr-program-args'.
11027 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11028 `vc-find-root' (patch by Andreas Hoenen).
11029 (vc-bzr-status): Update regex to match latest Bzr output.
11030 Remove redundant test.
11031 (vc-bzr-init-version): New function.
11032 (vc-bzr-unregister): Must not delete file.
11033 (vc-bzr-find-version): New function.
11034 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11035 a non-empty string, otherwise take head revision.
11036 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11037 (vc-bzr-diff): Simpler build of the revision spec string.
11038 (vc-annotate-convert-time, vc-bzr-annotate-difference):
11039 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11040 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
11041 (vc-bzr-dired-state-info): Only provide custom strings for
11042 overloaded VC state 'edited; otherwise fallback to
11043 `vc-default-dired-state-info'.
11044
11045 2008-01-08 Richard Stallman <rms@gnu.org>
11046
11047 * delsel.el (delete-selection-mode): Doc fix.
11048
11049 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11050
11051 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11052 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11053
11054 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11055 of watch expressions (only works fully with GDB 6.7 or later).
11056
11057 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
11058
11059 * time-stamp.el (time-stamp-time-zone):
11060 * whitespace.el (whitespace-check-buffer-leading)
11061 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11062 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11063 * progmodes/sh-script.el (sh-indentation):
11064 * textmodes/ispell.el (ispell-local-pdict):
11065 Add safe-local-variable properties.
11066
11067 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11068
11069 * vc-git.el (vc-git--call): Apply `process-file' instead of
11070 `call-process'.
11071
11072 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11073 Reported by Pete Forman <pete.forman@westerngeco.com>.
11074 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11075 (tramp-handle-process-file): Handle the case where DESTINATION is
11076 a consp with t as car.
11077 (tramp-wait-for-output): We shall remove exactly what has been
11078 find by the search.
11079
11080 2008-01-08 Kevin Ryde <user42@zip.com.au>
11081
11082 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11083 For perl, allow "during global destruction" at end. Add entry for
11084 two-arg form of the Test module ok() func.
11085
11086 2008-01-08 Glenn Morris <rgm@gnu.org>
11087
11088 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11089 unified format.
11090
11091 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11092
11093 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
11094
11095 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11096 Simplify selection of frame focusing function.
11097
11098 2008-01-08 Michael Olson <mwolson@gnu.org>
11099
11100 * textmodes/remember.el (remember-region): Fix typo in docstring.
11101
11102 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
11103
11104 * textmodes/remember.el (remember): If there is a visible region
11105 [that is, the mark is active and transient mark mode is enabled]
11106 then use this region for the initial contents of the *Remember*
11107 buffer. Use `region-beginning' and `region-end' instead of
11108 `point' and `mark'.
11109
11110 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
11111
11112 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11113 argument to vc-hg-command.
11114 (vc-hg-log-view-mode): Handle the user field better.
11115
11116 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11119
11120 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * vc.el (vc-status-fileinfo): New defstruct.
11123 (vc-status): New defvar.
11124 (vc-status-insert-headers, vc-status-printer, vc-status)
11125 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11126 (vc-status-unmark-file, vc-status-marked-files): New functions.
11127
11128 * vc-hg.el (vc-hg-dir-status): New function.
11129
11130 2008-01-06 Martin Rudalics <rudalics@gmx.at>
11131
11132 * cus-edit.el (custom-tool-bar-map): Move initialization of this
11133 keymap from here ...
11134 (custom-mode): ... to here. Reported by Reiner Steib.
11135
11136 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11137
11138 * obsolete/x-apollo.el: Remove file for unsupported system.
11139
11140 * term/x-win.el (vendor-specific-keysyms): Remove reference to
11141 Apollo.
11142
11143 * progmodes/gud.el (gud-dgux-p): Remove.
11144 (dbx): Remove reference to dgux.
11145
11146 * progmodes/ps-mode.el (ps-mode-print-function):
11147 * ps-print.el (ps-lp-system):
11148 * paths.el (rmail-spool-directory):
11149 * ls-lisp.el (ls-lisp-emulation):
11150 * lpr.el (lpr-lp-system):
11151 * dired.el (dired-chown-program): Remove references to dgux.
11152
11153 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * vc.el (vc-process-sentinel): Fix apparent typo.
11156 (vc-do-command): Forcefully kill any left over process.
11157 Use start-file-process.
11158 (vc-annotate-get-time-set-line-props): Check we don't move backward.
11159
11160 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
11161
11162 * net/dbus.el (dbus-list-hash-table)
11163 (dbus-name-owner-changed-handler): Replace "signal" by "member".
11164 (dbus-check-event): Add serial number to event.
11165 (dbus-handle-event): Apply return message if needed.
11166 (dbus-event-serial-number): New defun.
11167 (dbus-event-service-name, dbus-event-path-name)
11168 (dbus-event-interface-name, dbus-event-member-name):
11169 Adapt implementation to serial number.
11170
11171 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11172
11173 * bs.el (bs--get-mode-name): Fix typo in previous change.
11174
11175 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11176
11177 * mouse.el (mouse-popup-menubar): Fix typo.
11178
11179 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11180 form inside with-current-buffer.
11181
11182 * progmodes/antlr-mode.el (provide): Move to the end of file.
11183 (require): Don't require font-lock and compile.
11184 (outline-level, imenu-use-markers, imenu-create-index-function):
11185 Move declarations to top level.
11186 (cond-emacs-xemacs-macfn): Declare for compiler.
11187
11188 * vc-bzr.el (vc-bzr-root):
11189 * vc-arch.el (vc-arch-root): Only set a property if the file is
11190 managed by this backend.
11191
11192 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11193
11194 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
11195
11196 * doc-view.el (doc-view-scroll-up-or-next-page)
11197 (doc-view-scroll-down-or-previous-page): Don't scroll to the
11198 top/bottom again when on the first/last page.
11199
11200 * doc-view.el (doc-view-scroll-up-or-next-page)
11201 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11202 image-scroll-down instead of the non-image equivalents.
11203 Don't rely on a signalled condition but switch pages when scrolling
11204 doesn't change the vertical position anymore.
11205 (doc-view-mode-map): Remap scroll-{up,down} to
11206 image-scroll-{up,down}.
11207
11208 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
11209
11210 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11211 tpu-mapper command rather than load the tpu-mapper package.
11212
11213 * emulation/tpu-mapper.el (tpu-mapper): New command.
11214 Contains all the code previously at top-level.
11215
11216 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11217
11218 * bs.el (bs--sort-by-mode, bs--get-mode-name):
11219 * imenu.el (imenu-add-to-menubar):
11220 * makesum.el (make-command-summary):
11221 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11222 (mouse-buffer-menu):
11223 * msb.el (msb--mode-menu-cond):
11224 * calc/calc-embed.el (calc-do-embedded):
11225 * emacs-lisp/helper.el (Helper-describe-mode):
11226 * mail/emacsbug.el (report-emacs-bug):
11227 * progmodes/hideshow.el (hs-grok-mode-type):
11228 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11229 * textmodes/table.el (*table--cell-describe-mode):
11230 Pass mode-name through format-mode-line.
11231
11232 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * progmodes/ada-xref.el (ada-prj-find-prj-file):
11235 * progmodes/ada-mode.el (comment-region):
11236 * calendar/todo-mode.el (todo-insert-item):
11237 * bookmark.el (bookmark-buffer-name):
11238 Test major-mode rather than mode-name.
11239
11240 2008-01-04 Richard Stallman <rms@gnu.org>
11241
11242 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11243 Call byte-compile-warn-about-unresolved-functions outside
11244 the with-current-buffer.
11245 (byte-compile-insert-header): Use with-current-buffer.
11246
11247 2008-01-04 Glenn Morris <rgm@gnu.org>
11248
11249 * startup.el (fancy-about-screen): Remove reference to deleted
11250 `fancy-splash-help-echo' variable.
11251
11252 * version.el (emacs-copyright): Update to 2008.
11253
11254 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11255 rather than mapcar.
11256
11257 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11258 change (merge mistake).
11259
11260 * doc-view.el (doc-view-search-internal): Don't use `incf'.
11261
11262 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11263 (bookmark-get-bookmark-record):
11264 * image-mode.el (bookmark-make-cell-function)
11265 (bookmark-get-filename, bookmark-get-bookmark-record)
11266 (bookmark-get-position):
11267 * log-view.el (vc-modify-change-comment):
11268 * progmodes/grep.el (find-name-arg): Declare for compiler.
11269
11270 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11271
11272 * savehist.el (savehist-coding-system): Default to a variant coding
11273 system with explicit unix end-of-line conversion, which is safer.
11274
11275 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11276
11277 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11278 * ibuffer.el (mode column): Use format-mode-line.
11279
11280 * server.el (server-create-window-system-frame): Remove workaround for
11281 a bug that has been fixed.
11282
11283 2008-01-03 Magnus Henoch <magnus@zemdatav>
11284
11285 * net/dbus.el (dbus-name-owner-changed-handler):
11286 Use dbus-unregister-object instead of dbus-unregister-signal.
11287
11288 2008-01-03 Drew Adams <drew.adams@oracle.com>
11289
11290 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11291
11292 2008-01-03 Richard Stallman <rms@gnu.org>
11293
11294 * replace.el (occur-context-lines): New subroutine,
11295 broken out of occur-engine.
11296 (occur-engine): Call it.
11297
11298 2008-01-03 Alexandre Julliard <julliard@winehq.org>
11299
11300 * vc-git.el (vc-git--ls-files-state): New function.
11301 (vc-git-dir-state): Use it instead of processing the status
11302 results here.
11303
11304 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11305
11306 * progmodes/grep.el (grep-find-ignored-directories):
11307 Initialize from the value of vc-directory-exclusion-list.
11308
11309 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11310 even though we don't have a back end for darcs yet.
11311
11312 2008-01-02 Karl Fogel <kfogel@red-bean.com>
11313
11314 Change a return type, for greater extensibility.
11315 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11316 and its thread for discussion leading to this change.
11317
11318 * bookmark.el (bookmark-jump-noselect):
11319 Return an alist instead of a dotted pair.
11320 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11321 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11322 (bookmark-bmenu-switch-other-window): Adjust accordingly.
11323 (bookmark-make-cell-function): Adjust documentation accordingly.
11324
11325 * image-mode.el (image-bookmark-jump):
11326 Adjust return type accordingly; document.
11327
11328 * doc-view.el (doc-view-bookmark-jump):
11329 Adjust return type accordingly; document.
11330
11331 2008-01-02 Miles Bader <miles@gnu.org>
11332
11333 * net/rcirc.el (rcirc-log-filename-function): New variable.
11334 (rcirc-log): Use `rcirc-log-filename-function' to generate the
11335 log-file name. Don't log anything if it returns nil.
11336 (rcirc-log-write): Use `expand-file-name' when merging the
11337 log-file name from the alist with rcirc-log-directory; this does
11338 the right thing if the name in the alist already an absolute
11339 filename. Make the log-file directory if necessary.
11340
11341 2007-12-29 Richard Stallman <rms@gnu.org>
11342
11343 * font-lock.el (font-lock-prepend-text-property)
11344 (font-lock-append-text-property): Canonicalize the face and
11345 font-lock-face properties.
11346
11347 * faces.el (facep): Doc fix.
11348
11349 * startup.el (fancy-startup-tail, fancy-about-text)
11350 (fancy-startup-text): Regularize format of face property.
11351
11352 * facemenu.el (list-colors-print): Use :background and :foreground
11353 instead of background-color and foreground-color.
11354
11355 2007-12-29 Drew Adams <drew.adams@oracle.com>
11356
11357 * cus-edit.el (custom-add-parent-links):
11358 Fill the "Parent documentation" text.
11359
11360 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11361
11362 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11363 MS-Windows and MS-DOS.
11364 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11365
11366 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11367
11368 * vc-svn.el (vc-svn-modify-change comment): New function.
11369
11370 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11371
11372 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11373 Do not disable undo, with-temp-buffer does it by default.
11374
11375 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
11376
11377 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11378 correctly.
11379
11380 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
11381 with vc-state.
11382 (vc-next-action): Fix vc-transfer-file call.
11383
11384 2007-12-31 Tom Tromey <tromey@redhat.com>
11385
11386 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11387 Move point to the start of the buffer.
11388
11389 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
11390
11391 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11392
11393 * vc.el: State that dir-state is required to set the vc-state and
11394 vc-backend properties.
11395
11396 2007-12-31 Martin Rudalics <rudalics@gmx.at>
11397
11398 * man.el (Man-default-man-entry): Make this a defun.
11399 Improve guessing mechanism and handling of section numbers.
11400
11401 2007-12-31 Richard Stallman <rms@gnu.org>
11402
11403 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11404
11405 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
11406
11407 * calc/calc-units.el (calc-convert-temperature): Ensure that units
11408 are on the result even when the result is zero.
11409
11410 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
11411
11412 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11413 resistent towards wrong parameters.
11414 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11415
11416 2007-12-30 Richard Stallman <rms@gnu.org>
11417
11418 * faces.el (face-all-attributes): New function.
11419
11420 * faces.el (face-differs-from-default-p): Compute list of attr names
11421 from face-attribute-name-alist.
11422
11423 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11424 (custom-face-save): Likewise.
11425 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11426
11427 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11428 (custom-theme-set-faces): Clear `face-override-spec' property.
11429 Call `face-spec-set' with FOR-DEFFACE.
11430
11431 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11432
11433 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11434 Use of frame as third arg is deprecated.
11435 Handle `face-override-spec' property.
11436 (face-spec-recalc): New function.
11437 (face-spec-set-2): New function.
11438 (frame-set-background-mode): Handle `face-override-spec' property.
11439 Use `face-spec-recalc'.
11440 (face-set-after-frame-default): Use `face-spec-recalc'.
11441
11442 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
11443
11444 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11445
11446 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11447
11448 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11449
11450 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
11451
11452 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11453 'added, 'removed.
11454
11455 * vc.el (header coment): Better description of dir-state.
11456 (vc-compatible-state): New function. Checks whether two states
11457 can be in the same changeset; used with 'edited it can test whether
11458 the next action for a state should be commit.
11459 (vc-default-dired-state-info): Display 'removed state.
11460 (vc-dired-hook): Turn off undo, this is a speed tweak.
11461
11462 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11463
11464 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11465 Cope with the possibility that the 'C' status flag might change
11466 in 0.9,6.
11467
11468 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11469
11470 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11471
11472 * files.el (cd-absolute): Fix omission bug:
11473 Make `list-buffers-directory' buffer-local.
11474
11475 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11476
11477 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11478
11479 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
11480
11481 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11482
11483 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11484 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11485 (math-yacas-compose-deriv, math-yacas-compose-taylor)
11486 (math-maxima-parse-subst, math-maxima-parse-taylor)
11487 (math-maxima-compose-taylor, math-maxima-compose-subst)
11488 (math-maxima-compose-if, math-lang-switch-args)
11489 (math-lang-compose-switch-args, math-read-giac-subscr):
11490 New functions.
11491 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11492 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11493 Add languages.
11494 (math-vector-brackets, math-complex-format, math-variable-table)
11495 (math-parse-table, math-oper-table, math-function-table)
11496 (math-special-function-table, math-compose-subscr):
11497 Add values for new languages.
11498
11499 * calc/calccomp.el (math-compose-expr): Add new languages.
11500
11501 * calc/calc.el (calc-language): Add languages to docstring.
11502
11503 * calc/calc-ext.el (calc-init-extensions): Add keybindings
11504 for new languages. Autoload commands to change languages.
11505
11506 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11507
11508 * calc/calc-menu.el (calc-modes-menu): Add new languages.
11509 (calc-arithmetic-menu, calc-scientific-function-menu)
11510 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11511 (calc-units-menu, calc-variables-menu, calc-stack-menu):
11512 Add :active keywords.
11513
11514 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11515
11516 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11517 returns 'ignored or 'unregistered.
11518 (vc-hg-state): Pass "-A" to the status command and deal with the
11519 output.
11520 (vc-hg-dir-state): Pass "-A" to the status command.
11521
11522 2007-12-29 Richard Stallman <rms@gnu.org>
11523
11524 * progmodes/compile.el (compilation-start): Set initial visible
11525 point properly even when compilation buffer already current.
11526
11527 2007-12-29 Richard Stallman <rms@gnu.org>
11528
11529 * files.el (conf-mode-maybe): New function.
11530 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11531
11532 2007-12-29 Martin Rudalics <rudalics@gmx.at>
11533
11534 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11535
11536 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11537
11538 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11539
11540 2007-12-29 Richard Stallman <rms@gnu.org>
11541
11542 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11543 so they never do EOF.
11544
11545 2007-12-29 Richard Stallman <rms@gnu.org>
11546
11547 * faces.el (copy-face): Create the new face explicitly if it
11548 does not exist already.
11549
11550 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11551
11552 * simple.el (minibuffer-history, shell-command-history)
11553 (set-variable-value-history):
11554 * replace.el (regexp-history):
11555 * international/mule-cmds.el (input-method-history):
11556 * files.el (file-name-history): Add reference to history-length in
11557 the doc string.
11558
11559 2007-12-29 Richard Stallman <rms@gnu.org>
11560
11561 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11562
11563 2007-12-29 Jason Rumney <jasonr@gnu.org>
11564
11565 * find-dired.el (find-name-arg): New custom variable.
11566 (find-name-dired): Use it.
11567 (find-dired-find-program): Remove.
11568 (find-dired): Use find-program.
11569 (find-grep-dired): Use grep-program.
11570
11571 * progmodes/grep.el (rgrep): Use find-name-arg.
11572
11573 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11574
11575 * progmodes/cc-vars.el (defcustom-c-stylevar):
11576 Revert to pre-2007-12-12 version.
11577
11578 2007-12-29 Richard Stallman <rms@gnu.org>
11579
11580 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11581
11582 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11583 Use changed.
11584
11585 * startup.el (fancy-splash-help-echo): Var deleted.
11586 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11587 (fancy-about-screen): Don't display fancy-splash-help-echo.
11588
11589 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11590
11591 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
11592
11593 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11594 to vc-hooks.el so it will be available to other modes, such as
11595 speedbar.el. Also, teach it to recognize monotone state directories.
11596
11597 * speedbar.el: Remove this mode's fragile assumptions about
11598 version-control systems. Instead, make it use logic from
11599 vc-hooks.el so it will become smarter whenever VC mode does.
11600
11601 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11602 Fix the documentation.
11603
11604 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11605 Modify all instances of the dir-state back-end method to suppress
11606 keeping undo lists on the buffers holding status output, which
11607 can get extremely large.
11608
11609 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11610 so they don't do work that the default one can do instead.
11611
11612 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11613 states, and the new return-value convention. These are not
11614 actually used yet, just set.
11615
11616 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11617 states when appropriate.
11618
11619 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11620 'unregistered when appropriate.
11621
11622 * vc-git.el: Document that we don't set the new states yet.
11623
11624 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11625 'ignored states.
11626
11627 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11628 appropriate.
11629
11630 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11631 when appropriate.
11632
11633 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
11634
11635 * thumbs.el (thumbs-call-convert): Use call-process directly
11636 with thumbs-conversion-program instead of through shell-file-name
11637 for better error reporting.
11638
11639 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
11640
11641 * calc/calc-aent.el (math-remove-percentsigns):
11642 * calc/calccomp.el (math-to-percentsigns): Change placeholder
11643 for percent signs.
11644
11645 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11646
11647 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11648 use completion-ignored-extensions to detect files that should be
11649 ignorted in VC-Dired listings, heading off lots of expensive calls
11650 to (vc-state).
11651
11652 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11653 non-terse mode.
11654 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11655 Makefile.in or Makefile.am.
11656
11657 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11658
11659 * ps-print.el (ps-mark-active-p): Fun returned back.
11660 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11661 `region-active-p' for error checking.
11662
11663 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11664
11665 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11666 Put new machinery in place to support editing of change comments
11667 with 'e' in a log-view buffer. Not documented yet as this
11668 only works for SCCS, RCS, and maybe CVS if you have admin
11669 privileges. When we have backend support for Subversion and
11670 more modern systems it will be time to write this up.
11671
11672 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
11673
11674 * international/mule-cmds.el (select-safe-coding-system):
11675 When a buffer is modified, cancel the writing.
11676
11677 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
11678
11679 * log-view.el: Add Subversion and Mercurial log format samples.
11680
11681 * vc.el (vc-dired-hook): Significantly speed up by arranging for
11682 it to call the backend dir-state hook (if it exists)
11683 exactly *once*, rather than once per each subdirectory (with
11684 dired-state-info calls on all toplevel files slowing it down even
11685 further). For this to work, backend dir-state methods have to
11686 recurse to subdirectories. Most of them already did anyway; a few
11687 needed *non*-recursion switches removed. This change mostly
11688 removed code that was perversely bad and should have been shot
11689 through the head years ago.
11690
11691 * vc-bzr.el (vc-bzr-dir-state):
11692 * vc-cvs.el (vc-cvs-dir-state):
11693 * vc-mcvs.el (vc-mcvs-dir-state):
11694 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11695
11696 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11697 multiple arguments, so generate logs sequentially when we get them.
11698 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11699 headers so the various log bindings can do the right thing.
11700 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11701
11702 2007-12-26 Andreas Schwab <schwab@suse.de>
11703
11704 * font-lock.el (save-buffer-state): Make sure the state of the
11705 buffer is always restored.
11706
11707 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11708
11709 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11710
11711 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11712 a variable.
11713
11714 * calc/calccomp.el (math-to-percentsigns): New function.
11715 (math-compose-var): Handle variables with percent signs.
11716 (math-compose-expr): Handle function names with percent signs.
11717
11718 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11719 (math-read-exprs): Handle percent signs in languages that
11720 allow them.
11721 (math-restore-underscores): Remove function.
11722 (math-remove-percentsigns, math-restore-placeholders):
11723 New functions.
11724
11725 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11726
11727 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11728 of `mark' for error checking.
11729
11730 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11731
11732 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11733 New functions.
11734 (image-mode): Set bookmark-make-cell-function appropriately.
11735
11736 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11737
11738 * bookmark.el (bookmark-make-cell-function): New variable.
11739 (bookmark-make): Call bookmark-make-cell-function's function
11740 instead of bookmark-make-cell.
11741 (bookmark-get-handler, bookmark-jump-internal): New functions.
11742 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11743 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11744 Use bookmark-jump-internal.
11745 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11746
11747 * doc-view.el (doc-view-bookmark-make-cell)
11748 (doc-view-bookmark-jump): New functions.
11749 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11750
11751 2007-12-25 Miles Bader <miles@gnu.org>
11752
11753 * indent.el (indent-for-tab-command): Rigidly indent the following
11754 sexp along with the current line when a prefix arg is given in the
11755 non-active-region case. Specify raw prefix in interactive spec.
11756 Simplify main indentation logic to get rid of the conditional call
11757 to `indent-according-to-mode' (it just ended up calling
11758 `indent-line-function' in all cases anyway, which can be done more
11759 simply here). Remove unnecessary test of ARG in active region case.
11760
11761 2007-12-25 Richard Stallman <rms@gnu.org>
11762
11763 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11764 Use `use-region-p'.
11765 (allout-write-file-hook-handler): Simplify code.
11766
11767 * ps-print.el (ps-mark-active-p): Function deleted.
11768 (ps-print-preprint-region): Use (mark) for the error check.
11769
11770 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11771
11772 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11773
11774 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11775
11776 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11777
11778 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11779
11780 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11781
11782 * progmodes/cc-defs.el (c-region-is-active-p):
11783 Use `mark-active' if it's defined.
11784
11785 * progmodes/cc-cmds.el (c-indent-line-or-region):
11786 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11787
11788 * simple.el (select-active-regions): New option.
11789 (set-mark): Obey it.
11790 (yank-pop-change-selection): New option.
11791 (current-kill): Obey it.
11792
11793 * simple.el (use-region-p): Rename from `region-active-p'.
11794 (region-active-p): New function.
11795
11796 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11797
11798 * term/x-win.el (x-select-enable-primary): New option.
11799 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11800
11801 * mouse.el (mouse-yank-primary): New function (almost same
11802 as mouse-yank-secondary).
11803
11804 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11805
11806 * calculator.el:
11807 * dframe.el:
11808 * iswitchb.el:
11809 * whitespace.el:
11810 * winner.el:
11811 * emacs-lisp/checkdoc.el:
11812 * mail/feedmail.el:
11813 * net/quickurl.el:
11814 * obsolete/fast-lock.el:
11815 * play/5x5.el:
11816 * progmodes/delphi.el:
11817 * progmodes/idlw-shell.el:
11818 * progmodes/idlwave.el:
11819 * textmodes/artist.el:
11820 * textmodes/ispell.el:
11821 * textmodes/texinfmt.el:
11822 * textmodes/texinfo.el: Remove obsolete definitions of backward
11823 compatibility macros for defcustom, defgroup, defface, when,
11824 unless, with-current-buffer and with-temp-message.
11825
11826 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11827
11828 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11829
11830 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11833 indeed a process.
11834
11835 2007-12-23 Richard Stallman <rms@gnu.org>
11836
11837 * simple.el (region-active-p): New function.
11838 (use-empty-active-region): New variable.
11839
11840 * dired-aux.el (dired): Load dired.el at run time too.
11841
11842 2007-12-23 Juri Linkov <juri@jurta.org>
11843
11844 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11845 default list with a full list of references.
11846
11847 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11848
11849 2007-12-23 Andreas Schwab <schwab@suse.de>
11850
11851 * files.el (switch-to-buffer-other-frame): Return the buffer
11852 switched to.
11853
11854 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11855
11856 Sync with Tramp 2.1.12.
11857
11858 * net/tramp.el: New todo item.
11859
11860 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11861 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11862
11863 * net/trampver.el: Update release number.
11864
11865 2007-12-22 Richard Stallman <rms@gnu.org>
11866
11867 * newcomment.el (comment-region-default): Don't triple the
11868 comment starter if the first region line isn't indented enough.
11869
11870 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11871
11872 * net/imap.el (imap-authenticate): Use current-buffer instead of
11873 buffer, for the cases where imap-authenticate is called with a nil
11874 buffer parameter.
11875
11876 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11877
11878 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11879 specifier from format-string. Reported by Ye Wenbin.
11880
11881 2007-12-20 Jason Rumney <jasonr@gnu.org>
11882
11883 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11884 Parent group is font-lock-faces.
11885 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11886 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11887 (nxml-version): Remove.
11888 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11889 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11890 (nxml-processing-instruction-delimiter)
11891 (nxml-processing-instruction-target)
11892 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
11893 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
11894 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
11895 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
11896 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
11897 (nxml-attribute-prefix, nxml-attribute-colon)
11898 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
11899 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
11900 (nxml-attribute-value, nxml-attribute-value-delimiter)
11901 (nxml-namespace-attibute-value)
11902 (nxml-namespace-attribure-value-delimiter)
11903 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
11904 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
11905 (nxml-glyph): Rename, removing -face suffix.
11906 Inherit from existing font-lock faces.
11907 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
11908 Use new face names.
11909
11910 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
11911 (nxml-outline-active-indicator, nxml-outline-ellipsis):
11912 Rename, removing -face suffix.
11913 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
11914 (nxml-highlighted-colon, nxml-highlighted-slash)
11915 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
11916 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
11917 (nxml-highlighted-qname, nxml-outline-display-heading):
11918 Use new face names.
11919
11920 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
11921
11922 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
11923
11924 2007-12-19 Martin Rudalics <rudalics@gmx.at>
11925
11926 * cus-start.el (all): Use correct group name for members of
11927 mode-line group.
11928
11929 * man.el (Man-default-man-entry): When looking for default man
11930 entry title search text preceding point. Use when instead of if.
11931
11932 * indent.el (indent-for-tab-command): Fix doc-string typo.
11933
11934 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
11935 vc-parent-buffer is the current buffer.
11936
11937 * info-look.el (info-lookup, info-lookup-setup-mode)
11938 (info-lookup-make-completions): Avoid clobbering Info-history and
11939 Info-history-list.
11940
11941 2007-12-19 Glenn Morris <rgm@gnu.org>
11942
11943 * progmodes/verilog-mode.el (top-level): Don't require compile.
11944 (compilation-error-regexp-alist, compilation-last-buffer):
11945 Define for compiler.
11946 (verilog-insert-1): New function.
11947 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
11948 Use verilog-insert-1.
11949 (verilog-surelint-off): Use next-error-last-buffer if bound.
11950 Check compile buffer is live.
11951
11952 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
11953
11954 * progmodes/compile.el (compilation-start): Don't pass a FRAME
11955 argument to display-buffer.
11956
11957 2007-12-19 Jason Rumney <jasonr@gnu.org>
11958
11959 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
11960 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
11961 (rng-byte-compile-load, rng-write-version): Remove.
11962
11963 * nxml/rng-loc.el (rng-schema-locating-files-default)
11964 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
11965 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
11966
11967 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
11968
11969 * files.el (cd-absolute): Set `list-buffers-directory' in order to
11970 show correct path in buffer list.
11971
11972 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
11973 (tramp-find-shell): Send only single prompt setting commands, in
11974 order to avoid double-prompt.
11975
11976 * net/tramp-compat.el (top): Require cl only when compiling.
11977 Reported by Glenn Morris <rgm@gnu.org>.
11978
11979 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11980
11981 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
11982 (c-comment-continuation-stars): No longer declare with
11983 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
11984 (c-block-comment-prefix): Use symbol-value to
11985 access c-comment-continuation-stars.
11986 * progmodes/cc-mode.el (c-initialize-cc-mode):
11987 Use symbol-value to access c-comment-continuation-stars.
11988
11989 2007-12-18 Mark A. Hershberger <mah@everybody.org>
11990
11991 * xml.el (xml-escape-string): New function. Escape string using
11992 xml-entity-alist.
11993 (xml-debug-print-internal): Use xml-escape-string to escape
11994 characters in attributes and in text children of elements.
11995
11996 2007-12-18 Glenn Morris <rgm@gnu.org>
11997
11998 * progmodes/cc-subword.el (c-subword-mode): Drop support for
11999 systems without define-minor-mode.
12000
12001 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12002
12003 * progmodes/verilog-mode.el: Replace all instances of
12004 string-to-int with string-to-number, insert-string with insert,
12005 and read-input with read-string.
12006 (top-level): No need to require imenu, reporter, dinotrace, vc,
12007 font-lock when compiling. Always require compile. Relegate remaining
12008 compatibility cruft to XEmacs. Don't require font-lock.
12009 (verilog-version): Remove superfluous concat.
12010 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12011 No need to define.
12012 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12013 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12014 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12015 (verilog-startup-message-displayed): These are variables, not constants.
12016 (verilog-batch-execute-func, verilog-auto-inst)
12017 (verilog-auto-inst-param): Use mapc rather than mapcar.
12018 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12019 actually defining.
12020 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12021 (verilog-modi-get-outputs, verilog-modi-get-inouts)
12022 (verilog-modi-get-inputs, verilog-modi-get-wires)
12023 (verilog-modi-get-regs, verilog-modi-get-assigns)
12024 (verilog-modi-get-consts, verilog-modi-get-gparams)
12025 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12026 (verilog-modi-get-sub-inputs): Move inline functions earlier in
12027 the file.
12028 (sigs-in, sigs-out): Don't declare multiple times.
12029 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12030 `defvar'.
12031 (verilog-auto): Call dinotrace-unannotate-all only if bound.
12032 (verilog-module-inside-filename-p): No need to wrap fboundp test
12033 in condition-case.
12034 (reporter-submit-bug-report): Autoload it.
12035 (verilog-mark-defun): Call zmacs-activate-region only if bound.
12036 (verilog-font-customize): Call customize-apropos only if bound.
12037 (verilog-getopt-flags, verilog-auto-reeval-locals):
12038 Use make-local-variable rather than make-variable-buffer-local.
12039 (verilog-company, verilog-project, verilog-modi-cache-list):
12040 Move make-variable-buffer-local calls to top-level.
12041 (font-lock-defaults-alist): Don't define it.
12042 (verilog-need-fld): Remove.
12043 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12044 (verilog-mode): Only call make-local-hook on XEmacs.
12045 Set font-lock-defaults rather than using verilog-font-lock-init.
12046
12047 2007-12-17 Andreas Schwab <schwab@suse.de>
12048
12049 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12050 Fix comment typo.
12051
12052 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12053
12054 * net/dbus.el (dbus-name-owner-changed-handler):
12055 Use `dbus-unregister-signal' for removing old rules.
12056 Obey new structure of `dbus-registered-functions-table'.
12057
12058 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
12059
12060 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12061
12062 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12063
12064 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12065 function.
12066 (add-submenu): Only define for XEmacs.
12067 (verilog-regexp-words): Revert previous change, keep the other
12068 definition.
12069
12070 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12071
12072 * progmodes/perl-mode.el (perl-continued-statement-offset)
12073 (perl-continued-brace-offset, perl-brace-offset)
12074 (perl-brace-imaginary-offset, perl-label-offset):
12075 * progmodes/cperl-mode.el (cperl-brace-offset)
12076 (cperl-continued-brace-offset, cperl-label-offset)
12077 (cperl-continued-statement-offset)
12078 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12079 Add safe-local-variable properties.
12080
12081 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12082
12083 * progmodes/verilog-mode.el (verilog-mode-map)
12084 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12085 (verilog-colorize-include-files): Use only overlay functions so
12086 that it can work on both emacs and XEmacs.
12087 (set-extent-keymap): Remove unused defun.
12088 (verilog-kill-existing-comment, verilog-insert-date)
12089 (verilog-insert-year): Rename in order not to pollute the global
12090 namespace from kill-existing-comment, insert-date and
12091 insert-year, respectively.
12092 (verilog-set-auto-endcomments, verilog-header): Update callers.
12093
12094 * files.el (auto-mode-alist): Recognize verilog files.
12095
12096 * progmodes/verilog-mode.el (verilog-string-replace-matches)
12097 (verilog-string-remove-spaces, verilog-re-search-forward)
12098 (verilog-re-search-backward, verilog-re-search-forward-quick)
12099 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12100 (verilog-get-end-of-line, verilog-within-string): Move definitions
12101 before first use. No code changes.
12102
12103 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 * progmodes/verilog-mode.el (verilog-mode-version)
12106 (verilog-mode-release-date): Don't use expanding keywords.
12107 (provide): Move to the end of file.
12108 (fboundp): Don't check if eval-when-compile is bound, it is used
12109 later in the file without checking.
12110 (when, unless): Copy definitions from subr.el.
12111 (char-before, defcustom, defface, customize-group)
12112 (verilog-batch-error-wrapper): Don't use old style backquotes.
12113 (verilog-regexp-opt): Avoid using the cl function case.
12114 (verilog-regexp-words): Remove duplicated definition.
12115 (verilog-mode-abbrev-table): Remove, duplicate.
12116 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12117 Declare and initialize in one step.
12118 (verilog-declaration-prefix-re, verilog-declaration-re)
12119 (verilog-end-of-statement, verilog-indent-declaration)
12120 (verilog-get-lineup-indent): Remove trailing whitespace.
12121 (verilog-mode): Fix autoload cookie.
12122 Set beginning-of-defun-function and end-of-defun-function. Use when
12123 instead of if.
12124 (verilog-emacs-features, verilog-auto-ascii-enum)
12125 (verilog-insert-indices): Escape braces in doc strings.
12126
12127 2007-12-08 Michael McNamara <mac@verilog.com>
12128 Wilson Snyder <wsnyder@wsnyder.org>
12129
12130 * progmodes/verilog-mode.el: New file.
12131
12132 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
12133
12134 * international/latexenc.el (latexenc-find-file-coding-system):
12135 If both coding-system-for-write and buffer-file-coding-system of
12136 latex-main-file are nil, use `undecided'.
12137
12138 2007-12-06 Jason Rumney <jasonr@gnu.org>
12139
12140 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12141
12142 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12143
12144 * files.el (revert-buffer): Docstring fix.
12145
12146 2007-12-11 Glenn Morris <rgm@gnu.org>
12147
12148 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12149
12150 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
12151
12152 * calc/calc-aent.el (math-restore-underscores)
12153 (math-string-restore-underscores): New functions.
12154 (math-read-factor): Properly check variable names with underscores
12155 for entries in `math-expr-variable-mapping'.
12156
12157 * calc/calc-lang.el (math-lang-name): New property name.
12158
12159 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12160 to set language name.
12161
12162 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12163
12164 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12165
12166 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12167
12168 * server.el (server-select-display): Fix important typo.
12169 (server-process-filter): Turn a "" display into nil.
12170
12171 2007-12-09 Juri Linkov <juri@jurta.org>
12172
12173 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12174 Check search-upper-case before calling isearch-no-upper-case-p
12175 to set case-fold-search.
12176 (occur): Doc fix.
12177 (occur-1, perform-replace): Check search-upper-case before calling
12178 isearch-no-upper-case-p to set case-fold-search.
12179
12180 * isearch.el (search-upper-case): Doc fix.
12181 (isearch-mode-map): Bind `M-s o' to isearch-occur.
12182 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
12183 (isearch-query-replace-regexp): Doc fix.
12184 (isearch-occur): New function.
12185
12186 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12187
12188 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12189 backward compatibility.
12190
12191 * net/imap.el (imap-string-to-integer): New function.
12192
12193 2007-12-09 David Kastrup <dak@gnu.org>
12194
12195 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12196 directories. Not sure anybody uses this anymore, though.
12197
12198 2007-12-09 Glenn Morris <rgm@gnu.org>
12199
12200 * emulation/viper-init.el (top-level): Use dolist rather than mapc
12201 in make-variable-frame-local call.
12202
12203 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12204
12205 * mail/hashcash.el (declare-function):
12206 * net/imap.el (declare-function): New no-op macro for backward
12207 compatibility.
12208
12209 2007-12-08 Eli Zaretskii <eliz@gnu.org>
12210
12211 Sync makefile.w32-in with Makefile.in.
12212
12213 * makefile.w32-in (check-declare): New target.
12214 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12215 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12216 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12217 ($(lisp)/progmodes/cc-mode.elc): Use it.
12218 ($(lisp)/progmodes/cc-mode.elc): New rule.
12219
12220 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12221
12222 * indent.el (tab-stop-list): Mark as safe-local-variable.
12223
12224 * generic-x.el (etc-sudoers-generic-mode): New mode.
12225 (generic-unix-modes): Add it.
12226
12227 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
12228
12229 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
12230 apply wildcards in a hash table key; there is no usable hash code then.
12231 (dbus-registered-functions-table): Use `equal' as test function.
12232 (dbus-name-owner-changed-handler): Rewrite due to new hash table
12233 structure.
12234
12235 2007-12-08 Martin Rudalics <rudalics@gmx.at>
12236
12237 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12238 bound error in block comment branch.
12239
12240 2007-12-08 David Kastrup <dak@gnu.org>
12241
12242 * textmodes/reftex.el (reftex-select-with-char):
12243 * textmodes/reftex-toc.el (reftex-toc-do-promote)
12244 (reftex-toc-visit-location, reftex-toc-find-section):
12245 * textmodes/reftex-index.el (reftex-index-show-entry):
12246 * textmodes/org.el (org-cycle-hide-archived-subtrees)
12247 (org-table-rotate-recalc-marks, org-mark-ring-push)
12248 (org-follow-info-link, org-mhe-get-message-folder-from-index)
12249 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12250 (org-evaluate-time-range, org-edit-agenda-file-list):
12251 * textmodes/artist.el (artist-select-next-op-in-list)
12252 (artist-select-prev-op-in-list):
12253 * term/mac-win.el (mac-service-insert-text):
12254 * startup.el (fancy-about-screen):
12255 * progmodes/vhdl-mode.el (vhdl-decision-query):
12256 * progmodes/idlwave.el (idlwave-template)
12257 (idlwave-scroll-completions, idlwave-display-completion-list):
12258 * progmodes/ebrowse.el (ebrowse-show-progress):
12259 * progmodes/cperl-mode.el (cperl-find-pods-heres):
12260 * progmodes/antlr-mode.el (antlr-insert-option-do):
12261 * play/mpuz.el (mpuz-close-game):
12262 * net/rcirc.el (rcirc-next-active-buffer):
12263 * mail/reporter.el (reporter-update-status):
12264 * kmacro.el (kmacro-display):
12265 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12266 * emulation/viper-util.el (viper-save-setting):
12267 * emacs-lisp/lisp-mnt.el (lm-verify):
12268 * emacs-lisp/edebug.el (edebug-set-mode):
12269 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12270 * calendar/calendar.el (calendar-print-day-of-year):
12271 * calc/calcalg3.el (calc-curve-fit):
12272 * calc/calcalg2.el (math-integral):
12273 * calc/calc.el (calc-read-key-sequence, calc-version):
12274 * calc/calc-mode.el (calc-set-simplify-mode):
12275 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12276
12277 2007-12-07 D. Goel <deego3@gmail.com>
12278
12279 * progmodes/idlw-shell.el (idlwave-shell-display-line)
12280 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12281 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12282 * mail/uce.el (uce-reply-to-uce)
12283 * progmodes/vhdl-mode.el (vhdl-template-modify)
12284 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12285 to `error' (as suggested by RMS.)
12286
12287 2007-12-07 Glenn Morris <rgm@gnu.org>
12288
12289 * allout.el (allout-write-file-hook-handler):
12290 * textmodes/reftex.el (reftex-TeX-master-file):
12291 * textmodes/reftex-parse.el (reftex-short-context):
12292 Revert previous change.
12293
12294 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
12295
12296 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12297 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12298 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12299 (dbus-event-service-name, dbus-event-path-name)
12300 (dbus-event-interface-name, dbus-event-member-name): Fix for new
12301 event structure.
12302 (dbus-list-activatable-names, dbus-list-names)
12303 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12304 Reorder `dbus-call-method' arguments.
12305
12306 2007-12-06 D. Goel <deego3@gmail.com>
12307
12308 * allout.el (allout-write-file-hook-handler):
12309 * textmodes/reftex.el (reftex-TeX-master-file):
12310 * textmodes/org.el (org-paste-subtree):
12311 * progmodes/vhdl-mode.el (vhdl-template-modify):
12312 * progmodes/idlw-shell.el (idlwave-shell-send-command)
12313 (idlwave-shell-display-line):
12314 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12315 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12316 * net/trampver.el (x):
12317 * mail/uce.el (uce-reply-to-uce):
12318 * mail/rmailout.el (rmail-output):
12319 * mail/feedmail.el (feedmail-dump-message-to-queue):
12320 * whitespace.el (whitespace-write-file-hook):
12321 * wdired.el (wdired-check-kill-buffer):
12322 * vc.el (vc-update):
12323 * vc-mcvs.el (vc-mcvs-checkin):
12324 * vc-cvs.el (vc-cvs-checkin):
12325 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12326 * ibuffer.el (ibuffer-current-buffer):
12327 * dired.el (dired-move-to-end-of-filename):
12328 * bindings.el (complete-symbol):
12329 * textmodes/org-publish.el (org-publish-file):
12330 (org-publish-current-project):
12331 * textmodes/reftex-parse.el (reftex-short-context):
12332 * textmodes/texinfmt.el: Fix buggy calls to `error'.
12333
12334 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * doc-view.el (doc-view-dvi->pdf-sentinel)
12337 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12338 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12339 within a sentinel or timer.
12340 (doc-view-display): Don't try to display before the requested page
12341 is available, unless told to do so explicitly.
12342 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12343 Force display even if the requested page is not available.
12344
12345 2007-12-06 Richard Stallman <rms@gnu.org>
12346
12347 * help-fns.el (describe-function-1): Call ad-get-advice-info
12348 only on symbols.
12349
12350 2007-12-06 Glenn Morris <rgm@gnu.org>
12351
12352 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12353 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12354 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12355 faces in non-light-background case.
12356
12357 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12358 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12359 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12360 * emulation/vi.el, emulation/viper-cmd.el:
12361 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12362 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12363 * textmodes/fill.el: Remove directory part from filenames in
12364 function declarations.
12365
12366 * dired-aux.el (mailcap-mime-info): Update declaration.
12367
12368 2007-12-05 Richard Stallman <rms@gnu.org>
12369
12370 * wid-edit.el (widget-type): Doc fix.
12371
12372 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12375 Don't match "sub { (...) ... }".
12376
12377 2007-12-05 Richard Stallman <rms@gnu.org>
12378
12379 * international/mule-cmds.el (toggle-input-method-active): New var.
12380 (toggle-input-method): Bind toggle-input-method-active to t.
12381 Error if it was already non-nil.
12382
12383 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12384
12385 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12386
12387 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12388
12389 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12390 see if certs should be verified and what is to be done in the
12391 event of a verification failure.
12392
12393 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12394
12395 * net/tls.el (tls-program): Provide more custom choices from
12396 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
12397 (tls-process-connection-type, tls-success): Remove "*" in doc string.
12398 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12399 version. Minor improvement to doc strings.
12400 (tls-program): Add comment.
12401
12402 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12403
12404 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12405 (tls-checktrust): New variable. Check if GNU TLS complained about a
12406 mismatch between the hostname provided in the certificate and the name
12407 of the host connnecting to.
12408 (open-tls-stream): Use them. Check certificates against trusted root
12409 certificates.
12410
12411 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
12412
12413 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12414 (imap-parse-status): Upcase status-att for broken servers that sends
12415 them lower-case (e.g., MS Exchange 2007).
12416
12417 2007-12-05 D. Goel <deego3@gmail.com>
12418
12419 * simple.el (undo):
12420 * image-dired.el (image-dired-display-thumb-properties):
12421 (image-dired-modify-mark-on-thumb-original-file):
12422 (image-dired-dired-display-properties):
12423 * help.el (help-window-display-message):
12424 * files.el (hack-local-variables-confirm):
12425 * ediff.el (ediff-version):
12426 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12427 `message' and `error': Ensure that first arg is a format string.
12428
12429 * emacs-lisp/find-func.el (find-library-name): Prefer files with
12430 ".el" suffix over "".
12431
12432 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
12433
12434 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12435 interface and member fields.
12436
12437 2007-12-05 Glenn Morris <rgm@gnu.org>
12438
12439 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12440 (pcomplete-here): Autoload it.
12441
12442 * eshell/em-basic.el (print-func): No need to define for compiler.
12443
12444 * eshell/esh-cmd.el (eshell-debug-command):
12445 * eshell/esh-io.el (eshell-print): Move definitions before use.
12446
12447 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12448
12449 * eshell/esh-util.el (top-level): Don't require pp.
12450 Use condition-case rather than ignore-errors.
12451
12452 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12453
12454 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12455 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12456 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12457 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12458 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12459 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12460 * eshell/esh-util.el, eshell/eshell.el: Require individual files
12461 if needed when compiling, rather than esh-maint. Collect any
12462 require statements. Move provide statement to end. Move any
12463 commentary to start.
12464
12465 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12466 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12467 * eshell/esh-proc.el, eshell/esh-var.el:
12468 Require individual files if needed when compiling, rather than
12469 esh-maint. Collect any require statements. Leave provide at start.
12470 Move any commentary to start.
12471
12472 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12473 Remove declared function from byte-compile-noruntime-functions.
12474
12475 * ediff-util.el (ediff-version):
12476 * progmodes/python.el (compilation-shell-minor-mode):
12477 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12478 (calendar-bahai-date-string, calendar-check-holidays)
12479 (calendar-chinese-date-string, calendar-coptic-date-string)
12480 (calendar-ethiopic-date-string, calendar-forward-day)
12481 (calendar-french-date-string, calendar-goto-date)
12482 (calendar-goto-today, calendar-hebrew-date-string)
12483 (calendar-islamic-date-string, calendar-iso-date-string)
12484 (calendar-julian-date-string, calendar-mayan-date-string)
12485 (calendar-persian-date-string, gnus-summary-last-subject)
12486 (parse-time-string, rmail-show-message): Declare as functions.
12487
12488 2007-12-05 Michael Olson <mwolson@gnu.org>
12489
12490 * textmodes/remember.el: Merge contents of remember-diary.el here,
12491 updating header. Add autoload cookie so that byte-compilation
12492 works without warning.
12493 (remember-diary-file): Default to nil, since diary might not yet
12494 be loaded at this point, which would deny us access to diary-file.
12495 (remember-diary-extract-entries): If remember-diary-file is nil,
12496 then use diary-file instead.
12497
12498 * textmodes/remember-diary.el: Remove, due to the issue of needing
12499 the first 8 characters of a filename to be unique.
12500
12501 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
12502
12503 * net/dbus.el (dbus-hash-table=): New defun.
12504 (dbus-hash-table-test): New hash table test function, used in
12505 `dbus-registered-functions-table'.
12506 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12507 (dbus-event-service-name, dbus-event-path-name)
12508 (dbus-event-interface-name, dbus-event-member-name):
12509 Rewrite, due to new structure of `dbus-event'.
12510
12511 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
12512
12513 * ido.el (ido-save-history): Set the `coding' local
12514 variable in the first line of the file.
12515
12516 2007-12-04 Glenn Morris <rgm@gnu.org>
12517
12518 * password-cache.el: Move here from gnus/password.el.
12519 (top-level): Don't require cl when compiling.
12520 (password-read-and-add): Doc fix. Make obsolete.
12521
12522 * net/tramp.el: Require password-cache or password.
12523
12524 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12525 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
12526 compiling.
12527 (cua-set-rectangle-mark): Add doc string to autoload.
12528 (cua--rectangle, cua--last-killed-rectangle)
12529 (cua--global-mark-active): Always define for compiler.
12530 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12531 (cua--delete-rectangle, cua--insert-rectangle)
12532 (cua--rectangle-corner, cua--rectangle-assert)
12533 (cua--insert-at-global-mark, cua--global-mark-post-command):
12534 Declare as functions.
12535
12536 * emulation/cua-gmrk.el (top-level): Move provide to end.
12537
12538 * emulation/cua-rect.el (top-level): Move provide to end.
12539 Don't require cua-gmrk when compiling.
12540 (cua--cut-rectangle-to-global-mark)
12541 (cua--copy-rectangle-to-global-mark): Declare as functions.
12542
12543 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12544 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12545 (viper-vi-state-cursor-color):
12546 Consolidate make-variable-frame-local calls.
12547
12548 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12549 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12550 than bbdb-address-street1,2,3.
12551
12552 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12553 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
12554
12555 2007-12-03 Karl Fogel <kfogel@red-bean.com>
12556
12557 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12558 (save-place-alist-to-file, load-save-place-alist-from-file):
12559 Don't print non-error messages at all, there's really no need.
12560 Do print if there's a problem, and clarify message in that case.
12561
12562 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12563
12564 * ediff-diff.el (ediff-prepare-error-list):
12565 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12566
12567 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
12568
12569 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12570 (doc-view-current-overlay, doc-view-pending-cache-flush):
12571 Add doc string.
12572
12573 2007-12-03 Richard Stallman <rms@gnu.org>
12574
12575 * subr.el (declare-function): Move from byte-run.el.
12576
12577 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12578
12579 * window.el (recenter-top-bottom): Don't use `ecase'.
12580
12581 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12582
12583 * saveplace.el (save-place-alist-to-file):
12584 Set coding-system-for-write once and refer to it throughout.
12585 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12586
12587 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12588
12589 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12590 system when writing, and set it in the first-line file variables.
12591 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12592 Juanma Barranquero.
12593
12594 2007-12-02 Glenn Morris <rgm@gnu.org>
12595
12596 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12597 Reverse branches of if statement.
12598
12599 * emulation/viper-cmd.el (top-level): Don't require advice.
12600 Don't load viper-util, viper-keym, viper-mous, viper-macs,
12601 viper-ex when compiling.
12602
12603 * emulation/viper-ex.el (top-level): Don't load viper-util,
12604 viper-keym when compiling.
12605
12606 * emulation/viper-init.el (top-level): Move provide statement to end.
12607
12608 * emulation/viper-keym.el (top-level): Don't load viper-util when
12609 compiling. Move provide statement to end.
12610
12611 * emulation/viper-macs.el (top-level): Don't load viper-util,
12612 viper-keym, viper-mous when compiling.
12613
12614 * emulation/viper-mous.el (top-level): Don't load viper-util when
12615 compiling.
12616
12617 * emulation/viper-util.el (top-level): Don't load viper-init when
12618 compiling.
12619
12620 * emulation/viper.el (top-level): Don't require ring.
12621 Don't load viper-init, viper-cmd when compiling.
12622
12623 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12624 Move here from gnus/.
12625
12626 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12627
12628 Offer option for saveplace to be quiet about loading and saving.
12629 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12630
12631 * saveplace.el (save-place-quiet): New customizable boolean.
12632 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12633 to determine whether to print loading/saving messages.
12634
12635 2007-12-02 Glenn Morris <rgm@gnu.org>
12636
12637 * mail/binhex.el: Move here from gnus/.
12638 (binhex): New custom group.
12639 (binhex-decoder-program, binhex-decoder-switches)
12640 (binhex-use-external): Move to the binhex custom group.
12641
12642 * mail/uudecode.el: Move here from gnus/.
12643 (uudecode): New custom group.
12644 (uudecode-decoder-program, uudecode-decoder-switches)
12645 (uudecode-use-external): Move to the uudecode custom group.
12646
12647 * net/netrc.el (top-level): Don't load `encrypt' features.
12648 (netrc-parse): Don't use encrypt.
12649 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12650
12651 * progmodes/python.el (top-level): Don't require cl when compiling.
12652
12653 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
12654
12655 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12656 encoding for aspell process and for communication with it.
12657 Only add "-d" option if not already present.
12658 Use ispell-current-dictionary and ispell-current-personal-dictionary.
12659 General reorganization.
12660
12661 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12662 encoding here.
12663 (ispell-start-process): Explicitly set encoding here if using aspell.
12664
12665 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
12666
12667 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12668 function to log-edit.
12669
12670 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12671
12672 * net/dbus.el: New file.
12673
12674 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
12675
12676 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12677 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12678 (calc-lang-parens-are-subscripts): New variables.
12679 (math-expr-special-function-mapping): Remove variable.
12680 (math-eqn-ignore-words, math-tex-ignore-words)
12681 (math-latex-ignore-words): Move to calc-lang.el.
12682
12683 * calc/calc-lang.el (math-compose-vector, math-compose-var)
12684 (math-tex-expr-is-flat): Declare as functions.
12685 (calc-lang-slash-idiv, calc-lang-allow-underscores)
12686 (math-comp-left-bracket, math-comp-right-bracket)
12687 (math-comp-comma, math-comp-vector-prec): Declare as variables.
12688 (math-var-formatter, math-matrix-formatter)
12689 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12690 (math-punc-table, math-compose-subscr, math-dots)
12691 (math-func-formatter): New property names to store language
12692 specific information.
12693 (math-compose-tex-var, math-compose-tex-intv)
12694 (math-compose-maple-intv, math-compose-eqn-intv)
12695 (math-compose-tex-sum, math-compose-tex-func)
12696 (math-compose-tex-intv): New functions.
12697 (math-eqn-ignore-words, math-tex-ignore-words)
12698 (math-latex-ignore-words): Move from calc.el.
12699 (math-special-function-table): Add entries for tex.
12700 (calc-lang-slash-idiv, calc-lang-allows-underscores):
12701 New variables.
12702 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12703 (math-compose-tex-matrix, math-compose-eqn-matrix)
12704 (math-eqn-special-functions): Move from calccomp.el.
12705
12706 * calc/calccomp.el (math-compose-var): New function.
12707 (math-compose-expr): Allow more special functions to be used.
12708 Change test for formatting fractions. Use variables and property
12709 names to help with language specific formatting.
12710 (math-compose-tex-matrix, math-compose-eqn-matrix)
12711 (math-eqn-special-functions): Move to calc-lang.el.
12712 (math-compose-rows): Use property names to help with language
12713 specific formatting.
12714
12715 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12716 into nested subscripts.
12717 (math-read-token): Use variables and property names to help with
12718 language specific parsing.
12719 (math-read-expression-level): Use variables to help with language
12720 specific parsing.
12721
12722 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12725 (archive-rar-summarize): Allow the file name to be passed as argument.
12726 Remove unused vars `header' and `footer'.
12727 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12728
12729 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12730
12731 * log-edit.el (log-edit-show-diff): New function.
12732 (log-edit-mode-map, log-edit-menu): Bind it.
12733 (log-edit-diff-function): New variable.
12734 (log-edit): Change the 3rd param to be an alist and accept a
12735 function that computes a diff for the files involved.
12736
12737 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12738
12739 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12740
12741 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12742 wrap next-/previous-line in with-no-warnings.
12743
12744 2007-12-01 Glenn Morris <rgm@gnu.org>
12745
12746 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12747
12748 * net/dig.el: Move here from gnus/.
12749 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12750
12751 * net/dns.el: Move here from gnus/.
12752 (top-level): Don't require mm-util, or cl when compiling.
12753 (dns-write-name, dns-read, dns-read-type, query-dns):
12754 Replace mm-with-unibyte-buffer with its expansion.
12755 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12756
12757 * progmodes/gdb-ui.el (gud-remove, gud-break):
12758 * progmodes/gud.el (gdb-create-define-alist)
12759 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12760 (hl-line-highlight, gdb-display-source-buffer)
12761 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12762 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12763
12764 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12765
12766 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12767 Move args on defun line.
12768
12769 * textmodes/org.el (org-calendar-holiday):
12770 Use calendar-check-holidays instead of the obsolete
12771 check-calendar-holidays.
12772 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12773 (bbdb-company, bbdb-current-record, bbdb-name)
12774 (bbdb-record-getprop, bbdb-record-name)
12775 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12776 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12777 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12778 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12779 (mh-header-display, mh-index-previous-folder)
12780 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12781 (mh-show-buffer-message-number, mh-show-header-display)
12782 (mh-show-msg, mh-show-show, mh-visit-folder)
12783 (org-export-latex-cleaned-string, remember)
12784 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12785 (rmail-what-message, elmo-folder-exists-p)
12786 (elmo-message-entity-field, elmo-message-field)
12787 (vm-beginning-of-message, vm-follow-summary-cursor)
12788 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12789 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12790 (vm-summarize, wl-folder-get-elmo-folder)
12791 (wl-summary-goto-folder-subr)
12792 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12793 (wl-summary-line-subject, wl-summary-message-number)
12794 (wl-summary-redisplay): Declare as functions.
12795
12796 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12797
12798 * longlines.el (longlines-show-hard-newlines): Remove handling of
12799 buffer-undo-list and buffer-modified status.
12800 (longlines-show-region, longlines-unshow-hard-newlines):
12801 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12802 inhibit-modification-hooks here to avoid that a buffer appears
12803 modified when toggling visibility of hard newlines.
12804
12805 2007-11-30 Glenn Morris <rgm@gnu.org>
12806
12807 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12808
12809 * progmodes/idlw-complete-structtag.el
12810 (idlwave-sintern-structtag):
12811 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12812 (idlwave-sintern-sysvartag):
12813 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12814 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12815 functions.
12816
12817 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12818
12819 * textmodes/reftex-index.el (texmathp):
12820 * textmodes/reftex-auc.el (TeX-argument-insert)
12821 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12822 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12823 (LaTeX-label-list):
12824 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12825 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12826 functions.
12827 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12828
12829 2007-11-30 Glenn Morris <rgm@gnu.org>
12830
12831 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12832 argument and document it.
12833
12834 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12835 Third argument to declare-function must be a list to specify arglist.
12836
12837 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12838 Handle declare-function third argument `t' and fourth argument.
12839 (check-declare-verify): Doc fix. Handle `fileonly' case.
12840 Use progn rather than prog1.
12841
12842 * desktop.el (uniquify-item-base):
12843 * term/mac-win.el (url-type): Declare as functions.
12844
12845 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12846 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12847 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12848 fourth arg to declare-function.
12849
12850 * play/dunnet.el: Don't require cl when compiling.
12851 (byte-compile-warnings): Set via file local variables.
12852 (dun-parse): Let-bind `beg' and `line'.
12853
12854 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12855
12856 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12857
12858 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12859
12860 * calendar/time-date.el (encode-time-value): Doc fix.
12861
12862 2007-11-29 Glenn Morris <rgm@gnu.org>
12863
12864 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12865
12866 * textmodes/css-mode.el (prog-mode): Remove.
12867 (css-mode): Derive from fundamental-mode rather than prog-mode.
12868
12869 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12870
12871 * emacs-lisp/check-declare.el (check-declare-locate)
12872 (check-declare-verify): Handle `external' files.
12873 (check-declare-errmsg): New function.
12874 (check-declare-verify, check-declare-file, check-declare-directory):
12875 Use check-declare-errmsg to report the number of problems.
12876
12877 * ffap.el (w3-view-this-url)
12878 * mail/mspools.el (vm-visit-folder)
12879 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12880 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12881 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12882 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12883 (bbdb-records)
12884 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12885 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12886 (sasl-make-client, sasl-next-step, sasl-step-data)
12887 (sasl-step-set-data)
12888 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12889 (htmlr-step): Declare as functions.
12890
12891 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
12892 Use bbdb-address-zip rather than bbdb-address-zip-string.
12893
12894 2007-11-28 Richard Stallman <rms@gnu.org>
12895
12896 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
12897 Move here from gnus/.
12898
12899 2007-11-28 Martin Rudalics <rudalics@gmx.at>
12900
12901 * newcomment.el (comment-region-internal): Fix newline insertion
12902 in `block' case.
12903
12904 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
12907
12908 2007-11-28 Glenn Morris <rgm@gnu.org>
12909
12910 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
12911 delete .elc files.
12912
12913 * nxml/char-name/unicode: Move to etc/nxml/.
12914 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
12915
12916 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
12917 Declare as a function.
12918
12919 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
12920 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
12921 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
12922
12923 * nxml/nxml-outln.el (nxml-token-start-tag-p)
12924 (nxml-token-end-tag-p): Move definitions before use.
12925
12926 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
12927
12928 * nxml/nxml-uchnm.el (top-level)
12929 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
12930 (nxml-enabled-unicode-blocks): Add custom group.
12931
12932 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
12933 Use string-to-number rather than string-to-int.
12934
12935 * dired-x.el (dired-omit-old-add-entry): Declare as function.
12936 Move definition before use.
12937 (dired-old-find-buffer-nocreate): Declare as function.
12938
12939 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
12940 (check-declare-verify): Handle fset.
12941
12942 * emulation/edt.el (edt-user-emulation-setup):
12943 Test edt-setup-user-bindings is bound before calling.
12944
12945 * emulation/tpu-edt.el: Don't require cl when compiling.
12946 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
12947 (tpu-edt-off): Use condition-case rather than ignore-errors.
12948 Use with-no-warnings.
12949
12950 * eshell/esh-util.el (top-level): Use require rather than load for
12951 ange-ftp.
12952
12953 * mail/supercite.el (sc-version): Redefine as an alias for
12954 emacs-version.
12955 (sc-help-address): Remove.
12956 (sc-version): Use emacs-version rather than sc-version.
12957 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
12958
12959 * net/socks.el (socks-original-open-network-stream): Declare as
12960 function. Move definition before use.
12961
12962 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
12963
12964 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
12965 (math-make-frac): Declare as functions.
12966
12967 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
12968
12969 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
12970 Pacify byte compiler.
12971 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
12972
12973 * progmodes/idlwave.el (idlwave-shell-get-path-info)
12974 (idlwave-shell-temp-file, idlwave-shell-is-running)
12975 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
12976 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
12977 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
12978 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
12979 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
12980 (idlwave-completing-read, idlwave-current-routine)
12981 (idlwave-downcase-safe, idlwave-entry-find-keyword)
12982 (idlwave-expand-keyword, idlwave-find-class-definition)
12983 (idlwave-find-inherited-class, idlwave-find-struct-tag)
12984 (idlwave-get-buffer-visiting, idlwave-in-quote)
12985 (idlwave-make-full-name, idlwave-members-only)
12986 (idlwave-popup-select, idlwave-routine-source-file)
12987 (idlwave-routines, idlwave-sintern-class)
12988 (idlwave-sintern-keyword, idlwave-sintern-method)
12989 (idlwave-sintern-routine-or-method)
12990 (idlwave-substitute-link-target, idlwave-sys-dir)
12991 (idlwave-this-word, idlwave-what-module-find-class)
12992 (idlwave-where):
12993 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
12994 * mail/uce.el (rmail-msg-is-pruned)
12995 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
12996 (rmail-toggle-header):
12997 * mail/sendmail.el (dired-view-file, dired-get-filename):
12998 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
12999 (rmail-display-labels, rmail-msgbeg)
13000 (rmail-set-message-deleted-p, rmail-message-labels-p)
13001 (rmail-show-message, mail-comma-list-regexp)
13002 (mail-parse-comma-list):
13003 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13004 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13005 (rfc822-addresses, mail-abbrev-make-syntax-table)
13006 (mail-sendmail-delimit-header, mail-header-end):
13007 * mail/hashcash.el (message-narrow-to-headers-or-head)
13008 (message-fetch-field, message-goto-eoh)
13009 (message-narrow-to-headers):
13010 * vc.el (view-mode-exit): Declare as functions.
13011
13012 * mail/vms-pmail.el:
13013 * vmsproc.el:
13014 * vms-patch.el: Don't byte compile these files, they don't work.
13015
13016 2007-11-27 Glenn Morris <rgm@gnu.org>
13017
13018 * calc/calc-ext.el (math-read-big-rec):
13019 * calc/calc-nlfit.el (math-map-binop):
13020 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13021
13022 * eshell/eshell.el (eshell-report-bug): Add version number of
13023 obsolescence.
13024
13025 * emulation/viper.el, emulation/viper-util.el,
13026 emulation/viper-macs.el, emulation/viper-keym.el,
13027 emulation/viper-ex.el, emulation/viper-cmd.el:
13028 Load viper-*.el files silently.
13029
13030 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13031 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13032 Load ediff-*.el files silently.
13033
13034 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
13035 compiling.
13036 (Info-goto-node): Declare as a function.
13037
13038 * ediff-init.el: Don't load ange-ftp when compiling.
13039 * ediff-util.el: Don't load reporter when compiling.
13040
13041 * ediff-wind.el (ediff-display-pixel-width)
13042 (ediff-display-pixel-height):
13043 * generic-x.el (ini-generic-mode):
13044 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13045 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13046 (ps-mule-initialize, ps-mule-begin-job):
13047 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13048 (mark-calendar-days-named):
13049 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13050 (add-to-diary-list, diary-name-pattern)
13051 (mark-calendar-days-named):
13052 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13053 (mark-calendar-days-named):
13054 * calendar/cal-x.el (make-fancy-diary-buffer):
13055 * calendar/holidays.el (calendar-absolute-from-julian):
13056 * calendar/todo-mode.el (calendar-current-date):
13057 * calendar/cal-menu.el (calendar-increment-month)
13058 (calendar-month-name, extract-calendar-year)
13059 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13060 (calendar-current-date, calendar-cursor-holidays)
13061 (calendar-date-string, insert-diary-entry, calendar-set-mark)
13062 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13063 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13064 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13065 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13066 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13067 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13068 (calendar-day-of-year-string, calendar-iso-date-string)
13069 (calendar-julian-date-string, calendar-astro-date-string)
13070 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13071 (calendar-persian-date-string, calendar-bahai-date-string)
13072 (calendar-islamic-date-string, calendar-chinese-date-string)
13073 (calendar-coptic-date-string, calendar-ethiopic-date-string)
13074 (calendar-french-date-string, calendar-mayan-date-string)
13075 (calendar-print-chinese-date, calendar-goto-date):
13076 Declare as functions.
13077
13078 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13079 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13080
13081 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13082 aliases for report-emacs-bug.
13083 (gnus-summary-select-article, gnus-configure-windows): Declare as
13084 functions.
13085
13086 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13087 compiler.
13088
13089 * pgg.el (pgg-clear-string): Declare as a function.
13090 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13091 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13092
13093 * emacs-lisp/check-declare.el (check-declare-locate):
13094 Handle compressed files.
13095 (check-declare-verify): Handle define-generic-mode,
13096 define-global(ized)-minor-mode, define-obsolete-function-alias.
13097
13098 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
13099
13100 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13101 algebraic modes.
13102
13103 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13104 (math-is-true, calc-explain-why, calc-alg-edit)
13105 (math-composite-inequalities, math-flatten-lands)
13106 (math-multi-subst, calcFunc-vmatches, math-simplify)
13107 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13108 (math-read-string, math-read-brackets, math-read-angle-brackets):
13109 Declare as functions.
13110
13111 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13112 (calc-fit-bell-shaped-logistic-curve)
13113 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13114 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13115 (math-max-list): Declare as functions.
13116 (math-map-binop): New function.
13117 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13118
13119 * calc/calc.el (calc-set-language, calc-edit-finish)
13120 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13121 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13122 (math-lessp, calc-embedded-finish-command)
13123 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13124 (calc-push-list-in-macro, calc-replace-selections)
13125 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13126 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13127 (calc-embedded-stack-change, calc-refresh-evaltos)
13128 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13129 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13130 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13131 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13132 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13133 (math-dimension-error, calc-incomplete-error, math-float-fancy)
13134 (math-neg-fancy, math-zerop, calc-add-fractions)
13135 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13136 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13137 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13138 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13139 (math-compose-expr, math-comp-width, math-composition-to-string)
13140 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13141 (math-adjust-fraction, math-format-binary, math-format-radix)
13142 (math-group-float, math-mod, math-format-number-fancy)
13143 (math-format-bignum-fancy, math-read-number-fancy)
13144 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13145 (calc-do-embedded-activate, math-do-defmath)
13146 (calc-load-everything): Declare as functions.
13147
13148 * calc/calc-ext.el (math-clip, math-round, math-simplify)
13149 (math-simplify-extended, math-simplify-units, calc-set-language)
13150 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13151 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13152 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13153 (math-normalize-hms, math-normalize-mod, math-make-sdev)
13154 (math-make-intv, math-normalize-logical-op, math-possible-signs)
13155 (math-infinite-dir, math-calcFunc-to-var)
13156 (calc-embedded-evaluate-expr, math-known-nonzerop)
13157 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13158 (math-format-date, math-vector-is-string, math-vector-to-string)
13159 (math-format-radix-float, math-compose-expr, math-abs)
13160 (math-format-bignum-binary, math-format-bignum-octal)
13161 (math-format-bignum-hex, math-format-bignum-radix)
13162 (math-compute-max-digits): Declare as functions.
13163 (math-provably-realp): Fix typo.
13164
13165 * calc/calc-forms.el (calendar-current-time-zone)
13166 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13167 functions.
13168
13169 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13170
13171 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13172 Declare as functions.
13173
13174 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13175 (math-posp, math-compare, math-bignum, math-compare-bignum):
13176 Declare as functions.
13177
13178 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13179 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13180 (calc-explain-why, calc-clear-command-flag)
13181 (calc-roll-down-with-selections, calc-roll-up-with-selections)
13182 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13183 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13184 (math-trunc-special, math-trunc-fancy, math-floor-special)
13185 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13186 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13187 (math-pow-zero, math-pow-fancy): Declare as functions.
13188
13189 * calc/calc-mode.el (calc-embedded-save-original-modes):
13190 Declare as a function.
13191
13192 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13193 Declare as functions.
13194 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13195 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13196 Replace `mapcar*' by `math-map-binop'.
13197 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13198
13199 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13200 (math-read-expr-level): Declare as functions.
13201
13202 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13203
13204 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13205
13206 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13207 end-of-defun-function is called consistently, even for negative
13208 arguments.
13209 (end-of-defun-function): Default to forward-sexp.
13210
13211 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13214
13215 2007-11-26 Glenn Morris <rgm@gnu.org>
13216
13217 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13218 than :suffix.
13219
13220 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13221
13222 2007-11-26 Simon Josefsson <simon@josefsson.org>
13223
13224 * net/imap.el: Move from ../gnus.
13225
13226 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13227
13228 * doc-view.el (doc-view-mode-p): New function.
13229
13230 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
13231
13232 * mail/mspools.el (rmail-get-new-mail):
13233 * mail/reporter.el (mail-position-on-field, mail-text):
13234 * mail/rmail.el (mail-position-on-field, mail-text-start)
13235 (rmail-update-summary):
13236 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13237 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13238 * mail/rmailout.el (rmail-update-summary):
13239 * mail/rmailsort.el (rmail-update-summary):
13240 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13241 (dired-view-file):
13242 * mail/uce.el (mail-strip-quoted-names):
13243 * mail/undigest.el (rmail-update-summary):
13244 * mail/unrmail.el (mail-strip-quoted-names):
13245 * ediff.el (diff-latest-backup-file): Declare as functions.
13246
13247 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13248 (kill-to-end-of-line):
13249 * obsolete/rnews.el (news-set-minor-modes):
13250 Remove non working functions.
13251
13252 2007-11-25 Glenn Morris <rgm@gnu.org>
13253
13254 * eshell/esh-maint.el (top-level): Use require with NOERROR for
13255 pcomplete. Don't mess with load-path.
13256
13257 * eshell/eshell.el (eshell-report-bug-address): Remove.
13258 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13259
13260 2007-11-24 Glenn Morris <rgm@gnu.org>
13261
13262 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13263 (appt-disp-window): Don't require electric.
13264 Simplify minibuffer-avoidance code.
13265 (appt-select-lowest-window): Avoid minibuffer.
13266
13267 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13268 (esh-mode): Require it.
13269 (esh-util): Use require rather than featurep and load.
13270 (eshell): No need to test if eshell-mode is bound; remove obsolete
13271 reference to eshell-auto.
13272 (eshell-command, eshell-command-result): Don't require esh-mode
13273 now that the file does.
13274 (top-level): Move provide statement to the end of the file.
13275 Re-order and update commentary.
13276
13277 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13278
13279 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13280 (vc-annotate-toggle-annotation-visibility): New command.
13281 (vc-annotate-mode-map): Bind "V" to it.
13282 (vc-annotate-mode-menu): Add entry for it.
13283 (vc-annotate-get-time-set-line-props): New func.
13284 (vc-annotate-display-autoscale)
13285 (vc-annotate-display-difference): Use it.
13286
13287 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13288 Also, match one space at end of annotation text, after last paren.
13289
13290 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
13291
13292 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13293 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
13294 `tramp-completion-mode'.
13295
13296 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13297
13298 * vc-git.el (vc-git-show-log-entry): New func.
13299
13300 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13301 (vc-git-state): Use vc-git--call.
13302 (vc-git-registered, vc-git-working-revision)
13303 (vc-git-previous-revision, vc-git-next-revision)
13304 (vc-git--run-command-string, vc-git-symbolic-commit):
13305 Use vc-git--out-ok.
13306
13307 2007-11-24 Glenn Morris <rgm@gnu.org>
13308
13309 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13310
13311 2007-11-24 Kenichi Handa <handa@m17n.org>
13312
13313 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13314
13315 2007-11-23 David Kastrup <dak@gnu.org>
13316
13317 * server.el (server-process-filter): Use `command-line-args-left'.
13318
13319 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13322
13323 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
13324
13325 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13326 buffer if the parent buffer is in vc-dired-mode.
13327
13328 2007-11-23 Mark A. Hershberger <mah@everybody.org>
13329
13330 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
13331
13332 2007-11-23 Juri Linkov <juri@jurta.org>
13333
13334 * dired.el (dired-read-dir-and-switches): For C-x d, set the
13335 value for M-n to the visited file name of the current buffer.
13336 Use minibuffer-with-setup-hook to set minibuffer-default to
13337 buffer-file-name inside read-file-name.
13338
13339 * man.el (Man-getpage-in-background): Don't disregard user option
13340 `Man-width' on non-window systems. Remove test for `window-system'
13341 around setting envvar "COLUMNS" depending on the value of `Man-width'.
13342
13343 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13344 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
13345 of "--color=always".
13346
13347 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13348
13349 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13350 beginning-of-defun-function.
13351
13352 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13353
13354 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
13355
13356 2007-11-22 Glenn Morris <rgm@gnu.org>
13357
13358 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13359
13360 * emacs-lisp/check-declare.el (check-declare-locate): New function.
13361 (check-declare-scan): Use check-declare-locate.
13362 (check-declare-verify): No longer adjust fnfile, now
13363 check-declare-locate does it.
13364
13365 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13366
13367 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 * subr.el (posn-col-row): Make the `default-value' use explicit.
13370
13371 * window.el (balance-windows): Remove unused var `counter'.
13372 (bw-balance-sub): Remove unused var `lastchild'.
13373 (split-window-vertically): Remove unused var `switch'.
13374 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13375
13376 * emacs-lisp/bytecomp.el
13377 (byte-compile-file-form-custom-declare-variable): Simplify.
13378
13379 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13380
13381 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13382 Set `show-trailing-whitespace' to nil.
13383
13384 * dired.el (make-symbolic-link):
13385 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13386 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13387 * dired-x.el (make-symbolic-link):
13388 * frame.el (x-initialize-window-system):
13389 * menu-bar.el (x-menu-bar-open):
13390 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13391 (x-store-cut-buffer-internal):
13392 * wdired.el (make-symbolic-link):
13393 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13394 (x-send-client-message):
13395 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13396
13397 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13398
13399 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13400
13401 2007-11-22 Glenn Morris <rgm@gnu.org>
13402
13403 * dos-fns.el (int86):
13404 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13405
13406 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13407
13408 * calendar/holidays.el (holiday-list): Add autoload cookie.
13409
13410 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13411 files relative to src/ directory.
13412 (check-declare-verify): Handle .c files. Warn if could not find
13413 an arglist to check.
13414
13415 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13416
13417 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13418
13419 * replace.el (occur-mode-map): Add a major mode menu with entries
13420 for all occur operations.
13421
13422 * international/titdic-cnv.el (dos-8+3-filename):
13423 * obsolete/fast-lock.el (msdos-long-file-names):
13424 * frame.el (msdos-mouse-p):
13425 * files.el (msdos-long-file-names, w32-long-file-name):
13426 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13427 (mac-resume-apple-event, mac-font-panel-mode)
13428 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13429 (mac-clear-font-name-table):
13430 * term/pc-win.el (msdos-remember-default-colors)
13431 (w16-set-clipboard-data, w16-get-clipboard-data):
13432 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13433 (set-message-beep):
13434 * net/browse-url.el (w32-shell-execute):
13435 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13436 (w32-get-locale-info, w32-get-valid-locale-ids)
13437 (w32-set-clipboard-data):
13438 * dos-fns.el (int86, msdos-long-file-names):
13439 * dos-w32.el (default-printer-name): Declare as functions.
13440
13441 2007-11-21 Jason Rumney <jasonr@gnu.org>
13442
13443 * emacs-lisp/byte-run.el (declare-function): Return nil.
13444
13445 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13446
13447 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13448
13449 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13450
13451 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13452
13453 2007-11-21 Glenn Morris <rgm@gnu.org>
13454
13455 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13456 for now. Handle define-minor-mode, and defalias (with no argument
13457 checking).
13458
13459 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13460
13461 * frame.el (msdos-mouse-p):
13462 * files.el (msdos-long-file-names, w32-long-file-name):
13463 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13464 (mac-resume-apple-event, mac-font-panel-mode)
13465 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13466 (mac-clear-font-name-table):
13467 * term/pc-win.el (msdos-remember-default-colors)
13468 (w16-set-clipboard-data, w16-get-clipboard-data):
13469 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13470 (set-message-beep):
13471 * net/browse-url.el (w32-shell-execute):
13472 * dos-fns.el (int86, msdos-long-file-names):
13473 * dos-w32.el (default-printer-name): Undo previous change.
13474
13475 2007-11-21 Eli Zaretskii <eliz@gnu.org>
13476
13477 * international/mule-cmds.el (set-locale-environment):
13478 Set default-file-name-coding-system _after_ keyboard and terminal
13479 coding systems. This fixes last change.
13480
13481 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13482 one space after "Subject:".
13483
13484 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13485
13486 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13487 in order to determine if there's a conflict.
13488
13489 2007-11-21 Richard Stallman <rms@gnu.org>
13490
13491 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13492
13493 * reposition.el (reposition-window):
13494 Binding C-M-l moved to bindings.el.
13495
13496 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13497
13498 * add-log.el (add-change-log-entry-other-window):
13499 Key binding C-x 4 a moved to bindings.el.
13500
13501 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13502 from filecache.el.
13503
13504 * filecache.el: Minibuffer map bindings moved to bindings.el.
13505
13506 2007-11-21 Jason Rumney <jasonr@gnu.org>
13507
13508 * international/mule-cmds.el (set-locale-environment):
13509 Set default-file-name-coding-system from system defaults on Windows.
13510
13511 2007-11-21 Jason Rumney <jasonr@gnu.org>
13512
13513 * term/w32console.el: New term init file for w32 console.
13514
13515 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13516 (x-setup-function-keys): Likewise, replacing top-level key definitions.
13517 (w32-tty-standard-colors): Move to term/w32console.el.
13518
13519 * term/w32-win.el (x-setup-function-keys): Remove.
13520
13521 * term/tty-colors.el (tty-register-default-colors): Remove special
13522 case for w32.
13523
13524 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13525
13526 * frame.el (msdos-mouse-p):
13527 * generic-x.el (w32-shell-name):
13528 * files.el (msdos-long-file-names, w32-long-file-name)
13529 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13530 (dos-8+3-filename, vms-read-directory, view-mode-disable):
13531 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13532 (mac-resume-apple-event, mac-font-panel-mode)
13533 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13534 (mac-clear-font-name-table):
13535 * term/pc-win.el (msdos-remember-default-colors)
13536 (w16-set-clipboard-data, w16-get-clipboard-data):
13537 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13538 (set-message-beep):
13539 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13540 (w32-get-locale-info, w32-get-valid-locale-ids)
13541 (w32-set-clipboard-data):
13542 * help-fns.el (ad-get-advice-info):
13543 * font-lock.el (fast-lock-after-fontify-buffer)
13544 (fast-lock-after-unfontify-buffer, fast-lock-mode)
13545 (lazy-lock-after-fontify-buffer)
13546 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13547 * net/browse-url.el (w32-shell-execute):
13548 * dos-fns.el (int86, msdos-long-file-names):
13549 * dos-w32.el (default-printer-name): Declare as functions.
13550
13551 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13552
13553 * textmodes/paragraphs.el (forward-sentence): Doc fix.
13554 Reported by Drew Adams <drew.adams@oracle.com>.
13555
13556 2007-11-20 Jason Rumney <jasonr@gnu.org>
13557
13558 * term/w32-win.el (x-setup-function-keys): Protect against
13559 multiple calls on the same terminal.
13560
13561 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13562
13563 * term/mac-win.el (x-setup-function-keys): Only setup
13564 local-function-key-map if it has not been setup already for the
13565 current frame. Move the suspend-emacs processing here.
13566
13567 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
13568
13569 * progmodes/grep.el (xargs-program): New variable.
13570 (grep-compute-defaults): Use it.
13571 (grep-default-command): Doc fix.
13572 (grep, lgrep, rgrep): Reflow docstrings.
13573
13574 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13575
13576 * vc.el (vc-find-revision): Set the parent buffer.
13577 Use when instead of if.
13578
13579 * progmodes/python.el (info-lookup-maybe-add-help):
13580 * progmodes/ps-mode.el (doc-view-minor-mode):
13581 * mail/emacsbug.el (Info-menu, Info-goto-node):
13582 * emulation/viper-keym.el (viper-ex)
13583 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13584 * emulation/viper-cmd.el (widget-type, widget-button-press)
13585 (viper-set-hooks):
13586 * emacs-lisp/tcover-unsafep.el (unsafep-function):
13587 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13588 (ses-load, ses-vector-delete, ses-create-header-string)
13589 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13590 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13591
13592 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13593
13594 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13595
13596 2007-11-20 Glenn Morris <rgm@gnu.org>
13597
13598 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13599 for end of function-name. Handle define-derived-mode.
13600
13601 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13602
13603 * progmodes/idlw-help.el: Require browse-url unconditionally, it
13604 is available by default.
13605 (idlwave-help-browse-url-available): Change default to t.
13606
13607 * emulation/edt.el (defgroup, defcustom): Remove definition.
13608 (eval-when-compile): Remove.
13609 (c-mark-function):
13610 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13611 * textmodes/fill.el (comment-search-forward)
13612 (comment-string-strip):
13613 * progmodes/prolog.el (comint-mode, comint-send-string)
13614 (comint-send-region, comint-send-eof):
13615 * progmodes/dcl-mode.el (imenu-default-create-index-function):
13616 * emulation/viper-util.el (viper-forward-Word):
13617 * emulation/vi.el (c-mark-function):
13618 * emulation/edt-vt100.el (vt100-wide-mode):
13619 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13620
13621 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
13622
13623 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13624 Still some tuning in case of an echoing shell.
13625 (tramp-send-command): Connection property "remote-echo" is not
13626 persistent; cache key is the process therefore.
13627
13628 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
13629
13630 * replace.el (map-query-replace-regexp): Doc fix (revert part of
13631 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13632
13633 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
13634
13635 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13636 * play/yow.el (doctor-ret-or-read):
13637 * vc-hooks.el (vc-dired-resynch-file):
13638 * vc-hg.el (log-view-get-marked):
13639 * smerge-mode.el (ediff-cleanup-mess):
13640 * pcvs.el (vc-editable-p, vc-checkout):
13641 * pcomplete.el (comint-bol):
13642 * informat.el (texinfo-format-refill):
13643 * ido.el (tramp-tramp-file-p):
13644 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13645 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13646 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13647 functions.
13648
13649 * textmodes/ispell.el (ispell-int-char): Make it a defalias
13650 instead of fset.
13651 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13652
13653 * ido.el (ido-file-internal): Move with-no-warnings to include the
13654 ffap-string-at-point call.
13655
13656 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13657
13658 * vc-hg.el (vc-hg-revision-table): Fix last change.
13659
13660 2007-11-19 Martin Rudalics <rudalics@gmx.at>
13661
13662 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13663 clipboard-yank when the buffer is read-only.
13664
13665 * cus-edit.el (custom-field-keymap): Move to other Custom mode
13666 keymaps such that it's before the definition of Custom-mode-menu.
13667 (Custom-mode-menu): Show it for custom-field-keymap too.
13668
13669 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
13670
13671 * progmodes/gdb-ui.el: Update commentary.
13672
13673 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
13674
13675 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13676
13677 2007-11-19 Glenn Morris <rgm@gnu.org>
13678
13679 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13680 does not exist, try adding `.el' extension. Also search for defsubsts.
13681
13682 * cus-edit.el (recentf-expand-file-name):
13683 * dired.el (dired-relist-entry):
13684 * subr.el (w32-shell-dos-semantics):
13685 * emacs-lisp/bytecomp.el (compilation-forget-errors):
13686 Declare as functions.
13687
13688 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13689
13690 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13691 (prepare-abbrev-list-buffer): Use dolist.
13692 (clear-abbrev-table): Preserve properties.
13693
13694 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
13695
13696 * textmodes/texinfmt.el (texinfo-format-printindex):
13697 Collect combined indexes using texinfo-short-index-format-cmds-alist.
13698 Reported on <bug-texinfo@gnu.org>.
13699
13700 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
13701
13702 * net/tramp.el (tramp-completion-reread-directory-timeout):
13703 New defcustom.
13704 (tramp-handle-file-name-all-completions): Flush directory contents
13705 from cache regularly.
13706 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13707 (tramp-open-connection-setup-interactive-shell):
13708 Call `tramp-cleanup-connection' via funcall.
13709
13710 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13711 created when copying.
13712
13713 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13714
13715 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13716 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13717 * eshell/esh-ext.el (eshell-external-command):
13718 * eshell/esh-cmd.el (require):
13719 * eshell/em-unix.el (eshell-plain-locate-behavior):
13720 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13721 Replace eshell-under-xemacs-p with (featurep 'xemacs).
13722 * eshell/esh-mode.el (characterp, char-int): Remove unused
13723 conditional defaliases.
13724
13725 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13726 Rename from event-matches-key-specifier-p, define unconditionally.
13727 (event-basic-type): Remove unused defalias.
13728 (pcomplete-show-completions):
13729 Use pcomplete-event-matches-key-specifier-p.
13730
13731 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13732
13733 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13734 when saving esh-groups.el.
13735
13736 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13737
13738 * wid-edit.el (widget-default-complete):
13739 * progmodes/flymake.el (flymake-goto-file-and-line):
13740 Fix typo in (doc-)string.
13741
13742 2007-11-17 Glenn Morris <rgm@gnu.org>
13743
13744 * emacs-lisp/byte-run.el (declare-function): New macro.
13745 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13746 New function, byte-hunk-handler for declare-function.
13747 (byte-compile-callargs-warn): Handle declared functions.
13748
13749 * emacs-lisp/check-declare.el: New file.
13750 * Makefile.in (check-declare): New target.
13751
13752 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13753
13754 * subr.el (process-lines): Move here from ../admin/admin.el.
13755 * emacs-lisp/authors.el (authors-process-lines): Remove.
13756 (authors): Use process-lines rather than authors-process-lines.
13757
13758 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13759 Remove these files.
13760
13761 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13762
13763 * emacs-lisp/backquote.el (backquote):
13764 Improve argument/docstring consistency.
13765
13766 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13767 (ring-length, ring-empty-p): Use c[ad]dr.
13768 (ring-plus1): Use `1+'.
13769 (ring-minus1): Use `zerop'.
13770 (ring-remove): Use c[ad]dr. Use `when'.
13771 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13772 (ring-ref): Use `let', not `let*'.
13773 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13774 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13775 (ring-member): Simplify. Doc fix.
13776 (ring-convert-sequence-to-ring): Simplify.
13777
13778 2007-11-17 Juri Linkov <juri@jurta.org>
13779
13780 * dired-aux.el (dired-create-directory): Allow creating
13781 a directory of an arbitrary depth. Add a loop to find the topmost
13782 nonexistent parent dir `new', and call `dired-add-file' on it.
13783 Set the `PARENTS' arg of `make-directory' to t.
13784
13785 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13786
13787 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13788 (math-build-parse-table): Get parse information from math-parse-table.
13789
13790 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * window.el (recenter-last-op): New var.
13793 (recenter-top-bottom): New command.
13794 (global-map): Bind it to C-l.
13795
13796 * abbrev.el (abbrev--write): Fix error in transcription from C.
13797
13798 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13799 (pc-select-ensure-mark): Set mark-active to a special value instead.
13800 Rename from ensure-mark. Update call callers.
13801 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13802 Rewrite. Update all callers.
13803 (pc-selection-mode): Remove redundant var declaration.
13804
13805 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13806
13807 * doc-view.el (doc-view-search-backward, doc-view-search):
13808 Fix assignment to free variable bug.
13809
13810 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13811
13812 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13813 (ensure-mark): Set it.
13814 (maybe-deactivate-mark): New fun.
13815 Use it everywhere instead of (setq mark-active nil).
13816
13817 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13818
13819 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13820 Add check for XEmacs.
13821
13822 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13823
13824 * doc-view.el (doc-view-resolution): Add missing :group.
13825
13826 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13827
13828 * subr.el (make-variable-frame-local):
13829 Fix typo in obsolescence declaration.
13830
13831 2007-11-16 Werner Lemberg <wl@gnu.org>
13832
13833 * files.el (set-auto-mode-1): Check second line for -*- if file
13834 starts with '\" (which is used by man pages to identify needed
13835 troff preprocessors).
13836
13837 2007-11-16 Glenn Morris <rgm@gnu.org>
13838
13839 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13840
13841 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13842
13843 * calc/calc-lang.el (math-oper-table): Fix typo.
13844 Reduce precedence of "/" for TeX.
13845
13846 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13847
13848 2007-11-16 Juri Linkov <juri@jurta.org>
13849
13850 * dired-aux.el (dired-read-shell-command-default): New function.
13851 (dired-read-shell-command): Use its return value for DEFAULT arg.
13852
13853 * replace.el (keep-lines-read-args, occur-read-primary-args):
13854 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13855
13856 * man.el (Man-heading-regexp): Add 0-9.
13857 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13858
13859 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13862 (doc-view-resolution): New custom var.
13863 (doc-view-pdf/ps->png): Use it.
13864 (doc-view-shrink-factor): New var.
13865 (doc-view-enlarge, doc-view-shrink): New commands.
13866 (doc-view-mode-map): Use them.
13867
13868 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13869
13870 * ediff-wind.el (ediff-window-setup-function):
13871 * simple.el (normal-erase-is-backspace):
13872 * eshell/em-unix.el (eshell/info):
13873 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13874 Fix typos in docstrings.
13875
13876 * emulation/cua-base.el (cua--keymaps-initialized):
13877 Rename from `cua--keymaps-initalized'. Callers changed.
13878 (cua-highlight-region-shift-only): Doc fix.
13879 (cua-paste-pop): Fix typo in docstring.
13880
13881 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * emulation/cua-base.el (cua--pre-command-handler-1):
13884 Use input-decode-map instead of function-key-map.
13885 Use event-modifiers now that it works reliably.
13886
13887 * vc.el (vc-diff-internal): Pop-to-buffer later.
13888
13889 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13890
13891 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
13892 did not touch them.
13893
13894 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
13895
13896 * calc/calc-menu.el: New file.
13897 * calc/calc.el (calc-mode): Require calc-menu.
13898
13899 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
13900
13901 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
13902
13903 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
13904
13905 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
13906 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
13907 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
13908 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
13909 locations.
13910 (gdb-info-breakpoints-custom, gdb-assembler-custom)
13911 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
13912 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
13913
13914 2007-11-13 Noah Friedman <friedman@splode.com>
13915
13916 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
13917 bindings to remap when `calc-scan-for-dels' is non-nil.
13918
13919 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
13922 constant forms.
13923 (byte-compile-nilconstp): New function.
13924 (byte-optimize-cond): Kill subsequent branches when a branch is
13925 know to be taken or not taken.
13926 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
13927
13928 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
13929
13930 * vc.el (vc-register): Allow registering a file passed as a
13931 parameter instead of just the current buffer.
13932
13933 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
13934
13935 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13936 Check whether the output of "uname -sr" has been changed.
13937
13938 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13939
13940 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
13941 patterns from compilation-perl.el and compilation-weblint.el files.
13942
13943 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
13944
13945 * progmodes/compilation-perl.el:
13946 * progmodes/compilation-weblint.el: Disable autoloads, they cause
13947 a bootstrap failure.
13948
13949 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
13950 instead of doing "cvs diff" in order to avoid accessing the repository.
13951
13952 2007-11-12 Kevin Ryde <user42@zip.com.au>
13953
13954 * progmodes/compilation-perl.el:
13955 * progmodes/compilation-weblint.el: New files.
13956
13957 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
13958
13959 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
13960 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
13961 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
13962 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
13963 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
13964 Rewrite in active voice.
13965
13966 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
13967
13968 * doc-view.el: Add comments about isearch support.
13969
13970 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
13971
13972 * vc.el (vc-start-entry): Fix setting the in the case the function
13973 is called from vc-dired. Use when instead of if where appropriate.
13974
13975 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13976
13977 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
13978 to be a list.
13979 (ps-begin-job): Error if ps-lpr-switches is not a list.
13980
13981 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13982
13983 * faces.el (face-normalize-spec): Remove function.
13984 (frame-set-background-mode): Undo last change.
13985
13986 2007-11-10 Jason Rumney <jasonr@gnu.org>
13987
13988 * w32-fns.el: Sync charset names with setup-default-fontset.
13989 Append "-1" where second part missing.
13990
13991 2007-11-10 Juri Linkov <juri@jurta.org>
13992
13993 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
13994 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
13995
13996 * custom.el (custom-note-var-changed): Remove the `interactive'
13997 spec from this new non-interactive function.
13998
13999 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
14000
14001 * doc-view.el (doc-view-mode-map, doc-view-menu)
14002 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14003 (doc-view-search-backward): New function.
14004 (doc-view-search): Query new regexp if prefix arg is given, else
14005 jump to next/previous match.
14006 (doc-view-mode): Handle compressed files.
14007 (jka-compr): Required for compressed files.
14008
14009 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
14010
14011 * replace.el (query-replace-show-replacement): New defcustom.
14012 (perform-replace): Use `match-substitute-replacement' if
14013 `query-replace-show-replacement' is non-nil.
14014
14015 2007-11-10 David Kastrup <dak@gnu.org>
14016
14017 * subr.el (match-substitute-replacement): New function.
14018
14019 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
14020
14021 * files.el (auto-mode-alist): Select org-mode for files with the
14022 extension ".org".
14023
14024 2007-11-10 Martin Rudalics <rudalics@gmx.at>
14025
14026 * help.el (help-window, help-window-point-marker): New variables.
14027 (help-window-select): New option.
14028 (with-help-window): New macro for displaying help windows.
14029 (help-window-display-message, help-window-setup-finish)
14030 (help-window-setup): New functions used for setting up help windows.
14031 (print-help-return-message): Reset help-window to nil.
14032 (view-lossage): Use with-help-window instead of
14033 with-output-to-temp-buffer and move help-window-point-marker after
14034 inserted text.
14035 (describe-bindings, describe-key, describe-mode): Use
14036 with-help-window instead of with-output-to-temp-buffer.
14037
14038 * help-mode.el (help-mode): Set view-exit-action to bury the
14039 buffer instead of fiddling with windows. Simplify code.
14040 (help-mode-finish): When help-window eqs t set it to the selected
14041 window and have with-help-window set up view-return-to-alist.
14042 (help-buffer): Add autoload cookie.
14043
14044 * view.el (view-remove-frame-by-deleting): Change default value to t.
14045 Add autoload cookie.
14046 (view-exit-action, view-file, view-file-other-window)
14047 (view-file-other-frame, view-buffer, view-buffer-other-window)
14048 (view-buffer-other-frame): Rewrite doc strings.
14049 (view-return-to-alist-update): New function to remove stale entries
14050 from view-return-to-alist.
14051 (view-mode-enter): Rewrite doc string and simplify code.
14052 (view-mode-exit): Handle new case 'keep-frame. Don't reset
14053 view-exit-action to nil. Simplify code and rewrite doc string.
14054
14055 * apropos.el (apropos-describe-plist):
14056 * descr-text.el (describe-char):
14057 * disp-table.el (describe-display-table):
14058 * faces.el (list-faces-display, describe-face):
14059 * facemenu.el (list-colors-display):
14060 * help-fns.el (describe-function, describe-variable)
14061 (describe-syntax, describe-categories):
14062 Use with-help-window instead of with-output-to-temp-buffer.
14063
14064 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
14065
14066 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14067 Optimize (featurep 'emacs) to t.
14068
14069 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14070 New function.
14071 (byte-compile-maybe-guarded): Use it to also look for bound
14072 symbols inside `and' forms. Comment out non-working code that was
14073 trying to avoid warnings for XEmacs code.
14074
14075 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14076
14077 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14078 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14079 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14080 (vc-cvs-annotate-command):
14081 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14082 is bound, it always is.
14083
14084 2007-11-10 Jason Rumney <jasonr@gnu.org>
14085
14086 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14087 setup here from global scope.
14088
14089 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
14090
14091 * ido.el (ido-save-history): Save the history file in UTF-8, not
14092 the current filename coding system.
14093
14094 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * simple.el (interprogram-cut-function, interprogram-paste-function):
14097 Don't make them frame-local any more.
14098
14099 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14100 Don't set interprogram-(cut|paste)-function on each frame.
14101
14102 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14103 Make them work in tty frames.
14104 (interprogram-cut-function, interprogram-paste-function):
14105 Set them globally.
14106
14107 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14108
14109 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14110 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14111 (iso-iso2duden-trans-tab): Add docstring.
14112
14113 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * abbrev.el (define-abbrev-table): Record the variable definition.
14116
14117 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14118 New function.
14119
14120 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14121
14122 * ps-print.el: Clean the code for checking suitable Emacs version.
14123 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14124 (ps-print-version): New version 6.8.1.
14125
14126 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14127
14128 * files.el (enable-local-variables): Doc fix.
14129
14130 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14131
14132 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14133
14134 2007-11-09 Sven Joachim <svenjoac@gmx.de>
14135
14136 * dired-aux.el (dired-copy-file-recursive):
14137 Preserve directory permissions.
14138
14139 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14140
14141 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14142 (whitespace-unload-function): New-style unload function. When run,
14143 unintern `whitespace-unload-hook' and call `unload-feature' recursively
14144 to stop the old hook from messing with the unloading.
14145
14146 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14147
14148 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14149 (elp-unset-master, elp-results): Fix typos.
14150 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14151 Doc fixes.
14152
14153 * msb.el (msb--many-menus): Remove variable.
14154 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14155 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14156 (msb--toggle-menu-type): Fix typos in docstrings.
14157
14158 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14159 (shadow-insert-var): Doc fixes.
14160 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14161 Reflow docstrings.
14162 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14163
14164 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14165
14166 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14167 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14168 Fix typos in autoload docstrings.
14169
14170 2007-11-09 Richard Stallman <rms@gnu.org>
14171
14172 * savehist.el (savehist-save): Obey savehist-ignored-variables.
14173
14174 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14175
14176 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14177 (gdb-var-update-handler-1): Use it.
14178
14179 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14180
14181 * loadhist.el (unload-feature): Remove erroneous check for the
14182 FEATURE-unload-function variable; check the existence of the
14183 function (that's what the docstring says, and it makes more sense).
14184
14185 * follow.el (follow-unload-function): Add docstring.
14186 (follow-unload-function): Remove variable.
14187
14188 * server.el (server-unload-function): Remove variable.
14189 (server-unload-function): Unbind `server-edit' from `C-x #'.
14190
14191 * ses.el (ses-unload-function): New function.
14192
14193 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14194
14195 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14196 (unsafep-progn, unsafep-let): Fix typos in docstrings.
14197
14198 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14199 before use to avoid a warning in packages that require uniquify.
14200 (uniquify-unload-function): New function and var.
14201
14202 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
14203
14204 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14205 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14206 (ediff-current-diff-A, ediff-current-diff-B)
14207 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14208 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14209 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14210 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14211 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14212 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14213 (ediff-setup-windows-plain-merge)
14214 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14215 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14216 * ediff-util.el (ediff-setup-keymap, )
14217 (ediff-toggle-wide-display, ediff-toggle-multiframe)
14218 (ediff-toggle-use-toolbar, ediff-really-quit)
14219 (ediff-good-frame-under-mouse)
14220 (ediff-highlight-diff-in-one-buffer)
14221 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14222 (ediff-make-bullet-proof-overlay):
14223 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14224 (ediff-set-meta-overlay):
14225 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14226 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14227 ediff-emacs-p with their former definitions.
14228
14229 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14230 (viper-has-face-support-p, viper-inactivate-input-method)
14231 (viper-activate-input-method)
14232 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14233 * emulation/viper-mous.el (viper-multiclick-timeout)
14234 (viper-surrounding-word, viper-mouse-click-insert-word)
14235 (viper-mouse-click-search-word, viper-parse-mouse-key):
14236 * emulation/viper-macs.el (viper-char-array-to-macro):
14237 * emulation/viper.el (viper-go-away, viper-set-hooks)
14238 (viper-non-hook-settings):
14239 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14240 (viper-get-saved-cursor-color-in-insert-mode)
14241 (viper-get-saved-cursor-color-in-emacs-mode)
14242 (viper-check-version, viper-get-visible-buffer-window)
14243 (viper-file-checked-in-p, viper-set-replace-overlay)
14244 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14245 (viper-check-minibuffer-overlay, viper-read-key-sequence)
14246 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14247 with their former definitions.
14248 (viper-eventify-list-xemacs): Only do work for XEmacs.
14249 (viper-set-unread-command-events): Only do work for Emacs.
14250 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14251 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14252 (viper-overlay-get, viper-overlay-put, viper-read-event)
14253 (viper-characterp, viper-int-to-char, viper-get-face)
14254 (viper-color-defined-p, viper-iconify): New defaliases replacing
14255 the old fsets.
14256
14257 * progmodes/fortran.el (comment-region-function)
14258 (uncomment-region-function): Pacify byte compiler.
14259
14260 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14261
14262 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
14263
14264 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14265 `process-environment'.
14266
14267 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
14268
14269 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14270 match dir like "a...b".
14271
14272 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14275
14276 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
14277
14278 * net/tramp.el (tramp-handle-substitute-in-file-name):
14279 Don't expand the remote connection identification.
14280 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14281 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
14282 before calling stty.
14283
14284 * net/tramp-cache.el (tramp-cache-print)
14285 (tramp-dump-connection-properties): Fix docstring.
14286 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14287
14288 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14289
14290 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14291 remote connection identification when setting connection property.
14292
14293 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14294 "//" substitutes only in the local filename part.
14295
14296 2007-11-07 David Hansen <david.hansen@gmx.net>
14297
14298 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14299
14300 2007-11-07 Glenn Morris <rgm@gnu.org>
14301
14302 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14303 Remove superfluous concats. Move final set-buffer to
14304 non-emacs-specific code.
14305
14306 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
14307
14308 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14309
14310 2007-11-07 Johan Bockgård <bojohan@gnu.org>
14311
14312 * eshell/esh-mode.el (eshell-output-filter):
14313 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14314 Use `with-current-buffer'.
14315
14316 2007-11-07 Andreas Schwab <schwab@suse.de>
14317
14318 * server.el (server-start): Only register cleanup after server was
14319 started.
14320
14321 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
14322
14323 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14324
14325 * net/tramp-cache.el (tramp-cache-print): Move down.
14326 (tramp-cache-list-connections): New defun.
14327
14328 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14329
14330 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
14331
14332 * ido.el (ido-save-history): Write the history file in the current
14333 filename coding system, and add `coding' file-local variable.
14334
14335 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
14336
14337 * textmodes/org.el (org-table-formula-substitute-names):
14338 Remove forgotten temporary debugging code.
14339
14340 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
14341
14342 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14343 the prompt.
14344
14345 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
14346
14347 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14348
14349 2007-11-05 Simon Josefsson <simon@josefsson.org>
14350
14351 * net/tls.el (tls-end-of-info): Doc fix.
14352
14353 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
14354
14355 * international/utf-7.el (utf-7-imap): New coding system.
14356 (utf-7-imap-post-read-conversion): New function.
14357 (utf-7-imap-pre-write-conversion): New function.
14358
14359 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * abbrev.el (abbrev--write): Fix up typo.
14362
14363 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
14364
14365 * abbrev.el (define-abbrev-table): Doc fix.
14366
14367 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
14368
14369 * info.el (Info-revert-buffer-function): New func.
14370 (Info-mode): Arrange to use it for reverting.
14371 (Info-copy-current-node-name): Add space between filename and nodename.
14372
14373 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14374
14375 * abbrev.el (expand-abbrev): Move point back to expansion's end.
14376
14377 2007-11-04 Glenn Morris <rgm@gnu.org>
14378
14379 * net/tls.el: Don't require rx when compiling.
14380 (tls-end-of-info): Rewrite without using rx.
14381 (open-tls-stream): Use with-current-buffer.
14382
14383 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
14384
14385 * net/tls.el: Require rx when compiling.
14386 (tls-end-of-info): New variable.
14387 (open-tls-stream): Keep reading input until `tls-end-of-info' is
14388 matched.
14389
14390 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
14391
14392 * register.el (append-to-register, prepend-to-register):
14393 Don't signal error on empty register; use the text, instead.
14394
14395 2007-11-03 Michael Olson <mwolson@gnu.org>
14396
14397 * textmodes/remember.el (remember-buffer):
14398 Use define-obsolete-function-alias rather than defalias.
14399
14400 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14401
14402 * simple.el (bad-packages-alist): Anchor semantic regexp.
14403
14404 2007-11-03 Glenn Morris <rgm@gnu.org>
14405
14406 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14407 if defined, for blank lines. Doc fix.
14408
14409 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14410 (fortran-mode): Set values for comment-region-function,
14411 uncomment-region-function and comment-insert-comment-function.
14412 (fortran-uncomment-region): New function.
14413
14414 * textmodes/nroff-mode.el (nroff-mode):
14415 Set comment-insert-comment-function rather than indent-line-function.
14416 (nroff-indent-line-function): Remove.
14417 (nroff-insert-comment-function): New function.
14418
14419 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14420
14421 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14422
14423 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14424
14425 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14426
14427 * emulation/viper-cmd.el (viper-prev-destructive-command)
14428 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14429 copy-sequence.
14430
14431 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14432 Got rid of ediff-copy-list.
14433
14434 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14435 use face-name.
14436 (ediff-test-utility, ediff-diff-mandatory-option)
14437 (ediff-reset-diff-options): Remove to simplify the mandatory option
14438 handling on Windows.
14439 (ediff-set-diff-options): Add.
14440 (ediff-diff-options): Set "--binary" option as default in some cases.
14441
14442 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14443 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14444 ediff-vc-working-revision. Require vc-hooks.
14445
14446 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
14447
14448 * files.el (hack-local-variables): Fix membership tests to avoid
14449 treating all variables as safe if `enable-local-variables' is
14450 set to :safe (CVE-2007-5795).
14451
14452 2007-11-02 Glenn Morris <rgm@gnu.org>
14453
14454 * newcomment.el (comment-indent): Let comment-insert-comment-function,
14455 if defined, do all the work of inserting a new comment.
14456
14457 * progmodes/etags.el (tags-table-mode): Disable undo.
14458
14459 * simple.el (bad-packages-alist): Revert previous change.
14460
14461 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
14462
14463 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14464
14465 * obsolete/lselect.el: Do not warn about unknown functions.
14466
14467 2007-11-02 Michael Olson <mwolson@gnu.org>
14468
14469 * textmodes/remember.el (remember-buffer): Make this an alias of
14470 remember-finalize, because Org uses it.
14471
14472 2007-11-01 Michael Olson <mwolson@gnu.org>
14473
14474 * textmodes/remember.el: Improve documentation in heading.
14475 (remember-before-remember-hook): Turn into a customizable option.
14476 (remember): Document INITIAL argument.
14477 (remember-region): Remove autoload cookie. Improve docstring to
14478 mention that it is called from the *Remember* buffer, and does not
14479 have any functional overlap with the `remember' function.
14480 (remember-finalize): Remove autoload cookie. Rename from
14481 remember-buffer to emphasize that this does not have any
14482 functional overlap with the `remember' function.
14483 (remember-destroy): Remove autoload cookie.
14484 (remember-mode-map): Define and initialize in one step.
14485 (remember-mode): Improve docstring.
14486 (remember-annotation-functions): Default to just '(buffer-file-name),
14487 and don't try to take the default value from Planner.
14488
14489 2007-11-01 Glenn Morris <rgm@gnu.org>
14490
14491 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14492
14493 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14494
14495 * emacs-lisp/authors.el (authors-scan-change-log)
14496 (authors-scan-el): Don't enable local eval; enable only safe local
14497 variables, without querying.
14498
14499 * mail/footnote.el (footnote-numeric-regexp)
14500 (footnote-english-upper-regexp, footnote-english-lower-regexp)
14501 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14502 Match multi-character footnotes.
14503
14504 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14505 (nroff-indent-line-function): New function.
14506 (nroff-count-text-lines): Use nroff-forward-text-line rather than
14507 obsolete alias.
14508
14509 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
14510
14511 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14512 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
14513 (rcirc-print): Only update the line count when not marking the
14514 line as omittable.
14515 (rcirc-log-write): Specify coding system when writing logfile.
14516 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14517
14518 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14519
14520 * printing.el (printing): Fix :version, printing.el was included
14521 for in emacs-22.1.
14522 (pr-path-style, pr-path-alist, pr-txt-name)
14523 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14524 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14525 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14526 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14527 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14528 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14529 (pr-setting-database, pr-visible-entry-list)
14530 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14531 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14532
14533 * ediff-util.el (ediff-nuke-selective-display): Move definition to
14534 top level, make it dependent on the emacs flavor.
14535
14536 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14537 Test for XEmacs not for itimer.
14538
14539 * term/sun-mouse.el:
14540 * obsolete/sun-fns.el:
14541 * obsolete/sun-curs.el: Remove files.
14542
14543 * term/sun.el (select-previous-complex-command): Remove obsolete code.
14544
14545 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
14546
14547 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14548 was given to concat.
14549
14550 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14553 used normally for goto-line. Change `g' to revert the buffer.
14554 Add redundant `r' binding for buffer-revert.
14555
14556 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14557 (mail-abbrevs-setup): Use abbrev-expand-functions.
14558 (build-mail-abbrevs): Use with-temp-buffer.
14559 (define-mail-abbrev): Simplify.
14560 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14561 Change it for use on abbrev-expand-functions.
14562 (mail-abbrev-complete-alias): Use with-syntax-table.
14563
14564 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
14565
14566 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14567 directly. Fix bug in deleting temp file.
14568
14569 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14572 Merge defvar and define-abbrev-table.
14573 (def-python-skeleton): Use :case-fixed and :enable-function.
14574 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14575 Remove.
14576 (python-mode): Don't modify pre-abbrev-expand-hook.
14577
14578 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14579
14580 * ediff-util.el (ediff-file-checked-out-p)
14581 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14582
14583 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * abbrev.el (abbrev-symbol): Correct let->let*.
14586 (abbrev--before-point): Only use abbrev-start-location if before point.
14587
14588 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14589
14590 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
14591 (strokes-unload-hook): Remove function and variable.
14592 (strokes-unload-function): New-style unload function, adapted
14593 from `strokes-unload-hook'.
14594
14595 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14596 (cl-unload-hook): Remove variable.
14597 (cl-unload-function): New-style unload function, adapted
14598 from `cl-cannot-unload'.
14599
14600 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14601 (elp-unload-function): New-style unload function, adapted
14602 from `elp-unload-hook'.
14603
14604 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
14605
14606 * emacs-lisp/find-func.el (find-library): Use library at
14607 point as default interactive argument.
14608
14609 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14610
14611 * shadowfile.el (shadow-join): Remove.
14612 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14613 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14614 (shadowfile-unload-hook): Remove function and variable.
14615 (shadowfile-unload-function): New-style unload function, adapted
14616 from `shadowfile-unload-hook'.
14617
14618 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14619
14620 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14621 only if it is bound.
14622
14623 * textmodes/reftex.el: Move autoloads for before all uses.
14624 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14625 (reftex-delete-overlay): Move to the top level with the condition
14626 in the body.
14627
14628 * progmodes/simula.el: Use when instead of if.
14629
14630 * iimage.el (iimage-locate-file): Define unconditionally.
14631
14632 * mail/mailabbrev.el (mail-abbrev-next-line):
14633 * emulation/vip.el (vip-enlarge-region, vip-line)
14634 (vip-next-line-at-bol, vip-previous-line)
14635 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14636 Wrap with-no-warnings around uses of next-line and previous-line.
14637
14638 * ediff.el (run-ediff-from-cvs-buffer):
14639 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14640 Remove function not used by pcl-cvs anymore.
14641 (noninteractive, generic-sc-get-latest-rev)
14642 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14643 Delete support for long obsolete generic-sc.el.
14644
14645 2007-10-31 Glenn Morris <rgm@gnu.org>
14646
14647 * cvs-status.el: No longer require pcvs when compiling.
14648
14649 * doc-view.el (doc-view-conversion-refresh-interval)
14650 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14651 (doc-view-reset-slice): Doc fixes.
14652 (doc-view-menu): Remove deleted function doc-view-edit-doc.
14653
14654 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14655
14656 * help-at-pt.el (help-at-pt-unload-hook): Remove.
14657 Timers are automatically canceled by `unload-feature'.
14658
14659 * delsel.el (delsel-unload-hook): Remove function and variable.
14660 (delsel-unload-function): New-style unload function, adapted
14661 from `delsel-unload-hook'.
14662
14663 * msb.el (msb-unload-hook): Remove function and variable.
14664 (msb-unload-function): New-style unload function, adapted from
14665 `msb-unload-hook'.
14666
14667 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
14668
14669 * desktop.el (uniquify-managed): Pacify byte compiler.
14670 (desktop-buffer-info): If the buffer name is managed by uniquify,
14671 save the base name, not the uniquified one.
14672 (desktop-create-buffer): Allow `rename-buffer' to generate a new
14673 name in case of conflict.
14674
14675 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 * doc-view.el: Use expand-file-name rather than concat.
14678 (doc-view-cache-directory): Add the UID so multiple users won't clash.
14679 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14680 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14681 (doc-view-toggle-display): Use an overlay over the whole buffer so as
14682 not to have to touch the buffer's content.
14683 (doc-view-initiate-display): New function, extracted from doc-view-mode.
14684 (doc-view-mode): Use it. Don't mark as a special mode.
14685 Put the page numbers in the modeline.
14686 Set up the overlay. Hide the cursor. Run the mode hook.
14687 Use after-revert-hook rather than revert-buffer-function.
14688 (doc-view-search-internal): Fix typo.
14689 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14690 image-cache flush.
14691 (doc-view-reconvert-doc): Don't reset the whole mode.
14692 (doc-view-make-safe-dir): New function.
14693 (doc-view-current-cache-dir): Use it.
14694
14695 2007-10-30 Jason Rumney <jasonr@gnu.org>
14696
14697 * time.el (display-time-world-list): Test for zoneinfo support.
14698
14699 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
14700
14701 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14702
14703 * net/tramp-cache.el (tramp-flush-file-function): Check also
14704 `default-directory' if `buffer-file-name' does not return a
14705 string. Added to `eshell-pre-command-hook'.
14706
14707 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * doc-view.el (doc-view-current-doc): Remove.
14710 Replace all uses by buffer-file-name.
14711 (doc-view-menu): New menu.
14712 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14713 unused var `doc'.
14714 (doc-view-sort): Simplify.
14715 (doc-view-buffer-message): Don't change buffer-modified-p.
14716 (doc-view-mode): Change it here instead.
14717 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
14718 Don't modify the global value of revert-buffer-function.
14719
14720 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14721 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14722 (image-toggle-display): Take overlays into account and don't assume
14723 point-min==1.
14724
14725 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
14726
14727 * vc.el (vc-annotate): Fix omission bug:
14728 Specify value for vc-sentinel-movepoint.
14729
14730 2007-10-30 Michael Olson <mwolson@gnu.org>
14731
14732 * textmodes/remember.el (remember-mode-hook)
14733 (remember-handler-functions, remember-annotation-functions):
14734 Add additional items as options, including some Org functions.
14735
14736 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14737
14738 * doc-view.el: Remove cl-dependency.
14739 (doc-view-buffer-message): Mention new binding K.
14740 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14741 instead of variable.
14742 (doc-view-current-cache-dir): Better cache dir naming.
14743 (doc-view-current-display): Remove variable.
14744 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14745 (doc-view-kill-proc): Set converter process to nil.
14746 (doc-view-minor-mode): New minor mode.
14747 (doc-view-minor-mode-map): New keymap.
14748 (doc-view-mode): Remove text/image switching code. Use plain defun.
14749 (doc-view-mode-map): New binding K kills converter process.
14750 Remove C-c C-e binding.
14751 (doc-view-mode-text-map): Remove keymap.
14752 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14753 d-v-display-maybe.
14754 (doc-view-previous-major-mode): New variable.
14755 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14756 (doc-view-remove-if): New function.
14757 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14758 (doc-view-toggle-display): Toggle modes instead of display styles.
14759 (doc-view-reconvert-doc): Adapt to new way of doing things.
14760
14761 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14762
14763 2007-10-30 Glenn Morris <rgm@gnu.org>
14764
14765 * dirtrack.el (dirtrack-mode): Doc fix.
14766
14767 * shell.el (shell-dirtrack-verbose, shell-mode)
14768 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14769
14770 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14771 (byte-compile-enable-warning): Doc fix.
14772
14773 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14774 suppress byte-opt warning.
14775
14776 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14777
14778 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14779 (edt-gnu-emacs19-p): Remove.
14780 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14781 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14782 (edt-end-of-line-forward, edt-end-of-line-backward)
14783 (edt-one-word-forward, edt-one-word-backward, edt-character)
14784 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14785 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14786 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14787 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14788 (edt-sentence-backward, edt-paragraph-forward)
14789 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14790 (edt-window-bottom, edt-scroll-window-forward-line)
14791 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14792 (edt-line-to-top-of-window, edt-paragraph-backward)
14793 (edt-restore-key, edt-window-top, edt-window-bottom)
14794 (edt-scroll-window-forward-line)
14795 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14796 (edt-line-to-middle-of-window, edt-goto-percentage)
14797 (edt-display-the-time, edt-remember, edt-split-window)
14798 (edt-emulation-on, edt-emulation-off)
14799 (edt-default-emulation-setup, edt-user-emulation-setup)
14800 (edt-select-default-global-map, edt-select-user-global-map):
14801 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14802 tests.
14803
14804 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14805 Use feature test instead of boundp test so it can be resolved at
14806 compile time.
14807
14808 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14809
14810 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14813 Update all users.
14814 (abbrev-get, abbrev-put): Simplify.
14815 (define-abbrev): Don't store the `force' value in the :system property.
14816 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14817
14818 2007-10-30 Michael Olson <mwolson@gnu.org>
14819
14820 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14821
14822 * textmodes/remember.el: New file that implements a mode for
14823 quickly jotting down things to remember.
14824
14825 * textmodes/remember-diary.el: A backend for remember.el that
14826 implements saving notes to a Diary file.
14827
14828 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14829
14830 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14831 Relocate in file.
14832 (allout-doublecheck-at-and-shallower): Increase to include
14833 slightly greater depths, since yank interaction is now ok.
14834 Also, elaborate the docstring to explain the situation.
14835 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14836 instead of concat, so we accommodate key sequences expressed as
14837 vectors as well as strings and lists.
14838 (allout-flag-region, allout-hide-by-annotation): Make the
14839 hidden-text overlays 'front-advance.
14840 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14841 (allout-aberrant-container-p, allout-on-current-heading-p)
14842 (allout-e-o-prefix-p, allout-next-heading)
14843 (allout-previous-heading, allout-goto-prefix)
14844 (allout-end-of-prefix, allout-next-sibling-leap)
14845 (allout-next-visible-heading, allout-auto-fill)
14846 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14847 (allout-yank-processing, allout-resolve-xref)
14848 (allout-current-topic-collapsed-p, allout-hide-region-body)
14849 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14850 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14851 (count-trailing-whitespace-region): Preserve match data, so allout
14852 outline navigation doesn't disrupt other Emacs operations.
14853 (allout-beginning-of-line): Retreat to the beginning of the hidden
14854 text, so fields are respected (for submodes that care).
14855 (allout-end-of-line): Preserve mark activation status when jumping.
14856 (allout-open-topic): Account for opening after a child that
14857 contains a hidden trailing newline. Preserve match data.
14858 Run allout-structure-added-hook
14859 (allout-encrypt-decrypted): Preserve match data.
14860 (allout-toggle-current-subtree-exposure): Add new interactive
14861 function for toggle subtree exposure - suggested by tassilo.
14862 (move-beginning-of-line, move-end-of-line): Don't use
14863 line-move-invisible-p, it's obsolete - substitute the code, instead.
14864
14865 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14866
14867 * textmodes/flyspell.el (message-signature-separator):
14868 * longlines.el (message-indent-citation-function): Pacify byte
14869 compiler.
14870
14871 * emacs-lisp/cl-loaddefs.el:
14872 * ldefs-boot.el: Regenerate.
14873
14874 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14875 (.el.elc, compile, compile-always, compile-calc)
14876 ($(lisp)/progmodes/cc-mode.elc): Use it.
14877
14878 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14879 Only do work for XEmacs.
14880 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14881 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14882 on XEmacs.
14883 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14884 (ps-x-color-name, ps-x-color-specifier-p)
14885 (ps-x-copy-coding-system, ps-x-device-class)
14886 (ps-x-extent-end-position, ps-x-extent-face)
14887 (ps-x-extent-priority, ps-x-extent-start-position)
14888 (ps-x-face-font-instance, ps-x-find-coding-system)
14889 (ps-x-font-instance-properties, ps-x-make-color-instance)
14890 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
14891 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
14892 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
14893 (ps-generate-postscript-with-faces): Delete defaliases.
14894 (ps-face-foreground-name, ps-face-background-name)
14895 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
14896 Move definitions to top level, make the body conditional on the Emacs
14897 flavor. Replace uses of deleted aliases and renamed functions.
14898 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
14899 of deleted aliases and renamed functions.
14900
14901 * calc/calc.el (calc-emacs-type-lucid): Remove.
14902 (calc-digit-map, calcDigit-start, calc-read-key)
14903 (calc-clear-unread-commands):
14904 * calc/calc-ext.el (calc-user-key-map): Replace uses of
14905 calc-emacs-type-lucid with (featurep 'xemacs)
14906
14907 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
14908 (featurep 'xemacs).
14909 (tpu-lucid-emacs19-p): Remove.
14910 (tpu-map-key): Make it a function instead of using fset. Inline
14911 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
14912 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
14913
14914 * ielm.el: Use featurep 'xemacs.
14915
14916 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
14917 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
14918 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
14919 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
14920 cperl-xemacs-p with (featurep 'xemacs).
14921 (font-lock-cache-position): Pacify byte compiler.
14922
14923 2007-10-29 Drew Adams <drew.adams@oracle.com>
14924
14925 * faces.el (read-color): New function.
14926 (face-at-point, foreground-color-at-point)
14927 (background-color-at-point): New functions.
14928
14929 2007-10-28 Richard Stallman <rms@gnu.org>
14930
14931 * net/browse-url.el (browse-url-text-xterm): Rename from
14932 browse-url-lynx-xterm and made generic.
14933 (browse-url-text-emacs): Likewise.
14934 (browse-url-text-browser): New variable.
14935 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
14936 (browse-url-text-input-field, browse-url-text-input-attempts)
14937 (browse-url-kde-program): Likewise.
14938
14939 2007-10-29 Glenn Morris <rgm@gnu.org>
14940
14941 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
14942 Use mapc rather than mapcar (reinstall change deleted without log
14943 entry 2007-10-22).
14944
14945 2007-10-29 Martin Rudalics <rudalics@gmx.at>
14946
14947 * wdired.el (wdired-next-line, wdired-previous-line):
14948 Use next-line and previous-line wrapped in with-no-warnings.
14949
14950 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
14951
14952 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
14953 (rcirc-recent-quit-alist): New function.
14954 (rcirc): Print a better message when there is only one connected server.
14955 (rcirc-complete-nick): Do not update the nick table here.
14956 (rcirc-mode-map): Add M-o.
14957 (rcirc-current-line): Add variable.
14958 (rcirc-mode): Setup variables for line based omit.
14959 (rcirc-edit-multiline): Strip text properties.
14960 (rcirc-omit-responses): Add NICK.
14961 (rcirc-omit-threshold): Add variable.
14962 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
14963 Add functions.
14964 (rcirc-print): Keep track of current line. Do not fill text if
14965 `rcirc-fill-flag' is null. Only omit text if the last activity
14966 from the sender is more than `rcirc-omit-threshold' lines ago.
14967 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
14968 numbers instead of time.
14969 (rcirc-channel-nicks): Sort by line numbers instead of time.
14970 (rcirc-omit-mode): Add `...' when omitting text and recenter.
14971 (rcirc-handler-JOIN): Restore the joiners linestamp.
14972 (rcirc-maybe-remember-nick-quit): Add function.
14973 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
14974
14975 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
14976
14977 * loadhist.el (unload-feature-special-hooks):
14978 Add `delete-frame-functions' and `suspend-tty-functions'.
14979
14980 * server.el (server-unload-function): Rename from `server-unload-hook'
14981 and adapt to new `unload-feature' functionality. Remove hook from
14982 `kill-buffer-hook' buffer-locally.
14983 (server-unload-hook): Remove.
14984 (server-unload-function): New var; replaces `server-unload-hook'.
14985
14986 2007-10-29 Glenn Morris <rgm@gnu.org>
14987
14988 * dirtrack.el (dirtrack-debug): Doc fix.
14989 (dirtrack-mode, dirtrack-debug-mode): New names for
14990 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
14991 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
14992 Make obsolete.
14993 (dirtrack-debug-message): Only print message if
14994 dirtrack-debug-mode is non-nil. Use with-current-buffer.
14995 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
14996 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
14997
14998 2007-10-28 Glenn Morris <rgm@gnu.org>
14999
15000 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15001 (byte-compile-warnings-safe-p): Handle `not'.
15002 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15003 (byte-compile-enable-warning): New functions.
15004 (byte-compile-eval-before-compile)
15005 (byte-compile-file-form-require): Use byte-compile-disable-warning.
15006 (byte-compile-close-variables): Locally bind byte-compile-warnings,
15007 but do not modify it.
15008 (byte-compile-eval, byte-compile-obsolete)
15009 (byte-compile-warn-about-unresolved-functions)
15010 (byte-compile-file-form-defvar)
15011 (byte-compile-file-form-custom-declare-variable)
15012 (byte-compile-file-form-require)
15013 (byte-compile-file-form-defmumble, byte-compile-lambda)
15014 (byte-compile-form, byte-compile-normal-call)
15015 (byte-compile-variable-ref, byte-compile-defvar)
15016 (byte-compile-make-variable-buffer-local):
15017 Use byte-compile-warning-enabled-p.
15018 * emacs-lisp/advice.el (ad-compile-function):
15019 Use byte-compile-disable-warning.
15020 * emacs-lisp/cl.el: Move local variables to end of file, and set
15021 byte-compile-warnings to `(not cl-functions)'.
15022 * emacs-lisp/cl-compat.el: Add a local variables section, and set
15023 byte-compile-warnings to `(not cl-functions)'.
15024 * emacs-lisp/cl-macs.el: Unify local variable section, and set
15025 byte-compile-warnings to `(not cl-functions)'.
15026 (cl-do-proclaim): Use byte-compile-disable-warning and
15027 byte-compile-enable-warning.
15028 * emacs-lisp/cl-seq.el: Unify local variable section, and set
15029 byte-compile-warnings to `(not cl-functions)'.
15030 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15031 Use byte-compile-disable-warning.
15032
15033 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15034
15035 * cus-edit.el (custom-browse-insert-prefix):
15036 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15037
15038 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15039
15040 * server.el (server-process-filter): Fix typo in docstring.
15041 (server-log): Reflow docstrings.
15042 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15043 (server-goto-line-column): Use `when'.
15044
15045 2007-10-28 Juri Linkov <juri@jurta.org>
15046
15047 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15048 when mouse is clicked on the isearch message.
15049 (isearch-resume): Call `isearch-update' at the end.
15050 Rename argument `search' to `string' to conform to the
15051 isearch terminology.
15052
15053 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 Rewrite abbrev.c in Elisp.
15056 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15057 (abbrev-table-get, abbrev-table-put, abbrev-get)
15058 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15059 (define-abbrev, abbrev--check-chars, define-global-abbrev)
15060 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15061 (abbrev-expansion, abbrev--before-point, expand-abbrev)
15062 (unexpand-abbrev, abbrev--write, abbrev--describe)
15063 (insert-abbrev-table-description, define-abbrev-table):
15064 New funs, largely transcribed from abbrev.c.
15065 (abbrev-with-wrapper-hook): New macro.
15066 (abbrev-table-name-list, global-abbrev-table)
15067 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15068 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15069 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15070 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15071 New vars, largely transcribed from abbrev.c.
15072 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
15073 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15074 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15075
15076 2007-10-27 Glenn Morris <rgm@gnu.org>
15077
15078 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15079 (shell-dirtrack-toggle): Mark as obsolete.
15080 (dirtrack-toggle, dirtrack-mode): No longer alias to
15081 shell-dirtrack-mode.
15082
15083 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
15084
15085 * calc/calc.el (math-standard-opers): Lower the precedence
15086 of negation.
15087 * calc/calc-lang.el (math-oper-table): Lower precedence of
15088 negation for C, TeX, and eqn.
15089
15090 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15091
15092 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15093
15094 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
15095
15096 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15097 (desktop-not-loaded-hook): Fix :version tags.
15098
15099 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
15100
15101 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15102 (tramp-get-remote-tmpdir): New defun.
15103 (tramp-make-tramp-temp-file): Use it.
15104 (tramp-local-call-process): New defun. Replace all calls of
15105 `call-process' by this when appropriate.
15106 (tramp-handle-write-region): Replace calls of `file-attributes' by
15107 `tramp-compat-file-attributes'.
15108 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15109 Make the first command a `tramp-send-command' call, with let-bind
15110 of `tramp-end-of-output'.
15111 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15112 (tramp-load-report-modules, tramp-append-tramp-buffers):
15113 Move to tramp-cmds.el.
15114
15115 * net/tramp-fish.el (tramp-fish-handle-copy-file)
15116 (tramp-fish-do-copy-or-rename-file)
15117 (tramp-fish-do-copy-or-rename-file-directly):
15118 * net/tramp-smb.el (tramp-smb-handle-copy-file):
15119 Add parameter PRESERVE-UID-GID.
15120
15121 2007-10-27 Eli Zaretskii <eliz@gnu.org>
15122
15123 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15124 New defcustoms.
15125 (display-time-world-list): Use them as appropriate for the current
15126 value of `system-type'.
15127
15128 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15129
15130 * emulation/pc-select.el (next-line-mark, next-line-nomark)
15131 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15132 around uses of previous-line and next-line.
15133
15134 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15135 New defvars.
15136
15137 * textmodes/css-mode.el (comment-continue):
15138 * net/browse-url.el (url-handler-regexp):
15139 * progmodes/idlw-help.el (idlwave-system-routines):
15140 Pacify byte-compiler.
15141
15142 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15143 line-move-invisible-p with its former definition: invisible-p.
15144 line-move-invisible-p was removed on 2007-08-29.
15145
15146 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15147
15148 * files.el (kill-emacs-query-functions): Doc fix;
15149 `save-buffers-kill-emacs' is no longer bound to a key.
15150
15151 2007-10-26 Richard Stallman <rms@gnu.org>
15152
15153 * isearch-multi.el (isearch-buffers-multi): New option.
15154 (isearch-buffers-search-fun): Test it.
15155
15156 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15157 Put ps-run-clear on C-c C-l.
15158
15159 * newcomment.el (comment-styles): New style indent-or-triple.
15160 (comment-style): Make that the default.
15161 (comment-add defvar): Doc fix.
15162 (comment-add): Delete arg EXTRA.
15163 (comment-region-default): Open code call to comment-add.
15164 Handle indent-or-triple style which uses `multi-char' for INDENT.
15165
15166 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15167
15168 * eshell/em-unix.el (nil-blank-string): Doc fix.
15169
15170 2007-10-26 John Wiegley <johnw@newartisans.com>
15171
15172 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15173 function, ensure that the third argument is turned into a nil if
15174 the string is otherwise completely empty (either no characters, or
15175 all tabs/spaces). This fixes a bug from a user who found himself
15176 unable to customize `diff-switches' and still use Eshell's diff
15177 command.
15178
15179 2007-10-26 Glenn Morris <rgm@gnu.org>
15180
15181 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15182 safe-local-variable property.
15183
15184 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
15185
15186 * net/browse-url.el (browse-url-browser-function): Delete grail.
15187 (browse-url-grail): Function and variable deleted.
15188 (browse-url-browser-function): Delete IXI Mosaic.
15189 (browse-url-default-browser): Don't try IXI Mosaic.
15190 (browse-url-iximosaic): Function deleted.
15191 (browse-url-browser-function): Delete MMM.
15192 (browse-url-default-browser): Don't try MMM.
15193 (browse-url-mmm): Function deleted.
15194
15195 2007-10-26 Drew Adams <drew.adams@oracle.com>
15196
15197 * custom.el (custom-note-var-changed): New function.
15198
15199 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
15200
15201 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15202 use with the definition. Remove.
15203
15204 * add-log.el (change-log-start-entry-re): New defconst.
15205 (change-log-sortable-date-at): Use it.
15206 (change-log-beginning-of-defun, change-log-end-of-defun):
15207 New functions.
15208 (change-log-mode): Use them for beginning-of-defun-function and
15209 end-of-defun-function.
15210
15211 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
15212
15213 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15214 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15215 (ses-recalculate-cell): Deal with point being just beyond end of
15216 data area (why does this happen?)
15217 (ses-set-curcell): Ditto.
15218 (ses-column-letter): Handle columns beyond 702. Code written by
15219 Gareth Rees.
15220
15221 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
15222
15223 * textmodes/org.el (org-agenda-get-restriction-and-command):
15224 Use `mapc' instead of `mapcar'.
15225 (org-agenda-list): Numeric prefix argument can specify the number
15226 of days.
15227 (remember-register, remember-buffer): Prevent byte compiler from
15228 complaining.
15229 (org-todo): Save and restore match data.
15230 (org-no-warnings): New macro.
15231 (org-columns-eval): Use `org-no-warnings'.
15232
15233 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
15234
15235 * comint.el (comint-password-prompt-regexp):
15236 Handle `[sudo] password'-style prompt.
15237
15238 2007-10-25 Glenn Morris <rgm@gnu.org>
15239
15240 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15241 (defcustom): Doc fix.
15242
15243 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15244 Add `non_intrinsic'.
15245 (f90-constants-re): Add ieee modules.
15246 (f90-typedef-matcher, f90-typedec-matcher)
15247 (f90-imenu-type-matcher): New functions.
15248 (f90-font-lock-keywords-1): Give module procedures function-name face.
15249 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
15250 Add `use, intrinsic'.
15251 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15252 Move start of `enum' blocks to separate entry.
15253 (f90-start-block-re): Fix `type', `abstract interface'.
15254 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15255 derived types.
15256 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15257 `elemental', change `enumerator'.
15258 (f90-no-block-limit): Fix `abstract interface'.
15259
15260 * progmodes/f90.el (f90-indented-comment-re)
15261 (f90-directive-comment-re, f90-break-delimiters):
15262 * progmodes/fortran.el (fortran-comment-line-start-skip)
15263 (fortran-directive-re):
15264 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15265 as safe if they are strings.
15266
15267 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * startup.el (window-system): Remove. Don't make it frame-local.
15270
15271 2007-10-24 Richard Stallman <rms@gnu.org>
15272
15273 * savehist.el (savehist-save): Omit unreadable elements.
15274
15275 * loadhist.el (unload-function-defs-list): Rename from
15276 unload-function-features-list.
15277 (unload-feature-special-hooks, unload-feature): Doc fixes.
15278
15279 * indent.el (indent-to-left-margin): If point's in the indentation,
15280 move to the end of the indentation.
15281
15282 * cus-edit.el (customize-changed-options): Make arg optional.
15283
15284 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15285
15286 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15287
15288 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15289
15290 * textmodes/org-publish.el (org-publish-attachment): Re-install
15291 accidentally deleted change.
15292
15293 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * term/iris-ansi.el (iris-function-map): Move init into declaration.
15296
15297 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15298
15299 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15300 (Buffer-menu-mode-map): Initialize in the declaration.
15301 (Buffer-menu-mode): Define with `define-derived-mode'.
15302
15303 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
15304
15305 * textmodes/org.el (org-version): Change to 5.13e.
15306 (org-agenda-file-regexp): Fix typo in docstring.
15307 (org-add-planning-info): Fix bug in parenthesis settings.
15308 (org-scan-tags): Catch the case of indirect buffers with no filename.
15309 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15310 Re-install switch to mapc, had been removed by accident.
15311 (org-columns-map): New binding `C-c C-o'.
15312 (org-columns-menu): Change menu text and added new entry.
15313 (org-columns-eval): Document the use of `next-line'.
15314 (org-columns-open-link): New function.
15315 (org-columns-follow-link): Remove function.
15316 (org-open-link-from-string): New function.
15317 (org-read-date-get-relative): Fix typo in docstring.
15318 (org-read-date-get-relative): Leading +/- is not optional.
15319 (org-agenda-get-restriction-and-command): Always resize window on
15320 first loop cycle.
15321 (org-agenda-open-link): Make sure the link abbreviations are
15322 present in the agenda buffer.
15323 (org-agenda-copy-local-variable): New function.
15324
15325 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15326
15327 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15328
15329 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * simple.el (reindent-then-newline-and-indent): Use a `move after
15332 insert' kind of marker in the save-excursion.
15333
15334 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * textmodes/css-mode.el: Require CL.
15337 (comment-continue): Declare.
15338
15339 * subr.el (make-variable-frame-localizable): Remove.
15340 (make-variable-frame-local): Mark obsolete.
15341
15342 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15343
15344 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15345 of the subdirs is unreadable.
15346
15347 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
15348
15349 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15350 when we are local.
15351
15352 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * progmodes/python.el (python-current-defun): Remove left-over
15355 assignment to `start'.
15356
15357 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15358
15359 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15360 than `mapcar'; return value is not used.
15361
15362 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15363
15364 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15365 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15366
15367 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15368
15369 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15370 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15371
15372 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15373
15374 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15375
15376 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15377
15378 * emacs-lisp/advice.el (ad-make-advised-docstring):
15379 Add ad-advice-info text property to doc string.
15380
15381 2007-10-23 Glenn Morris <rgm@gnu.org>
15382
15383 * progmodes/f90.el (f90-do-indent, f90-if-indent)
15384 (f90-type-indent, f90-program-indent, f90-associate-indent)
15385 (f90-continuation-indent, f90-comment-region)
15386 (f90-beginning-ampersand, f90-smart-end)
15387 (f90-break-before-delimiters, f90-auto-keyword-case)
15388 (f90-leave-line-no, f90-mode-hook):
15389 Give an appropriate safe-local-variable property.
15390
15391 * progmodes/fortran.el (fortran-tab-mode-default)
15392 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15393 (fortran-structure-indent, fortran-continuation-indent)
15394 (fortran-comment-indent, fortran-comment-line-extra-indent)
15395 (fortran-comment-line-start)
15396 (fortran-minimum-statement-indent-fixed)
15397 (fortran-minimum-statement-indent-tab)
15398 (fortran-comment-indent-char, fortran-line-number-indent)
15399 (fortran-check-all-num-for-matching-do)
15400 (fortran-blink-matching-if, fortran-continuation-string)
15401 (fortran-comment-region, fortran-electric-line-number)
15402 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15403 (fortran-analyze-depth, fortran-break-before-delimiters):
15404 Give an appropriate safe-local-variable property.
15405
15406 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15407
15408 * printing.el: Move variable definitions before use.
15409 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15410
15411 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15414 (tpu-edt-off): Use it.
15415 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
15416 the global-map before adding it to global-map.
15417
15418 * menu-bar.el (global-buffers-menu-map): New var.
15419 (global-map, menu-bar-update-buffers): Use it.
15420 * msb.el (msb-menu-bar-update-buffers): Use it.
15421 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15422 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15423 Use with-current-buffer.
15424
15425 2007-10-22 Juri Linkov <juri@jurta.org>
15426
15427 * isearch-multi.el: New file.
15428
15429 * isearch.el (isearch-search-string): After finding the next
15430 occurrence switch to buffer isearch-buffers-current-buffer when
15431 isearch-buffers-next-buffer-function is non-nil and
15432 isearch-buffers-current-buffer is live.
15433
15434 * add-log.el (change-log-mode): Make and set buffer-local variable
15435 isearch-buffers-next-buffer-function to change-log-next-buffer.
15436 Call isearch-buffers-minor-mode.
15437 (change-log-next-buffer): New function.
15438
15439 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
15440
15441 * textmodes/org-export-latex.el (org-export-latex-protect-string):
15442 Renaming of `org-latex-protect'.
15443 (org-export-latex-emphasis-alist): By default, don't protect
15444 any emphasis formatter from further conversion.
15445 (org-export-latex-tables): Honor column grouping for tables.
15446 (org-export-latex-title-command): New option.
15447 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15448 export backslash character.
15449
15450 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15451
15452 * textmodes/org.el (org-read-date-get-relative): New function.
15453 (org-agenda-file-regexp): New variable.
15454 (org-agenda-files): Allow directories in the variable.
15455 (org-agenda-get-restriction-and-command): New function.
15456 (org-agenda): Use `org-agenda-get-restriction-and-command'.
15457 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15458 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15459 New functions.
15460 (org-entry-add-to-multivalued-property)
15461 (org-entry-remove-from-multivalued-property)
15462 (org-entry-member-in-multivalued-property): New functions.
15463 (org-remember-apply-template): Catch C-g and make sure window
15464 configuration is restored.
15465 (org-agenda-open-link): Make it work with several links in the line.
15466 (org-drawers, org-set-regexps-and-options)
15467 (org-get-current-options): Add support for a DRAWERS in-buffer option.
15468 (org-agenda-window-frame-fractions): New option.
15469 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15470 (org-columns-cleanup-item, org-find-entry-with-id)
15471 (org-insert-columns-dblock, org-listtable-to-string)
15472 (org-dblock-write:columnview, org-columns-capture-view)
15473 (org-edit-headline): New functions.
15474 (org-agenda-to-appt): Require calendar.
15475 (org-entry-get-with-inheritance): Widen for search.
15476 (org-columns-display-here): Don't mark buffer as modified when
15477 adding space characters to accomodate column overlays.
15478 (org-export-as-html): Better formatting of tags in the toc.
15479 (org-columns-display-here): Make the ITEM column as compact as possible.
15480 (org-remember-templates): Customization interface improved.
15481 (org-export-with-property-drawer): Variable removed.
15482 (org-export-with-drawers): New option.
15483 (org-complex-heading-regexp): New variable.
15484 (org-sort-entries): Rewrite using `sort-subr'.
15485 (org-set-property): More appropriate completion during interactive use.
15486 (org-sort-entries): Allow sorting by property.
15487 (org-additional-option-like-keywords): Add more values.
15488 (org-sort-entries-or-items): Rename from `org-sort-entries'.
15489
15490 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15491
15492 * textmodes/org.el (org-get-date-from-calendar): New function.
15493 (org-at-timestamp-p, org-timestamp-change)
15494 (org-remember-templates): First element of each entry is now a
15495 name for the template.
15496 (org-store-log-note): Check for `org-note-abort'.
15497 (org-kill-note-or-show-branches): New command.
15498 (org-fontify-priorities): New option.
15499 (org-fontify-priorities): New function.
15500 (org-cut-subtree, org-copy-subtree): New argument N to
15501 act on N sequential subtrees.
15502 (org-paste-subtree): Fix the level at which a tree is pasted.
15503 (org-fit-agenda-window): Limitations on window size removed.
15504 (org-agenda-find-same-or-today-or-agenda): Rename from
15505 `org-agenda-find-today-or-agenda'.
15506 (org-scheduled-past-days): New option.
15507 (org-agenda-scheduled-leaders)
15508 (org-agenda-deadline-leaders): New options.
15509 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15510 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15511 (org-export-with-tags, org-export-plist-vars)
15512 (org-infile-export-plist): New "tags" option.
15513 (org-use-property-inheritance): New option.
15514 (org-cached-entry-get): Use `org-use-property-inheritance'.
15515 (org-remember-apply-template): Fix typo.
15516
15517 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
15518
15519 * net/tramp.el (tramp-find-shell)
15520 (tramp-open-connection-setup-interactive-shell): Improve sending
15521 initial commands.
15522 (tramp-action-terminal): Send debug message.
15523 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15524 (tramp-barf-if-no-shell-prompt): Insert code of
15525 `tramp-wait-for-shell-prompt'.
15526
15527 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15528
15529 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15530
15531 * term/vt200.el (terminal-init-vt200):
15532 * term/vt201.el (terminal-init-vt201):
15533 * term/vt220.el (terminal-init-vt220):
15534 * term/vt240.el (terminal-init-vt240):
15535 * term/vt300.el (terminal-init-vt300):
15536 * term/vt320.el (terminal-init-vt320):
15537 * term/vt400.el (terminal-init-vt400):
15538 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15539
15540 * term/wyse50.el (wyse50-terminal-map): New var.
15541 (terminal-init-wyse50): Use it and input-decode-map.
15542 (enable-arrow-keys): Emasculate.
15543
15544 * term/tvi970.el (tvi970-terminal-map): New var.
15545 (terminal-init-tvi970): Use it and input-decode-map.
15546 (tvi970-keypad-numeric): Remove.
15547 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15548
15549 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15550 (terminal-init-sun): Use it and input-decode-map.
15551
15552 * term/news.el (terminal-init-news):
15553 * term/lk201.el (terminal-init-lk201):
15554 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15555
15556 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
15557
15558 * complete.el (PC-expand-many-files): Remove.
15559 (PC-do-completion): Call file-expand-wildcards instead of
15560 PC-expand-many-files.
15561
15562 * net/tramp.el (tramp-handle-expand-many-files): Remove.
15563 (PC-expand-many-files): Remove advice.
15564
15565 2007-10-22 Glenn Morris <rgm@gnu.org>
15566
15567 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15568 Add some support for Fortran 2003 syntax:
15569 (f90-type-indent): Now also applies to `enum'.
15570 (f90-associate-indent): New user option.
15571 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15572 Add some F2003 keywords.
15573 (f90-constants-re): New constant.
15574 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15575 Interface'.
15576 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15577 `class'. Arguments for `type'/`class' may have spaces. Add a new
15578 element for functions with specified types. Add `end enum' and
15579 `select type'. Add `implicit enumerator' and `procedure'.
15580 Add `class default' and `type is', `class is'. Fix `go to' regexp.
15581 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15582 (f90-font-lock-keywords-4): Add `f90-constants-re'.
15583 (f90-blocks-re): Add `enum' and `associate'.
15584 (f90-else-like-re): Add `class is', `type is', and `class default'.
15585 (f90-end-type-re): Add `enum'.
15586 (f90-end-associate-re, f90-typeis-re): New constants.
15587 (f90-end-block-re): Add `enum' and `associate'. Change from
15588 optional whitespace to end-of-word, to avoid `enumerator'.
15589 (f90-start-block-re): Add `select type', `abstract interface', and
15590 `enum'. Avoid `type is', and `type (sometype)'.
15591 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15592 (f90-mode): Doc fix.
15593 (f90-looking-at-select-case): Doc fix. Add `select type'.
15594 (f90-looking-at-associate): New function.
15595 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15596 Add `enum' and `abstract interface'.
15597 (f90-no-block-limit): Add `select type' and `abstract interface'.
15598 (f90-get-correct-indent, f90-calculate-indent)
15599 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15600 (f90-indent-region, f90-match-end): Handle `associate' blocks.
15601
15602 2007-10-22 Martin Rudalics <rudalics@gmx.at>
15603
15604 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15605 Use window-full-width-p.
15606
15607 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
15608
15609 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15610
15611 * tooltip.el: Use featurep 'xemacs.
15612
15613 * printing.el: Move variable definitions before use, no code change.
15614
15615 2007-10-22 Juri Linkov <juri@jurta.org>
15616
15617 * simple.el (goto-history-element): Allow minibuffer-default to be
15618 a list of default values accessible by typing M-n in the minibuffer.
15619
15620 * dired-x.el (dired-guess-shell-command): Put all guesses to the
15621 minibuffer default value list instead of pushing them temporarily
15622 to the history list.
15623
15624 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15625
15626 * hexl.el (hexl-menu): New major mode menu.
15627
15628 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15631
15632 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15633
15634 * w32-fns.el (w32-quote-process-args):
15635 * dos-w32.el (print-region-function, lpr-headers-switches)
15636 (ps-print-region-function): Pacify byte-compiler.
15637
15638 * emulation/edt-mapper.el (function-key-map):
15639 (edt-map-key): Make it a function instead of using fset.
15640 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
15641 (edt-gnu-map-key, edt-lucid-map-key): Remove.
15642 (edt-x-emacs-p): Remove.
15643 (edt-emacs-variant, edt-window-system, edt-xserver):
15644 Use featurep 'xemacs.
15645
15646 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15647 Replace eudc-xemacs-p with its definition.
15648 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15649 (eudc-emacs-mule-p): Remove.
15650 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15651 eudc-xemacs-p with feature tests.
15652
15653 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15654 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15655 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15656 (eudc-bob-toggle-inline-display):
15657 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15658 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15659
15660 * net/eudcb-ph.el (eudc-ph-open-session):
15661 Replace eudc-xemacs-mule-p with its former definition.
15662
15663 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15664 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15665
15666 * progmodes/vera-mode.el (vera-xemacs): Remove.
15667 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15668
15669 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15670 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15671 (vhdl-speedbar-initialize, vhdl-ps-print-init)
15672 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15673 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15674 with (featurep 'xemacs).
15675
15676 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15677 (save-buffer-state-x):
15678 * obsolete/fast-lock.el (fast-lock-verbose):
15679 * emulation/viper-init.el (viper-xemacs-p)
15680 (viper-cond-compile-for-xemacs-or-emacs):
15681 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15682 * ps-print.el (case-fold-search):
15683 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15684 * calculator.el (calculator-help): Use featurep 'xemacs.
15685
15686 * progmodes/prolog.el: Undo previous change.
15687 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15688
15689 * progmodes/dcl-mode.el:
15690 * play/yow.el:
15691 * calendar/todo-mode.el:
15692 * calendar/cal-hebrew.el:
15693 * vc-hg.el: Undo previous change.
15694
15695 * vms-patch.el: Likewise.
15696 (print-region-function): Pacify byte-compiler.
15697
15698 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15699
15700 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15701 preserve-uid-gid.
15702
15703 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15704 compatibility. It is not used, though.
15705
15706 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15707 Require tramp-cmds.el.
15708 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15709 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15710 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15711 (tramp-do-copy-or-rename-file-out-of-band)
15712 (tramp-maybe-open-connection): Use `make-temp-name'. This is
15713 possible, because we don't need to create the temporary file, but
15714 we need a prefix for ssh, which has its own temporary file handling.
15715 (tramp-handle-delete-directory): Add "-f" to rmdir.
15716 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15717 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15718 a signal, in order to give the callee a chance to suppress.
15719 (tramp-handle-write-region): Set owner also in case of short
15720 track. Don't use compatibility calls for `write-region' anymore.
15721 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
15722 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15723
15724 * net/tramp-cmds.el: New file.
15725
15726 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15727 `tramp-clear-passwd'.
15728
15729 * net/trampver.el: Update release number.
15730
15731 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15732
15733 * progmodes/gud.el (gud-target-name): Move definition before use.
15734
15735 * progmodes/dcl-mode.el: Require imenu at compile time.
15736
15737 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15738 Pacify byte-compiler.
15739
15740 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15741
15742 * eshell/esh-mode.el (eshell-handle-ansi-color):
15743 Require ansi-color at compile time too.
15744
15745 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15746
15747 * w32-fns.el: Require w32-vars.
15748
15749 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15750 time too.
15751
15752 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * double.el ([ignore]): Use `ignore'.
15755 (double-setup): Inline into double-mode.
15756 (double-mode): Use define-minor-mode.
15757
15758 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15759
15760 * textmodes/reftex.el: Move require easymenu before first use.
15761 (reftex-info): Require info at compile too.
15762
15763 * textmodes/org-publish.el (org-publish-org-to-html)
15764 (org-publish-org-to): Require org at compile time too.
15765 (org-publish-attachment): Require at compile time too.
15766
15767 * term/tty-colors.el (w32-tty-standard-colors):
15768 Pacify byte-compiler.
15769
15770 * term/pc-win.el (frame-creation-function-alist): Add to this
15771 instead of setting frame-creation-function.
15772
15773 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15774
15775 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15776
15777 * calendar/todo-mode.el: Require calendar at compile time.
15778
15779 * calendar/cal-hebrew.el: Require holidays at compile time.
15780
15781 * w32-vars.el: Provide w32-vars.
15782
15783 * term/w32-win.el: Require w32-vars.
15784 (w32-color-map): Pacify byte-compiler.
15785
15786 * loadup.el: Load w32-vars before term/w32-win.
15787
15788 2007-10-20 Juri Linkov <juri@jurta.org>
15789
15790 * textmodes/fill.el (fill-paragraph): When the region is active,
15791 don't try other `or' branches regardless of the value returned by
15792 fill-region; just return t.
15793
15794 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15795
15796 * vc.el (vc-do-command): Condition out a misleading message when
15797 running asynchronously.
15798 (vc-deduce-fileset): New argument enables using an unregistered
15799 visited file as a singleton fileset if nothing else is available.
15800 (vc-next-action): Restore file-registering behavior.
15801
15802 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15803
15804 * calc/README: Add recent news.
15805
15806 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15807
15808 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15809 (x-gtk-map-stock): Delete duplicated definitions from merge.
15810
15811 * progmodes/compile.el (compilation-skip-to-next-location)
15812 (compilation-skip-threshold, compilation-skip-visited):
15813 Move definitions earlier.
15814
15815 * play/decipher.el (decipher-keypress):
15816 * play/zone.el (zone-fall-through-ws):
15817 * play/landmark.el (lm-move-down, lm-move-up):
15818 * play/handwrite.el (handwrite):
15819 * mail/mspools.el (mspools-visit-spool):
15820 * wdired.el (wdired-next-line, wdired-previous-line):
15821 * tar-mode.el (tar-subfile-save-buffer):
15822 * scroll-lock.el (scroll-lock-next-line)
15823 (scroll-lock-previous-line):
15824 * image-dired.el (image-dired-next-line)
15825 (image-dired-previous-line):
15826 * ediff-help.el (ediff-help-message-line-length):
15827 Use forward-line.
15828
15829 * smerge-mode.el (smerge-auto-refine):
15830 * diff-mode.el (diff-auto-refine): Add :group.
15831
15832 * play/yow.el: Require doctor at compile time.
15833
15834 * vmsproc.el: Provide vmsproc.
15835 (command-send-input): Use forward-line.
15836
15837 * vms-patch.el: Require ps-print and vmsproc at compile time.
15838
15839 * vc-mtn.el (log-view-message-re, log-view-file-re)
15840 (log-view-font-lock-keywords): Pacify byte-compiler.
15841
15842 * vc-hg.el: Require log-view at compile time.
15843
15844 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15845
15846 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15847
15848 2007-10-20 Glenn Morris <rgm@gnu.org>
15849
15850 * progmodes/f90.el (f90-font-lock-keywords-2)
15851 (f90-looking-at-type-like): Fix regexp typos.
15852
15853 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15854
15855 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15856 (bs-mode): Set mode-class property to special.
15857
15858 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15859
15860 * diff-mode.el (diff-auto-refine): New var.
15861 (diff-hunk): Use it.
15862 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15863 (diff-refine-change): Rename from diff-fine-change. Change it.
15864 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15865 (diff-refine-hunk): Rename from diff-fine-highlight.
15866
15867 2007-10-20 John Paul Wallington <jpw@pobox.com>
15868
15869 * help-fns.el (describe-variable-custom-version-info): New function
15870 to return variable's version or package version note.
15871 (describe-variable): Use it, display result.
15872
15873 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15874
15875 * smerge-mode.el (smerge-auto-refine): New var.
15876 (smerge-next, smerge-prev): Use it.
15877 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15878
15879 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15880 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15881
15882 * vc-bzr.el (vc-bzr-diff-tree):
15883 * vc-git.el (vc-git-diff-tree):
15884 * vc-hg.el (vc-hg-diff-tree):
15885 * vc-mcvs.el (vc-mcvs-diff-tree):
15886 * vc-mtn.el (vc-mtn-diff-tree):
15887 * vc-svn.el (vc-svn-diff-tree): Remove.
15888
15889 * vc-mtn.el (vc-mtn-revision-completion-table):
15890 * vc-cvs.el (vc-cvs-revision-completion-table):
15891 * vc-arch.el (vc-arch-revision-completion-table):
15892 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
15893 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
15894 Make it work when the arg is a list of files.
15895
15896 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
15899 Also `revision-completion-table' now takes a list of files.
15900 (vc-deduce-fileset): Remove unused var `regexp'.
15901 Only obey allow-directory-wildcard in dired buffers.
15902 (vc-default-diff-tree): Remove.
15903 (vc-diff-added-files): New var.
15904 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
15905 (vc-version-diff): Revert from `vc-history-diff' to the original name.
15906 Remove the `backend' arg.
15907 (vc-contains-version-controlled-file): Remove.
15908 (vc-diff): Bring it closer to the version in Emacs-22.
15909 (vc-revert): Fix typo in let-binding.
15910 (vc-default-unregister): Remove.
15911 (vc-dired-buffers-for-dir): Remove N^2 behavior.
15912
15913 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
15914
15915 * textmodes/two-column.el (2C-split, 2C-merge):
15916 * textmodes/bib-mode.el (bib-find-key, mark-bib):
15917 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
15918 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
15919 * progmodes/ada-xref.el (ada-get-all-references):
15920 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
15921 * emulation/vi.el (vi-previous-line-first-nonwhite)
15922 (vi-effective-range, vi-put-before):
15923 * emulation/edt.el (edt-next-line, edt-previous-line)
15924 (edt-paragraph-forward): Use forward-line.
15925
15926 * progmodes/etags.el (tags-apropos): Require apropos at compile
15927 time too.
15928
15929 * progmodes/prolog.el: Require comint when compiling.
15930 (inferior-prolog-flavor): Move defvar before use.
15931
15932 2007-10-19 Richard Stallman <rms@gnu.org>
15933
15934 * font-core.el (turn-on-font-lock-if-desired):
15935 Rename from `turn-on-font-lock-if-enabled'.
15936 Fully obey `font-lock-global-modes'.
15937
15938 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
15941 which will not affect the behavior of things like forward-word.
15942 (diff-fine-highlight): Preserve point.
15943
15944 * doc-view.el (doc-view-mode-map): Use remapping.
15945 Don't rebind C-v, M-v to their default value.
15946 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
15947
15948 * smerge-mode.el: Add word-granularity refinement.
15949 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
15950 (smerge-refine-weight-hack): New vars.
15951 (smerge-refine-forward): New fun.
15952 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
15953 (smerge-refine-subst): Use them as well. Preserve point.
15954
15955 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15956
15957 * follow.el (follow-unload-function): New function.
15958
15959 * loadhist.el (unload-function-features-list):
15960 Rename from `unload-hook-features-list'.
15961 (unload-hook-features-list): Add as obsolete alias.
15962 (unload-feature): Use `unload-function-features-list'
15963 and new FEATURE-unload-function.
15964
15965 2007-10-19 Glenn Morris <rgm@gnu.org>
15966
15967 * bindings.el (mouse-minor-mode-menu)
15968 (minor-mode-menu-from-indicator): Move to mouse.el.
15969 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
15970 Move here from bindings.el.
15971
15972 2007-10-19 Richard Stallman <rms@gnu.org>
15973
15974 * help-fns.el (describe-function-1): Don't use the advice origname
15975 if it has no function definition.
15976
15977 2007-10-18 Johan Bockgård <bojohan@gnu.org>
15978
15979 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
15980 Use `save-restriction' rather than `widen'.
15981
15982 2007-10-18 Richard Stallman <rms@gnu.org>
15983
15984 * time.el (display-time-world-time-format): Display day # not month #.
15985
15986 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15987
15988 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
15989
15990 * doc-view.el: Remove version keyword.
15991 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15992 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
15993 (doc-view-ghostscript-options): Improve custom type.
15994 (doc-view-cache-directory, doc-view-conversion-buffer)
15995 (doc-view-conversion-refresh-interval): Simplify custom type.
15996
15997 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
15998
15999 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16000 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16001 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16002 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16003 Remove superfluous messages.
16004 (doc-view-mode-map): Use the image-mode scrolling commands.
16005 Don't rebind C-x k.
16006
16007 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16008
16009 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16010 Add comment about "-dSAFER".
16011
16012 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * term/xterm.el: Don't require xt-mouse.
16015 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16016 calling turn-on-xterm-mouse-tracking-on-terminal directly.
16017
16018 * xt-mouse.el: Don't change the global function-key-map anny more.
16019 (xterm-mouse-mode): Use terminal-init-xterm-hook.
16020 Don't use after-make-frame-functions now that term/xterm.el calls
16021 us directly.
16022 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16023 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
16024 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16025 Setup input-decode-map and remember that xterm-mouse-mode was
16026 enabled in this terminal.
16027 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16028 terminals where it has been enabled.
16029
16030 * faces.el (tty-create-frame-with-faces): Make sure not only
16031 tty-run-terminal-initialization but also set-locale-environment
16032 are run only once per terminal.
16033 (tty-run-terminal-initialization): Don't check if the terminal was
16034 already initted.
16035
16036 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16037 not to remove keymaps that just happen to inherit from one of ours.
16038 When setting up our keymap, make sure it won't be accidentally
16039 modified by someone else.
16040
16041 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16042
16043 * textmodes/artist.el (artist-previous-line, artist-next-line):
16044 * dired.el (dired-next-line, dired-previous-line):
16045 * progmodes/delphi.el (delphi-newline):
16046 * textmodes/org.el (org-columns-eval):
16047 Use forward-line.
16048
16049 * emerge.el (emerge-setup): Use insert-buffer-substring.
16050 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16051
16052 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
16053
16054 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16055 (adaptive-fill-function): Doc fix. Remove * from docstring.
16056
16057 2007-10-18 Tom Horsley <tom.horsley@att.net>
16058
16059 * simple.el (interprogram-paste-function): Doc fix.
16060 (current-kill): Accept list of strings as well
16061 as single string from `interprogram-paste-function'.
16062
16063 2007-10-18 Glenn Morris <rgm@gnu.org>
16064
16065 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16066
16067 2007-10-18 Drew Adams <drew.adams@oracle.com>
16068
16069 * bindings.el (mode-line-minor-mode-keymap):
16070 Add mouse-minor-mode-menu on mouse-1.
16071 (mode-line-modes): Add mouse-1 to help-echo text.
16072 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16073 New functions.
16074 (mode-line-minor-mode-help): Doc fix.
16075
16076 2007-10-17 Juri Linkov <juri@jurta.org>
16077
16078 * textmodes/fill.el (fill-paragraph-or-region): Remove function
16079 at the request of RMS.
16080 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
16081 arg `region'. Fix docstring. At the first `or' branch add call to
16082 `fill-region' if it the region is active in transient-mark-mode.
16083
16084 * bindings.el (esc-map): Bind M-q to fill-paragraph
16085 instead of fill-paragraph-or-region.
16086
16087 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16088 with fill-paragraph.
16089
16090 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16091 Fix docstring.
16092
16093 * indent.el (indent-for-tab-command): Change interactive spec from
16094 "P" to "p". Add check for interactive arg before indenting the
16095 active region.
16096
16097 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16098 Regroup.
16099
16100 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
16101
16102 * emacs-lisp/find-func.el: Don't require loadhist.
16103
16104 * loadhist.el (feature-symbols, file-provides, file-requires)
16105 (file-set-intersect, file-dependents): Simplify.
16106 (unload-feature-special-hooks): Update list of special hooks.
16107
16108 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
16109
16110 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16111 extensions since they can be viewed with doc-view.
16112
16113 * files.el (auto-mode-alist): Make doc-view-mode the default mode
16114 for pdf, ps and dvi files.
16115
16116 * doc-view.el: Make doc-view-mode the standard mode for viewing
16117 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16118 text and image display. Add binding C-c C-e to switch to an
16119 editing mode.
16120 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16121 avoid security problems when rendering files from untrusted sources.
16122
16123 2007-10-17 Aaron Hawley <aaronh@garden.org>
16124
16125 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16126 position is not saved.
16127
16128 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16129
16130 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
16131 (doc-view-ghostscript-options): Fix typo in doc string.
16132
16133 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16134
16135 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16136 handling, so compilation-fake-loc works again.
16137
16138 * server.el (server-select-display): Nop if we do not support m-f-o-d.
16139 (server-process-filter): Revert last change.
16140
16141 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16142 behavior unrelated to filesets.
16143
16144 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
16145
16146 * longlines.el (longlines-wrap-follows-window-size): Integer value
16147 specifies wrapping margin.
16148 (longlines-mode, longlines-window-change-function):
16149 Set window-specific wrapping margin based on the above.
16150
16151 2007-10-17 John Wiegley <johnw@newartisans.com>
16152
16153 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16154
16155 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16156
16157 * server.el (server-process-filter): Only set display if X11 is
16158 supported.
16159
16160 2007-10-17 Glenn Morris <rgm@gnu.org>
16161
16162 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16163 Tweak regexp to avoid stack overflow.
16164
16165 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * simple.el (reindent-then-newline-and-indent): Don't assume that
16168 indent-according-to-mode preserves point.
16169
16170 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
16171
16172 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16173 (bs--nth-wrapper): Simplify.
16174 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
16175 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
16176 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16177 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16178 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16179 (bs-configurations, bs-default-configuration)
16180 (bs-alternative-configuration, bs-cycle-configuration-name)
16181 (bs-string-show-always, bs-string-show-never, bs-string-current)
16182 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16183 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16184 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16185 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16186 (bs--window-config-coming-from): Revert 2006-11-09 change.
16187 (bs--restore-window-config): Keep the selected frame.
16188 (bs--track-window-changes, bs--remove-hooks): New functions.
16189 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
16190 (bs--create-header): Remove.
16191 (bs--create-header-line): New function, based on `bs--create-header'.
16192 (bs--show-header): Use `bs--create-header-line'.
16193 (bs--show-with-configuration): Revert 2006-11-09 change.
16194 Don't reuse window unless it is visible on the selected frame.
16195 Restore window configuration (possibly in a different frame)
16196 before creating any window.
16197
16198 2007-10-16 Glenn Morris <rgm@gnu.org>
16199
16200 * simple.el (blink-matching-open): Don't report false errors with
16201 the `$' syntax class.
16202
16203 2007-10-16 Richard Stallman <rms@gnu.org>
16204
16205 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16206 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16207 (ad-is-advised, ad-get-advice-info-field)
16208 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16209
16210 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16211
16212 * vc-hooks.el (vc-workfile-version): Compatibility alias.
16213 (vc-default-working-revision): Compatibility for backends.
16214
16215 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16216
16217 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16218 (filesets-ormap, filesets-sort-case-sensitive-flag)
16219 (filesets-remake-shortcut, filesets-ingroup-collect-files):
16220 Fix typos in docstrings.
16221 (filesets-conditional-sort, filesets-find-or-display-file)
16222 (filesets-data-get-name, filesets-data-get-data)
16223 (filesets-data-set, filesets-cmd-query-replace-getargs)
16224 (filesets-ingroup-collect): Doc fixes.
16225
16226 2007-10-15 Sam Steingold <sds@gnu.org>
16227
16228 * mail/sendmail.el (sendmail-error-reporting-interactive)
16229 (sendmail-error-reporting-non-interactive): New variables for
16230 sendmail error reporting options to simplify support for imperfect
16231 sendmail emulators.
16232 (sendmail-send-it): Use them instead of list literals.
16233
16234 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16235
16236 * help-fns.el: Revert previous change; it creates a
16237 dependency loop between advice.el and help-fns.el.
16238
16239 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16240
16241 * help-fns.el: Require advice when compiling.
16242
16243 2007-10-14 Drew Adams <drew.adams@oracle.com>
16244
16245 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16246 (ring-insert+extend, ring-remove+insert+extend, ring-member)
16247 (ring-next, ring-previous): New functions.
16248
16249 2007-10-14 Richard Stallman <rms@gnu.org>
16250
16251 * emacs-lisp/advice.el (documentation): Advice deleted.
16252 Doc for advised functions is now handled at C level.
16253 (ad-stop-advice, ad-start-advice): Don't enable or disable
16254 advice for `documentation'.
16255 (ad-advised-definition-docstring-regexp): Var deleted.
16256 (ad-make-advised-definition-docstring): Store orig name
16257 as text property of string.
16258 (ad-advised-definition-p): Check for text property of docstring.
16259
16260 * help-fns.el (describe-function-1): Find source of advised functions.
16261
16262 2007-10-14 Juri Linkov <juri@jurta.org>
16263
16264 * faces.el (describe-face): Allow handling a string as the face name.
16265
16266 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16267 active region in transient-mark-mode.
16268 (ispell-region): Change messages displayed at the start and end of
16269 the spell-checking to be the same.
16270
16271 * startup.el (fancy-startup-tail): Say exactly what does the button
16272 dismiss ("Dismiss this startup screen"). Use text "Never show
16273 it again" for the checkbox after this button.
16274 (fancy-startup-screen, fancy-about-screen): Put point before the
16275 first link, so the user can quickly select links with the keyboard.
16276 (normal-mouse-startup-screen): Add more useful text describing how
16277 to follow a link.
16278
16279 2007-10-14 Glenn Morris <rgm@gnu.org>
16280
16281 * progmodes/etags.el (select-tags-table): Disable undo in the
16282 `*Tags Table List*' buffer.
16283
16284 2007-10-13 Eli Zaretskii <eliz@gnu.org>
16285
16286 * dired.el (dired-warn-writable): New face.
16287 (dired-warn-writable-face): New variable.
16288 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16289 of dired-warning-face, for group- and world-writable files.
16290
16291 2007-10-13 Richard Stallman <rms@gnu.org>
16292
16293 * files.el (directory-abbrev-alist): Doc fix.
16294
16295 2007-10-13 Jari Aalto <jari.aalto@cante.net>
16296
16297 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16298
16299 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16300
16301 * frame.el (set-frame-configuration): Assign name parameter only
16302 if it has been set explicitly before.
16303
16304 2007-10-11 Tom Tromey <tromey@redhat.com>
16305
16306 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16307 frame is visible.
16308
16309 2007-10-10 Richard Stallman <rms@gnu.org>
16310
16311 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16312 in *Backtrace*.
16313
16314 * faces.el (face-font-selection-order): Doc fix.
16315
16316 * loadhist.el (unload-feature): Doc fix.
16317
16318 2007-10-13 Glenn Morris <rgm@gnu.org>
16319
16320 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16321 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16322 Add doc string, and an explicit COUNT argument.
16323 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16324 `inc' to search functions.
16325
16326 * faces.el (face-spec-set): When FRAME is nil, set the default for
16327 new frames (restores pre-2007-09-17 behavior). Doc fix.
16328
16329 2007-10-13 John W. Eaton <jwe@octave.org>
16330
16331 * progmodes/octave-mod.el (octave-looking-at-kw)
16332 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16333 New functions.
16334 (octave-in-defun-p, calculate-octave-indent)
16335 (octave-blink-matching-block-open, octave-beginning-of-defun)
16336 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16337 to search for regexps that contain case-sensitive keywords.
16338 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16339 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16340
16341 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16342
16343 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16344 Do not use a single clause cond.
16345
16346 * cus-start.el (all): Use test that does not match the X11 version
16347 for mac.
16348
16349 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
16350
16351 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16352 BROWSE buffer.
16353
16354 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16355
16356 * cus-start.el (all): Undo previous change.
16357
16358 2007-10-13 Glenn Morris <rgm@gnu.org>
16359
16360 * woman.el (woman0-rename): Fix paren typo.
16361
16362 * mail/feedmail.el (feedmail-run-the-queue)
16363 (feedmail-look-at-queue-directory):
16364 * mail/reporter.el (reporter-dump-state):
16365 * net/eudc-hotlist.el (eudc-edit-hotlist):
16366 * net/eudc.el (eudc-display-records)
16367 (eudc-filter-duplicate-attributes)
16368 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16369 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16370 (eudc-bbdb-query-internal):
16371 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16372 * net/socks.el (socks-build-auth-list):
16373 * progmodes/cc-cmds.el (top level):
16374 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16375 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16376 (cperl-write-tags, cperl-tags-treeify):
16377 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16378 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16379 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16380 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16381 (idlwave-toolbar-remove-everywhere):
16382 * progmodes/idlwave.el (idlwave-indent-line)
16383 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16384 (idlwave-write-paths, idlwave-all-method-classes)
16385 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16386 (idlwave-fix-keywords, idlwave-display-calling-sequence)
16387 (idlwave-complete-in-buffer):
16388 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16389 (org-fast-tag-selection):
16390 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16391 than mapcar.
16392
16393 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16394
16395 * diff-mode.el (diff-fine-change): Add :group.
16396
16397 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
16398
16399 * cus-start.el (all): Use the same test as the 22.2 branch.
16400
16401 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * diff-mode.el (diff-current-defun): Force recomputation of
16404 change-log-default-name.
16405
16406 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
16407
16408 * startup.el (fancy-startup-screen): Remove an unnecessary newline
16409 and some leftover logic regarding dedicated frames. If showing
16410 concise startup screen, fit window to buffer.
16411 (command-line-1): If we will be using the splash screen, use
16412 find-file instead of find-file-other-window to find additional files.
16413 Comment out unused code for coping with the old sit-for behavior.
16414
16415 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16416
16417 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16418 `meta' modifier consistently, rather than using sometimes meta
16419 sometimes alt.
16420
16421 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16422
16423 * window.el (handle-select-window): Revert part of 2007-10-08
16424 change setting the input focus.
16425
16426 2007-10-12 Glenn Morris <rgm@gnu.org>
16427
16428 * startup.el (command-line): Do not read abbrev file in batch mode.
16429
16430 * emacs-lisp/byte-opt.el (top level):
16431 * mail/rmail.el (rmail-list-to-menu):
16432 * obsolete/hilit19.el (hilit-mode):
16433 * progmodes/cc-mode.el (c-postprocess-file-styles)
16434 (c-submit-bug-report):
16435 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16436 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16437 (reftex-access-parse-file):
16438 * textmodes/reftex-cite.el (reftex-do-citation)
16439 (reftex-insert-bib-matches):
16440 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16441 * textmodes/reftex-sel.el (reftex-select-unmark):
16442 * textmodes/reftex-toc.el (reftex-toc-do-promote):
16443 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16444
16445 * cus-edit.el (custom-variable-menu, custom-face-menu)
16446 (custom-group-menu): Check init-file-user rather than
16447 user-init-file, in case cus-edit is loaded by site-run-file.
16448
16449 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
16450
16451 * vc.el (vc-deduce-fileset): Delete unused code.
16452 (vc-next-action): Fix typos.
16453
16454 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16455
16456 * bs.el (bs--mark-unmark): New function.
16457 (bs-mark-current, bs-unmark-current): Use it.
16458
16459 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16460
16461 * vc.el (vc-diff):
16462 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
16463 temporarily disable the check for his edge case of
16464 vc-diff (stopping it from grinding when called from $HOME), as
16465 it's calling some brittle code in vc-hooks.el.
16466 (with-vc-properties): Fix evaluation time of a macro argument.
16467 * ediff-vers.el (ediff-vc-internal):
16468 * vc-hooks.el:
16469 * loaddefs.el: Follow up on VC terminology change.
16470
16471 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16472
16473 * follow.el (follow-stop-intercept-process-output):
16474 Use `follow-call-process-filter' rather than `process-filter'.
16475 Simplify.
16476
16477 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16478
16479 * vc-hooks.el (vc-registered): Robustify this function a bit
16480 against filenames with no directory component.
16481
16482 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * international/characters.el: Undo unwanted and unexplained change.
16485
16486 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16487
16488 * ps-print.el: Fix the usage of :foreground and :background face
16489 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16490 (ps-print-version): New version 6.7.6.
16491 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16492 Fix code.
16493 (ps-face-foreground-color-p, ps-face-background-color-p)
16494 (ps-face-color-p): New inline funs.
16495
16496 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16497
16498 * textmodes/org.el (org-additional-option-like-keywords): New constant.
16499 (org-complete): Use `org-additional-option-like-keywords'.
16500 (org-parse-local-options): New function.
16501
16502 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16503
16504 * textmodes/org.el (org-in-clocktable-p): New function.
16505 (org-clock-report): Only update the table at point, or insert a new one.
16506 (org-clock-goto): New function.
16507 (org-open-file): Use `start-process-shell-command' instead of
16508 `shell-command' with an ampersand.
16509 (org-deadline, org-schedule): New argument REMOVE to remove the
16510 date from the entry.
16511 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16512 argument to `org-schedule' and `org-deadline'.
16513 (org-trim): Use the correct expressions for beginning and end of
16514 the string.
16515 (org-get-cleaned-entry): Trim the string before returning it.
16516 (org-clock-find-position): New function.
16517 (org-clock-into-drawer): New option.
16518 (org-agenda-tags-column): Rename from
16519 `org-agenda-align-tags-to-column'.
16520 (org-agenda-align-tags): Allow negative values for
16521 `org-agenda-tags-column'.
16522 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16523 (org-agenda-to-appt): New optional argument FILTER.
16524 (org-completion-fallback-command): New variable.
16525 (org-complete): Use `org-completion-fallback-command'.
16526 (org-find-base-buffer-visiting): Catch the case that there is no
16527 buffer visiting the file.
16528 (org-property-or-variable-value): New function.
16529 (org-todo): Use `org-property-or-variable-value'
16530 (org-agenda-compact-blocks): New option.
16531 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16532 (org-agenda-schedule, org-agenda-deadline):
16533 Call `org-agenda-show-new-time'.
16534 (org-agenda-show-new-time): New argument PREFIX.
16535 (org-colgroup-info-to-vline-list): Fix but that cause a
16536 shift in the vertical lines.
16537 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16538 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16539 (org-indent-item): No arg in call to `org-fix-bullet-type'.
16540 (org-fix-bullet-type): Remove argument.
16541 (org-read-date): Check for am/pm twice, to catch the end time.
16542 (org-goto-map): Use `suppress-keymap'.
16543 (org-remember-apply-template): Respect the dynamically scoped
16544 selection character.
16545
16546 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16547
16548 * frame.el (frame-inherited-parameters): Remove unused `environment'
16549 parameter, and let server.el add `client' when needed.
16550
16551 * server.el (server-create-tty-frame)
16552 (server-create-window-system-frame): Set frame-inherited-parameters.
16553
16554 * frame.el (frame-inherited-parameters): New var.
16555 (make-frame): Use it.
16556
16557 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16558
16559 * env.el (let-environment): Remove. Unused.
16560 (read-envvar-name): Simplify.
16561 (setenv): Remove unused arg `frame'.
16562
16563 * help-fns.el (describe-variable): Add missing " " for multiline
16564 obsolescence info and missing EOL after global value.
16565
16566 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16567
16568 * add-log.el:
16569 * ediff-vers.el:
16570 * log-view.el:
16571 * pcvs.el:
16572 * vc-arch.el:
16573 * vc-bzr.el:
16574 * vc-cvs.el:
16575 * vc.el:
16576 * vc-git.el:
16577 * vc-hg.el:
16578 * vc-hooks.el:
16579 * vc-mcvs.el:
16580 * vc-mtn.el:
16581 * vc-rcs.el:
16582 * vc-sccs.el:
16583 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16584 {find,init,next,previous,annotate-*,log}-version ->
16585 {find,init,next,previous,annotate-*,log}-revision,
16586 annotate-focus-version -> annotate-working-revision, The term
16587 'focus' is gone. The term 'revision' is now used consistently
16588 everywhere that reference to a revision ID is intended, replacing
16589 older use of 'version'.
16590
16591 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16592
16593 * follow.el: Change all instances of "Follow Mode" to "Follow
16594 mode" in docstrings and messages.
16595 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16596
16597 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16598
16599 * vc.el (vc-next-action): Rewrite completely; this principal
16600 entry point now operates on a current fileset selected either
16601 explicitly via VC-Dired or implicitly by visiting a file buffer,
16602 rather than always operating on the file of the current buffer as
16603 in older versions. Rewrite the rest of the mode to match.
16604 (with-vc-properties): Rewrite to operate on a file list.
16605 (with-vc-file): vc-checkin takes a file list argument now.
16606 (vc-post-command-functions): This hook now receives a file list.
16607 (vc-do-command): Take a either a file or a file list as argument.
16608 (vc-deduce-fileset): New function for deducing a file list to
16609 operate on.
16610 (vc-next-action-on-file, vc-next-action-dired): Remove.
16611 Merge into vc-next-action.
16612 (vc-register): Adapt to the fact that vc-start-entry now takes a
16613 file list.
16614 (vc-register-with): New function.
16615 (vc-start-entry): Take a file list argument rather than a
16616 file argument.
16617 (vc-checkout): Cope with vc-start-entry taking a file list.
16618 (vc-steal-lock): Cope with with-vc-properties taking a
16619 file list.
16620 (vc-checkin): Take a file list argument rather than a file argument.
16621 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16622 (vc-diff-internal): Rewrite for filesets.
16623 (vc-diff-sentinel): New function, tests whether changes were
16624 written into a diff buffer.
16625 (vc-diff): Rewrite for filesets.
16626 (vc-version-diff): Rewrite for filesets.
16627 (vc-print-log): Take a fileset argument.
16628 (vc-revert): Revert the entire selected fileset, not just the
16629 current buffer.
16630 (vc-rollback): Roll back the entire selected fileset, if
16631 possible. No longer accepts a prefix argument.
16632 (vc-update): Merge new changes for the entire selected
16633 fileset, not just the current buffer.
16634 (vc-revert-file): Cope with with-vc-properties taking a file list.
16635 (vc-default-dired-state-info): Add + status suffix if the file is
16636 modified.
16637 (vc-annotate-warp-version): Use the new diff machinery.
16638 (vc-log-edit): Take a file list argument rather than a file argument.
16639
16640 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
16641
16642 Sync with Tramp 2.1.11.
16643
16644 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16645 Pacify byte compiler.
16646
16647 * net/trampver.el: Update release number.
16648
16649 2007-10-09 Richard Stallman <rms@gnu.org>
16650
16651 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16652
16653 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16654
16655 * follow.el: Require easymenu.
16656 (follow-mode-hook, follow-mode): Doc fixes.
16657 (follow-mode-off-hook): Mark as obsolete.
16658
16659 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16660
16661 * window.el (mouse-autoselect-window-cancel): Don't cancel for
16662 select-window or select-frame events.
16663 (handle-select-window): When autoselecting window set input
16664 focus. Restructure.
16665
16666 * frame.el (focus-follows-mouse): Move to frame.c.
16667 * cus-start.el (all): Add focus-follows-mouse.
16668
16669 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16670
16671 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16672 activate font-locking in the *buffer-selection* buffer.
16673 (bs-show-sorted): Doc fix.
16674
16675 * bs.el (bs--get-marked-string, bs--get-modified-string)
16676 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16677 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16678 (bs--format-aux): Doc fix.
16679
16680 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
16681
16682 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16683
16684 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16685
16686 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16687 (gud-gdb): New function for old M-x gdb (text command mode).
16688 (gud-gdb-command-name, gdb): Move to...
16689
16690 * progmodes/gdb-ui.el: ...here and adapt doc string.
16691 (gud-gdba-command-name, gdba): Delete.
16692
16693 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16694
16695 * bs.el: Don't defvar `font-lock-verbose'.
16696 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16697 (bs--get-file-name): Fix typos in docstrings.
16698 (bs--show-header): Use `dolist' instead of `mapcar'.
16699 (bs-mode): Set `show-trailing-whitespace' to nil.
16700 (bs-buffer-sort-function, bs-mouse-select-other-frame)
16701 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16702 Doc fixes.
16703
16704 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
16705
16706 * progmodes/gud.el (pdb): Specify file for gud-break.
16707
16708 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16709
16710 * progmodes/gud.el (gdb): Make graphical mode the default and
16711 switch to text command mode if appropriate, i.e., reverse previous
16712 arrangement.
16713 (gud-gdb-marker-filter): Adapt for above change.
16714
16715 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16716 gud-minor-mode and gud-marker-filter.
16717 (gdb-fullname-regexp): New variable.
16718 (gud-gdba-marker-filter): Use it to switch to text command
16719 mode if appropriate.
16720
16721 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16722
16723 * progmodes/gud.el (gud-display-line): Find source buffer even when
16724 GUD buffer has its own frame.
16725
16726 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16727
16728 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16729
16730 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16731
16732 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16733
16734 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16735
16736 * allout.el (allout-before-change-handler): Replace got-char by
16737 goto-char.
16738
16739 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16740
16741 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16742 Used to try and automatically enabled smerge-mode in the presence of
16743 conflicts and to call `svn resolved' when the conflicts are gone.
16744 (vc-svn-parse-status): Remember the svn-specific status.
16745
16746 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16747
16748 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16749 menu-bar-apropos-menu. All users changed.
16750 (menu-bar-help-menu): Change menu symbols to better match the text
16751 displayed by the menu.
16752
16753 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16754
16755 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16756 #, @, : and ^.
16757
16758 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16759
16760 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16761
16762 * log-view.el (log-view-mode-map): Likewise.
16763
16764 * diff-mode.el (diff-mode-shared-map): Likewise.
16765
16766 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16767
16768 * files.el (file-name-sans-versions): Also allow `A-Z'.
16769
16770 * vc.el: Mention all supported VC backends.
16771
16772 2007-10-08 Richard Stallman <rms@gnu.org>
16773
16774 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16775 neighbouring buttons.
16776
16777 2007-10-08 Andreas Schwab <schwab@suse.de>
16778
16779 * files.el (file-name-sans-versions): Also allow `_'.
16780
16781 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16782
16783 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16784
16785 * log-view.el (log-view-mode-map, log-view-mode-menu):
16786 Bind log-view-annotate-version.
16787 (log-view-beginning-of-defun, log-view-end-of-defun)
16788 (log-view-annotate-version): New functions.
16789 (log-view-mode): Use log-view-beginning-of-defun and
16790 log-view-end-of-defun.
16791
16792 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16793
16794 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16795
16796 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16797
16798 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16799 neighbouring buttons.
16800
16801 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16802 Recognize gcc's use of "note" for informational messages.
16803
16804 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16807 (css-mode): Update correspondingly.
16808
16809 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16810
16811 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16812 Signed-off-by, Acked-by and Merge.
16813
16814 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16817
16818 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16819
16820 * vc-mtn.el: New file.
16821
16822 * vc-hooks.el (vc-handled-backends): Add Mtn.
16823
16824 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16825
16826 * files.el (find-file, find-file-other-window)
16827 (find-file-other-frame, find-file-existing, find-file-read-only)
16828 (find-file-read-only-other-window)
16829 (find-file-read-only-other-frame)
16830 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16831
16832 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16833
16834 * progmodes/gud.el (gdb-ready): New variable.
16835 (gdb): Set it to nil. Set gud-running to nil here...
16836 (gud-common-init): ...instead of here.
16837
16838 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16839 Use gdb-ready. Discard input until GDB is ready to accept it.
16840
16841 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16842
16843 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16844 make it show up with eight colors.
16845
16846 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16849 diffs are concatenated with no intervening line.
16850
16851 2007-10-08 Dave Love <fx@gnu.org>
16852
16853 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16854 (python-font-lock-keywords): Update to the 2.5 version of the language.
16855 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16856 (python-backspace): Only behave funny in code.
16857 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16858 (inferior-python-mode): Add PDB prompt regexp.
16859 (python-fill-paragraph): Refine the fenced-string regexp.
16860 (python-find-imports): Handle imports spanning several lines.
16861 (python-mode): Add `class' to hideshow support.
16862
16863 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16864
16865 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16866 Use add-log-buffer-file-name-function rather than binding
16867 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16868 when `fi' is the ChangeLog file itself.
16869
16870 * outline.el (outline-flag-region): Use front-advance.
16871
16872 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16873
16874 * progmodes/cperl-mode.el: Merge upstream 5.23.
16875 (cperl-where-am-i): Remove function.
16876 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16877 (cperl-sniff-for-indent): De-invert [string] and [comment].
16878 When looking for label, skip s:m:y:tr.
16879 (cperl-indent-line): Likewise.
16880 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16881 (cperl-windowed-init): Wrong `ps-print' handling.
16882 Both thanks to Chong Yidong.
16883 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16884 (cperl-find-pods-heres): If the second part of s()[] is missing,
16885 don't try to highlight delimiters...
16886
16887 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16888
16889 * progmodes/compile.el (compilation-get-file-structure): Complete last
16890 change by also using spec-directory in the puthash.
16891
16892 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
16893
16894 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
16895 (vc-bzr-status): Fix shadowing of variable 'status'.
16896 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
16897 Use `expand-file-name' instead of `concat'.
16898 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
16899 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
16900
16901 2007-10-08 Jason Rumney <jasonr@gnu.org>
16902
16903 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
16904
16905 2007-10-08 Richard Stallman <rms@gnu.org>
16906
16907 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
16908 Add `safe-local-variable' property.
16909 (lisp-body-indent): Likewise.
16910
16911 2007-10-08 Richard Stallman <rms@gnu.org>
16912
16913 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
16914 Add doc string.
16915
16916 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16917
16918 * files.el (backup-buffer-copy): Try to overwrite old backup first.
16919
16920 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16921
16922 * repeat.el (repeat): Use last-repeatable-command instead of
16923 real-last-command. Run pre- and post-command hooks for
16924 self-insertion. Update doc-string.
16925
16926 2007-10-08 Alexandre Julliard <julliard@winehq.org>
16927
16928 * vc-git.el (vc-git-state): Call git-add --refresh to update the
16929 state of the file.
16930 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
16931 (vc-git-create-repo): Fix invalid command.
16932
16933 2007-10-08 Richard Stallman <rms@gnu.org>
16934
16935 * textmodes/flyspell.el (flyspell-mode):
16936 Catch errors in flyspell-mode-on.
16937
16938 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16939
16940 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
16941
16942 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
16943
16944 * international/encoded-kb.el (encoded-kbd-setup-display):
16945 Use input-decode-map rather than local-key-translation-map.
16946
16947 * term/rxvt.el (rxvt-alternatives-map): New map.
16948 (terminal-init-rxvt): Use it.
16949 Bind rxvt-function-map in input-decode-map.
16950
16951 * term/xterm.el (xterm-alternatives-map): New map.
16952 (terminal-init-xterm): Use it.
16953 Bind xterm-function-map in input-decode-map.
16954
16955 * term/x-win.el (x-alternatives-map): New var.
16956 (x-setup-function-keys): Use it.
16957
16958 * help-fns.el (describe-variable): Slightly change the layout of
16959 meta-info to separate it better from the docstring.
16960 Standardize insertion of extra empty lines in various circumstances.
16961
16962 * diff-mode.el (diff-hunk-style): New fun.
16963 (diff-end-of-hunk): Use it.
16964 (diff-context->unified): Use the new `apply' undo element,
16965 if applicable, so as to save undo-log space.
16966 (diff-fine-change): New face.
16967 (diff-fine-highlight-preproc): New function.
16968 (diff-fine-highlight): New command.
16969 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
16970
16971 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
16972 (smerge-refine-highlight-change): Add `props' argument.
16973 (smerge-refine-subst): New function holding most of smerge-refine.
16974 (smerge-refine): Use it.
16975
16976 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
16977
16978 * vc.el (vc-default-wash-log): Remove unused code, the
16979 log washers all live in the backends now.
16980 (vc-default-comment-history): Correct for the fact
16981 that wash-log is argumentless in the new API.
16982
16983 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
16984
16985 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
16986 (tramp-maybe-send-script): Apply `member' but `memq'.
16987 (tramp-advice-file-expand-wildcards): Simplify implementation.
16988
16989 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16990
16991 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
16992
16993 * mb-depth.el (minibuf-depth-indicator-function): New variable.
16994 (minibuf-depth-setup-minibuffer): Use it.
16995
16996 2007-10-07 Glenn Morris <rgm@gnu.org>
16997
16998 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
16999 version numbers.
17000
17001 2007-10-06 Juri Linkov <juri@jurta.org>
17002
17003 * textmodes/fill.el (fill-paragraph-or-region): New function.
17004
17005 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17006 instead of fill-paragraph.
17007
17008 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17009 with fill-paragraph-or-region. Suspend command is now the same
17010 `suspend-frame' on window systems and on tty.
17011
17012 * image.el (image-type): Check if image-types is bound to not fail
17013 on tty.
17014
17015 * delsel.el (delete-selection-pre-hook):
17016 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17017 is fbound to not fail on mouseless tty.
17018
17019 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
17020
17021 * net/tramp.el (top): Move loading of tramp-util.el and
17022 tramp-vc.el to tramp-compat.el.
17023 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
17024 temporary file if possible, in order to avoid a security hole.
17025 (tramp-do-copy-or-rename-file-out-of-band)
17026 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17027 with DONT-CREATE, because the connection is not setup yet.
17028 (tramp-handle-process-file): Rewrite temporary file handling.
17029 (tramp-completion-mode): New defvar.
17030 (tramp-completion-mode-p): Use it.
17031
17032 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17033
17034 * net/tramp-fish.el (tramp-fish-handle-process-file):
17035 Rewrite temporary file handling.
17036
17037 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
17038
17039 * vc.el: Workfile version -> focus version change. Port various
17040 comments from new VC to reduce the noise in the diff.
17041 Patch in the new vc-create-repo function to go with the
17042 header comment about it already present.
17043 There are no changes to existing logic in this patch.
17044 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17045
17046 2007-10-06 Aaron Hawley <aaronh@garden.org>
17047
17048 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17049
17050 2007-10-05 Chris Moore <dooglus@gmail.com>
17051
17052 * server.el (server-kill-new-buffers): Doc fix.
17053
17054 2007-10-05 John W. Eaton <jwe@octave.org>
17055
17056 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17057 (octave-begin-keywords): Add "do".
17058 (octave-end-keywords): Remove "end".
17059 (octave-reserved-words): Add "end". Remove "all_va_args",
17060 "gplot", and 'gsplot".
17061 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17062 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17063 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17064 "default_return_value", "define_all_return_values",
17065 "do_fortran_indexing", "empty_list_elements_ok",
17066 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17067 "ok_to_lose_imaginary_part", "prefer_column_vectors",
17068 "prefer_zero_one_indexing", "propagate_empty_matrices",
17069 "resize_on_range_error", "treat_neg_dim_as_zero",
17070 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17071 "warn_divide_by_zero", "warn_function_name_clash",
17072 "warn_missing_semicolon", "whitespace_in_literal_matrix".
17073 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17074 "crash_dumps_octave_core", "sighup_dumps_octave_core",
17075 "sigterm_dumps_octave_core".
17076 (octave-block-match-alist): Remove "end" from block-end keywords.
17077 (octave-mode): Update ftp site address.
17078
17079 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17080
17081 * vc.el: Reorder functions, no code changes.
17082
17083 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
17084
17085 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17086 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17087 the cond clauses where needed.
17088 (tramp-handle-write-region): Rearrange code for proper handling of
17089 tmpfile.
17090
17091 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17092
17093 * net/tramp.el:
17094 * net/tramp-fish.el:
17095 * net/tramp-ftp.el:
17096 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17097 `tramp-compat-make-temp-file'.
17098
17099 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
17100
17101 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17102
17103 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17104
17105 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17106 already uses a more recent copyright version than the "current" one.
17107
17108 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
17109
17110 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17111 (doc-view-insert-image): Minor aesthetical docstring changes.
17112
17113 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
17114
17115 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17116 completing filename.
17117 (doc-view-search-internal): Docstring change.
17118
17119 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
17120
17121 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17122 (tramp-file-name-handler-alist):
17123 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
17124 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
17125 used before, creates the file already, which is not desired.
17126 (tramp-do-copy-or-rename-file-directly): Simplify handling of
17127 temporary file.
17128 (tramp-handle-insert-file-contents): Assign the result in the
17129 short track case.
17130 (tramp-handle-insert-file-contents-literally): New defun.
17131 (tramp-completion-mode-p): Revert change from 2007-09-24.
17132 Checking for `return' etc as last character is not sufficient, for
17133 example in dired-mode when entering <g> (revert-buffer) or
17134 <s> (dired-sort).
17135
17136 * net/tramp-compat.el (top): Add also compatibility code for loading
17137 appropriate timer package.
17138 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17139 order to avoid autoloading problems.
17140
17141 * net/tramp-fish.el:
17142 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17143
17144 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17145 where the second parameter of `copy-file' or `rename-file' is a
17146 remote file but not via ftp.
17147
17148 2007-10-02 Richard Stallman <rms@gnu.org>
17149
17150 * frame.el (cursor-in-non-selected-windows): Doc fix.
17151
17152 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17153
17154 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17155 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17156
17157 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
17158
17159 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17160 when `expt' doesn't give range errors.
17161
17162 2007-10-01 Markus Triska <markus.triska@gmx.at>
17163
17164 * calc/calc-math.el (math-smallest-emacs-expt):
17165 Make the computation more robust.
17166
17167 2007-09-30 David Kastrup <dak@gnu.org>
17168
17169 * startup.el (argv): Alias for `command-line-args-left' to use as
17170 `(pop argv)' inside of --eval command sequences. Allows for
17171 passing shell commands into Emacs verbatim without need for Lisp
17172 quoting.
17173
17174 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17175 check only for changed size.
17176 (auto-revert-tail-handler): Get size from caller. If the file has
17177 shrunk, tail the whole file again (the file presumably has been
17178 rewritten).
17179
17180 * woman.el (woman-topic-all-completions, woman-mini-help):
17181 Fix fallout from 2007-09-07 introduction of `dolist' when the list
17182 actually was being manipulated in the loop.
17183 (woman-Cyg-to-Win, woman-pre-process-region)
17184 (woman-horizontal-escapes, woman-if-body, woman-unescape)
17185 (woman-strings, woman-special-characters, woman1-hc)
17186 (woman-change-fonts, woman-find-next-control-line):
17187 Use `match-beginning' rather than `match-string' when the result is
17188 just used as a flag.
17189
17190 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
17191
17192 * net/tramp-compat.el: New file.
17193
17194 * net/tramp.el:
17195 * net/tramp-fish.el:
17196 * net/tramp-smb.el:
17197 * net/tramp-uu.el:
17198 * net/trampver.el: Move compatibility code to tramp-compat.el.
17199 Apply `mapc' instead of `mapcar' when the code needs side effects
17200 only. Move utf-8 coding cookie to the second line.
17201
17202 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
17203
17204 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17205 Improve custom type.
17206 (icon-map-list): Make it customizable. Document how to disable
17207 stock icons.
17208
17209 2007-09-30 Richard Stallman <rms@gnu.org>
17210
17211 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17212
17213 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17214
17215 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
17216 (t-mouse-mode): New compatibility alias.
17217
17218 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
17219
17220 * server.el (server-delete-client): Only delete the terminal if it
17221 is non-nil.
17222
17223 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
17224
17225 * net/tramp.el (with-file-property, with-connection-property):
17226 Highlight as keyword.
17227 (tramp-rfn-eshadow-setup-minibuffer)
17228 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17229 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17230 (tramp-do-copy-or-rename-file-directly)
17231 (tramp-do-copy-or-rename-file-out-of-band)
17232 (tramp-handle-shell-command, tramp-get-debug-buffer)
17233 (tramp-send-command-and-read, tramp-equal-remote)
17234 (tramp-get-local-gid): Pacify byte-compiler.
17235 (tramp-handle-file-name-directory): Result shall not be expanded.
17236 (tramp-find-foreign-file-name-handler): Rewrite.
17237 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17238
17239 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17240
17241 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17242 Apply `tramp-completion-mode-p'.
17243 (tramp-fish-handle-set-file-times)
17244 (tramp-fish-handle-executable-find)
17245 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17246 (tramp-fish-retrieve-data): Pacify byte-compiler.
17247
17248 * net/tramp-gw.el (tramp-gw-basic-authentication):
17249 Call `tramp-read-passwd' with first parameter `nil'.
17250
17251 2007-09-28 Glenn Morris <rgm@gnu.org>
17252
17253 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17254 than mapcar.
17255
17256 * textmodes/tex-mode.el (tex-suscript-height-ratio)
17257 (tex-suscript-height-minimum): New customizable variables.
17258 (tex-suscript-height): New function.
17259 (superscript, subscript): Set height using tex-suscript-height
17260 rather than fixing at 0.8.
17261 (tex-fontify-script, tex-font-script-display): Add :version tag.
17262
17263 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
17264
17265 * progmodes/python.el (python-eldoc-function): Doc fix.
17266
17267 2007-09-27 Glenn Morris <rgm@gnu.org>
17268
17269 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
17270 image if it is not in image-type-auto-detectable, or is there with
17271 a nil value.
17272
17273 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
17274
17275 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17276 connection more robust.
17277
17278 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17279
17280 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17281 Deal with the case that special &keywords are at the beginning or
17282 end of the argument list. Also add some (incomplete) support for
17283 non-standard arglists.
17284
17285 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17286
17287 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17288 (eldoc-message-commands, eldoc-current-idle-delay)
17289 (eldoc-function-argstring-format): Fix typos in docstrings.
17290
17291 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
17292
17293 * calc/calc-units.el (calc-convert-units)
17294 (calc-convert-temperature): Remove unnecessary colons.
17295
17296 2007-09-26 Bastien Guerry <bzg@altern.org>
17297
17298 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17299 New function.
17300 (org-export-latex-remove-from-headlines): Name changed because of typo.
17301 (org-export-latex-quotation-marks-convention): Option removed.
17302 (org-export-latex-make-preamble): Handle the DATE option.
17303 (org-export-latex-cleaned-string): Now the only cleaning function,
17304 synched up with org.el.
17305 (org-export-latex-lists, org-export-latex-parse-list)
17306 (org-export-list-to-latex): New functions.
17307
17308 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
17309
17310 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17311 (org-outline-regexp): New constant.
17312 (org-remember-handler): Throw error when the target file is not in
17313 org-mode.
17314 (org-cleaned-string-for-export): No longer call
17315 `org-export-latex-cleaned-string' with an argument.
17316 (org-get-tags): Returns now a list, not a string.
17317 (org-get-tags-string): New function.
17318 (org-archive-subtree): No need to split return of `org-get-tags'.
17319 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17320 instead of `org-get-tags'.
17321 (org-agenda-format-date): Rename from `org-agenda-date-format'.
17322 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17323 (org-compatible-face): New argument INHERITS. Inherit from this
17324 face if possible.
17325 (org-level-1, org-level-2, org-level-3, org-level-4)
17326 (org-level-5, org-level-6, org-level-7, org-level-8)
17327 (org-special-keyword, org-drawer, org-column, org-warning)
17328 (org-archived, org-todo, org-done, org-headline-done, org-table)
17329 (org-formula, org-code, org-agenda-structure)
17330 (org-scheduled-today, org-scheduled-previously)
17331 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17332 in the new way.
17333 (org-get-heading): New argument NO-TAGS.
17334 (org-fast-tag-selection-include-todo): Made defvar instead of
17335 defcustom, feature is not deprecated.
17336 (org-remember-store-without-prompt): New default value t.
17337 (org-todo-log-states): New variable.
17338 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17339 Compute the log states.
17340 (org-goto-map): More commands copied from global map. Also bind
17341 `org-occur'.
17342 (org-goto): Made into a general lookup command.
17343 (org-get-location): Complete rewrite.
17344 (org-goto-exit-command): New variable.
17345 (org-goto-selected-point): New variable.
17346 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17347 Set the new variables.
17348 (org-paste-subtree): Whitespace insertion strategy revised.
17349 (org-remember-apply-template): Protect v-A from the possibility
17350 that v-a might be nil.
17351 (org-remember-handler): Insertion rules revised.
17352 (org-todo): Respect org-todo-log-states.
17353 (org-up-heading-safe): New function.
17354 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17355
17356 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
17357
17358 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17359 region if in transient-mark-mode.
17360
17361 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17362
17363 * calc/calc-ext.el (calc-init-extensions, calc-reset):
17364 * calc/calc-help.el (calc-full-help):
17365 * calc/calc-misc.el (another-calc):
17366 * calc/calc-store.el (calc-var-name-map):
17367 * calc/calc-stuff.el (calc-flush-caches):
17368 * calc/calc-units.el (math-build-units-table):
17369 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17370 (calc-quit):
17371 * calendar/icalendar.el (icalendar--format-ical-event)
17372 (icalendar--convert-ical-to-diary):
17373 * emacs-lisp/authors.el (authors):
17374 * emacs-lisp/cust-print.el (custom-print-install)
17375 (custom-print-uninstall):
17376 * emacs-lisp/disass.el (disassemble-1):
17377 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17378 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17379 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17380 (elint-check-let-form, elint-check-condition-case-form)
17381 (elint-initialize):
17382 * emacs-lisp/elp.el (elp-results):
17383 * emacs-lisp/generic.el (generic-mode-internal):
17384 * emacs-lisp/re-builder.el (reb-delete-overlays):
17385 * emacs-lisp/regi.el (regi-interpret):
17386 * emacs-lisp/sregex.el (sregex--char-aux):
17387 * emulation/cua-rect.el (cua--deactivate-rectangle)
17388 (cua--highlight-rectangle, cua--rectangle-post-command):
17389 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17390 * emulation/viper-macs.el (viper-describe-kbd-macros)
17391 (viper-describe-one-macro):
17392 * emulation/viper-util.el (viper-setup-master-buffer):
17393 * emulation/viper.el (set-viper-state-in-major-mode):
17394 * international/mule-diag.el (describe-current-coding-system):
17395 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17396 * mail/emacsbug.el (report-emacs-bug):
17397 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17398 * obsolete/hilit19.el (hilit-unhighlight-region)
17399 (hilit-set-mode-patterns):
17400 * play/solitaire.el (solitaire-check, solitaire-solve):
17401 * play/zone.el (zone-pgm-rotate):
17402 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17403 * progmodes/ada-prj.el (ada-prj-display-page):
17404 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17405 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17406 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17407 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17408 * progmodes/sh-script.el (sh-make-vars-local)
17409 (sh-reset-indent-vars-to-global-values):
17410 * progmodes/sql.el (top):
17411 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17412 * progmodes/xscheme.el (top):
17413 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17414 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17415 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17416 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17417 (artist-submit-bug-report):
17418 * textmodes/flyspell.el (flyspell-delay-commands)
17419 (flyspell-deplacement-commands):
17420 * textmodes/table.el (table--generate-source-epilogue, table-insert)
17421 (table--generate-source-cells-in-a-row, table--make-cell-map)
17422 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17423
17424 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
17425
17426 * allout.el (produce-allout-mode-map, allout-process-exposed):
17427 * ansi-color.el (ansi-color-make-color-map):
17428 * autoinsert.el (auto-insert):
17429 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17430 * dired-aux.el (dired-create-files):
17431 * dired.el (dired-restore-desktop-buffer):
17432 * ediff-diff.el (ediff-setup-fine-diff-regions):
17433 * ediff-mult.el (ediff-intersect-directories)
17434 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17435 (ediff-redraw-registry-buffer):
17436 * ediff-ptch.el (ediff-fixup-patch-map):
17437 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17438 (ediff-really-quit, ediff-clear-diff-vector):
17439 * emerge.el (emerge-really-quit):
17440 * ffap.el (ffap-replace-file-component):
17441 * filecache.el (file-cache-add-directory)
17442 (file-cache-add-directory-recursively)
17443 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17444 (file-cache-delete-directory, file-cache-files-matching-internal)
17445 (file-cache-display):
17446 * files.el (cd):
17447 * find-lisp.el (find-lisp-insert-directory):
17448 * finder.el (finder-compile-keywords):
17449 * help.el (view-emacs-news):
17450 * hi-lock.el (hi-lock-write-interactive-patterns):
17451 * ido.el (ido-to-end, ido-set-matches-1):
17452 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17453 (image-dired-mark-tagged-files):
17454 * jka-cmpr-hook.el (jka-compr-get-compression-info):
17455 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17456 * ps-print.el (ps-background, ps-begin-file)
17457 (ps-build-reference-face-lists):
17458 * simple.el (clone-buffer):
17459 * startup.el (command-line):
17460 * tempo.el (tempo-insert-template, tempo-is-user-element)
17461 (tempo-forward-mark, tempo-backward-mark):
17462 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17463
17464 2007-09-25 Glenn Morris <rgm@gnu.org>
17465
17466 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17467
17468 * view.el (view-search-no-match-lines): Add a doc string.
17469 Rewrite to simplify and work better.
17470
17471 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17472
17473 * progmodes/cc-mode.el (c-mode-base-map):
17474 Use c-indent-line-or-region instead of c-indent-line.
17475
17476 * indent.el (indent-for-tab-command): First check if the region is
17477 active.
17478
17479 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
17480
17481 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17482 whitespace-rescan-timer-time is 0.
17483
17484 2007-09-24 Karl Berry <karl@gnu.org>
17485
17486 * international/mule.el (coding-system-base): Fix doc string grammar.
17487
17488 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
17489
17490 * net/tramp.el (tramp-completion-mode-p): Rename from
17491 `tramp-completion-mode'. Revert logic, check `return', `newline'
17492 and such alike. Packages like Icicles tend to use other completion
17493 characters but `tab' and `space' only.
17494
17495 2007-09-24 Adam Hupp <adam@hupp.org>
17496
17497 * progmodes/python.el (run-python): Import emacs module without
17498 waiting; prevents lockup on error.
17499
17500 2007-09-23 Richard Stallman <rms@gnu.org>
17501
17502 * mail/sendmail.el (mail-bury): Delete the frame
17503 if this frame looks like it was made for this message.
17504
17505 * completion.el (completion-separator-self-insert-command)
17506 (completion-separator-self-insert-autofilling):
17507 If `self-insert-command' has been remapped, use the substitute.
17508
17509 * simple.el (copy-region-as-kill): Doc fix.
17510
17511 * textmodes/org.el (org-confirm-shell-link-function)
17512 (org-confirm-elisp-link-function): Doc fixes.
17513
17514 2007-09-23 Glenn Morris <rgm@gnu.org>
17515
17516 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17517
17518 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
17519
17520 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17521
17522 * term/tvi970.el (terminal-init-tvi970): Likewise.
17523
17524 * term/sun-mouse.el (print-mouse-format): Likewise.
17525
17526 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17527 Use forward-line instead of previous-line and next-line.
17528
17529 2007-09-22 Juri Linkov <juri@jurta.org>
17530
17531 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17532
17533 * tutorial.el (tutorial--default-keys): Update standard bindings:
17534 rename `iconify-or-deiconify-frame' to `suspend-frame',
17535 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17536
17537 2007-09-22 Juri Linkov <juri@jurta.org>
17538
17539 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17540 Add help-echo to external links and to links without description.
17541 (fancy-splash-insert): Use help-echo from the 3rd element of the
17542 link specification list, or "Follow this link" if it's nil. Doc fix.
17543
17544 2007-09-22 Juri Linkov <juri@jurta.org>
17545
17546 * startup.el (command-line): Rename `inhibit-startup-message' to
17547 `inhibit-startup-screen'.
17548 (fancy-about-text): Use shorter label for "Ordering Manuals".
17549 (fancy-startup-tail): Add optional arg `concise'. When `concise'
17550 is nil, display a line with "To start..." and 3 links to useful
17551 tasks. Display the "Dismiss" button and "Don't show this message
17552 again" only when concise is non-nil.
17553 (fancy-startup-screen): Call `fancy-startup-tail' with optional
17554 arg `concise'. If CONCISE is non-nil, display a concise version
17555 of the splash screen in another window. Otherwise, switch to the
17556 startup buffer in the same window.
17557 (startup-echo-area-message): Change displayed binding from
17558 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17559 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17560 the GNU system".
17561 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17562 to "*GNU Emacs*".
17563 (display-about-screen): Don't check the existence of the buffer
17564 "*About GNU Emacs*".
17565 (display-splash-screen): Make alias to `display-startup-screen'.
17566 (command-line-1): Rename `inhibit-startup-message' to
17567 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
17568 started with command line options "-f", "-funcall", "-e", "-eval",
17569 "-execute", "-insert", "-find-file", "-file", "-visit".
17570 Inhibit startup screen when Emacs is started with a file name only
17571 on tty (i.e. don't inhibit it when started with a file name like
17572 "emacs FILE..." on a window system).
17573 (command-line-1): Simplify logic of displaying the startup screen:
17574 if file-count > 0, then display the concise version in another
17575 window, otherwise display full version in the same window.
17576
17577 * help.el (help-map): Bind C-h C-a to about-emacs.
17578 (help-for-help-internal): Add C-a description to C-h help text.
17579
17580 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17581
17582 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17583 (checkdoc-permit-comma-termination-flag): Autoload the
17584 safe-local-variable setting.
17585
17586 * bookmark.el (bookmark-xemacsp): Remove.
17587 (bookmark-make): Don't use bookmark-xemacsp,
17588 use (featurep 'xemacs) instead.
17589
17590 * speedbar.el (speedbar-frame-mode)
17591 (speedbar-frame-reposition-smartly)
17592 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17593 (speedbar-check-vc): Remove use of non-existent variable
17594 dframe-xemacsp, use (featurep 'xemacs) instead.
17595
17596 * indent.el (indent-for-tab-command): Indent the region if
17597 transient-mark-mode and the region is active.
17598
17599 2007-09-21 Francesco Potortì <pot@gnu.org>
17600
17601 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17602 add inferior-octave-directory-tracker to the buffer-local value
17603 of comint-input-filter-functions.
17604
17605 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17606
17607 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17608
17609 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17610
17611 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17612 on w32 frames.
17613
17614 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17615
17616 * startup.el (normal-top-level): Remove DISPLAY from
17617 process-environment to let it be computed dynamically in callproc.c.
17618
17619 * frame.el (frame-initialize, make-frame):
17620 * faces.el (tty-set-up-initial-frame-faces):
17621 * env.el (setenv): Don't set display-environment-variable.
17622
17623 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
17624 (server-create-tty-frame): Don't set unused `tty' property.
17625 Set `display' instead of display-environment-variable.
17626 (server-create-window-system-frame): No display-environment-variable.
17627
17628 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
17629
17630 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17631 (rfn-eshadow-update-overlay-hook): New defvars.
17632 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17633 Run the hooks.
17634
17635 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17636 (tramp-rfn-eshadow-setup-minibuffer)
17637 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
17638 rfn-eshadow.el.
17639
17640 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17641 timeout.
17642
17643 2007-09-21 Glenn Morris <rgm@gnu.org>
17644
17645 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17646 * term/sun-mouse.el (suspend-emacstool): Remove.
17647 * term/sun.el: Remove emacstool-related code.
17648
17649 * emacs-lisp/bytecomp.el (byte-compile-warnings)
17650 (byte-compile-warnings-safe-p): Add `mapcar'.
17651 (byte-compile-warning-types): Add mapcar and make-local.
17652 (byte-compile-normal-call): Add option to suppress mapcar warning.
17653 (top-level): Use mapc rather than mapcar in eval-when-compile.
17654
17655 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17656 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17657 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17658 Handle escaped parens.
17659 (latex-forward-sexp): Doc fix.
17660
17661 * eshell/esh-mode.el (eshell-output-filter-functions):
17662 Add eshell-postoutput-scroll-to-bottom.
17663
17664 * loadup.el: Remove termdev.
17665
17666 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17667 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17668
17669 2007-09-21 Markus Triska <markus.triska@gmx.at>
17670
17671 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17672 `mapcar' is called for effect.
17673
17674 2007-09-21 Kevin Ryde <user42@zip.com.au>
17675
17676 * international/mule.el (sgml-html-meta-auto-coding-function):
17677 Bind `case-fold-search' to t.
17678
17679 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17680
17681 * termdev.el: Remove.
17682
17683 * frame.el (get-device-terminal): New function. Moved from termdev.el.
17684 (frames-on-display-list): Use it.
17685
17686 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17687
17688 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17689
17690 2007-09-20 Richard Stallman <rms@gnu.org>
17691
17692 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17693
17694 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17697
17698 2007-09-20 Glenn Morris <rgm@gnu.org>
17699
17700 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17701 motion functions, rather than hard-coding "\n\n".
17702 (tex-validate-region): Check for eobp, to speed up.
17703 (tex-next-unmatched-end): Doc fix.
17704
17705 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17706
17707 * files.el (auto-mode-alist): Use archive-mode for .rar files.
17708
17709 * international/mule.el (auto-coding-alist): Rar archives are binary.
17710
17711 * arc-mode.el: Add basic support for Rar.
17712 (archive-find-type): Recognize Rar's signature.
17713 (archive-desummarize): New fun.
17714 (archive-summarize): Use it to restore the buffer's data in case
17715 someone wants to switch to some other major mode.
17716 (archive-resummarize): Use it as well.
17717 (archive-rar-summarize, archive-rar-extract): New functions.
17718
17719 * filesets.el: Remove spurious * in docstrings.
17720 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
17721 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17722 (filesets-ingroup-collect): Remove unused arg `depth'.
17723 (filesets-update): Remove unused arg `version'.
17724
17725 * finder.el (finder-compile-keywords): Fix up comment style.
17726 (finder-mouse-face-on-line): previous-line -> forward-line.
17727
17728 * recentf.el: Remove spurious * in docstrings.
17729 (recentf-save-list): Fix up comment style.
17730
17731 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17732 (octave-mode-map): Move init into declaration and remove \t binding.
17733 (octave-mode-startup-message): Remove unused var.
17734 (octave-scan-blocks): Remove unused arg `from'.
17735 (octave-forward-block, octave-down-block, octave-up-block):
17736 Update callers.
17737
17738 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17739 (meta-mode-map): Likewise and remove \t binding.
17740
17741 * net/snmp-mode.el: Remove spurious * in docstrings.
17742 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17743 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17744 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17745 that completion accepts lists of strings.
17746 (snmp-mode-syntax-table): Move initialization into declaration.
17747 (snmp-mode-map): Likewise and remove \t binding.
17748 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17749 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17750 (snmp-indent-command): Remove.
17751
17752 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17753 binding, so tab-always-indent works right.
17754
17755 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17756
17757 * net/browse-url.el (browse-url-elinks-new-window): New function.
17758 (browse-url-elinks): Use browse-url-elinks-new-window.
17759 Accept optional second argument `new-window'. Fix typo in doc-string.
17760 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17761 Improve error message.
17762
17763 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17764
17765 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17766 parameter name in the function body.
17767 Reported by Johannes Weiner.
17768
17769 2007-09-19 Glenn Morris <rgm@gnu.org>
17770
17771 * net/socks.el (socks-open-network-stream): Signal an explicit
17772 error if the port associated with a service string can't be found.
17773
17774 * textmodes/tex-mode.el (tex-terminate-paragraph):
17775 Use backward-paragraph.
17776
17777 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * server.el (server-running-p): New function.
17780
17781 2007-09-18 Jason Rumney <jasonr@gnu.org>
17782
17783 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17784 x-focus-frame.
17785
17786 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17787 Use x-focus-frame for w32.
17788
17789 2007-09-17 David Kastrup <dak@gnu.org>
17790
17791 * textmodes/tex-mode.el (tex-verbatim-environments):
17792 Eliminate CL dependency.
17793
17794 2007-09-17 Richard Stallman <rms@gnu.org>
17795
17796 * newcomment.el (comment-add): New arg EXTRA.
17797 (comment-region-default): Pass EXTRA if not indenting lines.
17798
17799 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17800
17801 * net/browse-url.el (browse-url-url-encode-chars): New function.
17802 URL-encode some chars in a string.
17803 (browse-url-encode-url): Rewrite using the previous function.
17804 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17805 (browse-url-elinks-sentinel): Fix typo.
17806 (browse-url-new-window-flag): Doc change.
17807
17808 2007-09-17 Glenn Morris <rgm@gnu.org>
17809
17810 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17811 filename from `--file-line-error', if it is available.
17812
17813 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17814
17815 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17816 TeX `--file-line-error' format.
17817
17818 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17819
17820 * xt-mouse.el: Delete add-hook calls that were moved to
17821 xterm-mouse-mode.
17822 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17823 does not work.
17824
17825 2007-09-17 Richard Stallman <rms@gnu.org>
17826
17827 * cus-face.el (custom-theme-set-faces): Undo previous change.
17828
17829 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17830
17831 2007-09-17 Glenn Morris <rgm@gnu.org>
17832
17833 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17834 handling the case where the region is not in `tex-main-file'.
17835 (tex-region-1): Delete.
17836 (tex-region-header): New function, doing the header part of the
17837 old tex-region-1.
17838
17839 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17840
17841 * simple.el (newline): Simplify use of prefix-numeric-value.
17842 (line-move-partial): Remove unused var `ppos'.
17843 (line-move-1): Replace 9999 with most-positive-fixnum.
17844 (move-end-of-line): Use more efficient single-property search.
17845 (move-beginning-of-line): Remove unused var `start'.
17846 (blink-matching-open): Restructure in a more functional style.
17847
17848 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17849
17850 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17851
17852 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17853
17854 * server.el (server-clients): Only keep procs, no properties any more.
17855 (server-client): Remove.
17856 (server-client-get, server-client-set): Remove, replace all callers by
17857 process-get and process-put resp.
17858 (server-clients-with, server-add-client, server-delete-client)
17859 (server-create-tty-frame, server-create-window-system-frame)
17860 (server-process-filter, server-execute, server-visit-files)
17861 (server-buffer-done, server-kill-buffer-query-function)
17862 (server-kill-emacs-query-function, server-switch-buffer)
17863 (server-save-buffers-kill-terminal): Update accordingly.
17864
17865 * server.el (server-with-environment): Simplify.
17866 (server-select-display, server-unselect-display): Re-add functions that
17867 seem to have been lost in the multi-tty merge.
17868 (server-eval-and-print, server-create-tty-frame)
17869 (server-create-window-system-frame, server-goto-toplevel)
17870 (server-execute, server-return-error): New functions extracted from
17871 server-process-filter.
17872 (server-execute-continuation): New functions.
17873 (server-process-filter): Restructure so that all arguments are analysed
17874 first and then acted upon in a subsequent stage. This way
17875 server-goto-toplevel can be executed later, when we know if
17876 it's necessary.
17877 Remove the "-version" and "-version-good" support.
17878
17879 2007-09-16 Drew Adams <drew.adams@oracle.com>
17880
17881 * cus-edit.el (custom-face-edit-activate): Doc fix.
17882
17883 2007-09-16 Glenn Morris <rgm@gnu.org>
17884
17885 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17886 Following cal-bahai renaming, update all instances of
17887 list-bahai-diary-entries to diary-bahai-list-entries,
17888 mark-bahai-diary-entries to diary-bahai-mark-entries,
17889 calendar-goto-bahai-date to calendar-bahai-goto-date,
17890 insert-bahai-diary-entry to diary-bahai-insert-entry,
17891 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
17892 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
17893 calendar-print-bahai-date to calendar-bahai-print-date.
17894
17895 * textmodes/tex-mode.el (tex-region): Handle the case where the
17896 region is not in `tex-main-file'. Move the old code that applies
17897 to both cases...
17898 (tex-region-1): ...to this new function.
17899
17900 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * vc.el (vc-process-sentinel): New function.
17903 (vc-exec-after): Use it instead of using ugly hackish analysis and
17904 construction of Elisp code.
17905 (vc-sentinel-movepoint): New dynamically scoped var.
17906 (vc-print-log, vc-annotate): Set it to move the user's point.
17907
17908 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
17909 inhibit-modification-hooks.
17910
17911 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
17912 (calendar-bahai-print-date, calendar-bahai-goto-date)
17913 (diary-bahai-list-entries, diary-bahai-insert-entry):
17914 New names to clean up the namespace a bit more.
17915 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
17916
17917 2007-09-15 Glenn Morris <rgm@gnu.org>
17918
17919 * calendar/holidays.el (holiday-list): Rename it back to
17920 `list-holidays', but leave `holiday-list' as an alias.
17921
17922 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
17923 custom group.
17924
17925 * textmodes/css-mode.el (css): New custom group.
17926 (css-electrick-keys, css-selector, css-property)
17927 (css-indent-offset): Specify custom group.
17928
17929 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
17930
17931 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
17932 (cvs-execute-single-file): Use process-file.
17933 (cvs-run-process): Use start-file-process.
17934
17935 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
17936
17937 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
17938 level. Remove the hooks when turning off the mode.
17939
17940 * term/xterm.el: Require xt-mouse at compile time.
17941 (terminal-init-xterm): Turn on xterm mouse tracking for this
17942 terminal if xterm-mouse-mode is enabled.
17943
17944 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17945
17946 * term/xterm.el (xterm-function-map): Replace bindings that were
17947 deleted by the merge.
17948
17949 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
17950
17951 * play/bubbles.el (bubbles-version): Bump value to "0.5".
17952 (bubbles-mode-map): Move define-key statements here.
17953 (bubbles-game-theme-menu): Ditto.
17954 (bubbles-graphics-theme-menu): Ditto.
17955 (bubbles-menu): Ditto.
17956 (bubbles-mode): Initialize buffer-undo-list, redisplay.
17957 (bubbles--initialize): Reset buffer-undo-list, redisplay.
17958 (bubbles-plop): Set buffer-undo-list, redisplay.
17959 (bubbles-undo): Reset buffer-undo-list, redisplay.
17960 (bubbles--show-images): Take care of missing text properties.
17961
17962 2007-09-14 Glenn Morris <rgm@gnu.org>
17963
17964 * startup.el (fancy-startup-text, fancy-about-text): Fix face
17965 quoting.
17966
17967 * calendar/cal-hebrew.el, calendar/cal-menu.el
17968 * calendar/calendar.el, calendar/diary-lib.el
17969 * calendar/holidays.el: Rename all instances of
17970 list-calendar-holidays callers to calendar-list-holidays,
17971 list-holidays to holiday-list, check-calendar-holidays to
17972 calendar-check-holidays, mark-calendar-holidays to
17973 calendar-mark-holidays, and filter-visible-calendar-holidays to
17974 holiday-filter-visible-calendar.
17975
17976 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
17977
17978 * term/xterm.el (xterm-function-map): Add C-M- bindings.
17979
17980 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
17981
17982 * play/bubbles.el (bubbles--initialize-images): Fix bug:
17983 Use transparent background for empty cells in graphics mode.
17984
17985 2007-09-13 Jari Aalto <jari.aalto@cante.net>
17986
17987 * man.el (Man-default-man-entry): At end of line, continue looking
17988 to the next line for possible end of hyphenated command.
17989
17990 2007-09-13 Chris Moore <dooglus@gmail.com>
17991
17992 * shell.el (shell-resync-dirs): Don't move the cursor relative to
17993 the command being edited.
17994
17995 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
17996
17997 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
17998
17999 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
18000
18001 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18002 C-M-S- keys.
18003
18004 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18005
18006 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
18007
18008 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18009 New argument `filename-p' to use one set of confusing chars or another.
18010 (browse-url-file-url): Use the argument.
18011 Suggested by Johannes Weiner.
18012
18013 2007-09-12 Romain Francoise <romain@orebokech.com>
18014
18015 * cus-start.el (all): Revert 2007-09-08 change.
18016
18017 2007-09-12 Aaron Hawley <aaronh@garden.org>
18018
18019 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18020 extract .Z files, since it is more common than uncompress.
18021
18022 2007-09-12 Glenn Morris <rgm@gnu.org>
18023
18024 * textmodes/org-publish.el (org-publish-org-to-html): Remove
18025 duplicate function definition.
18026
18027 2007-09-10 Chris Moore <dooglus@gmail.com>
18028
18029 * diff-mode.el (diff-sanity-check-hunk):
18030 Also accept single-line hunks.
18031
18032 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
18033
18034 * startup.el (startup-screen-inhibit-startup-screen)
18035 (pure-space-overflow-message): New vars.
18036 (fancy-splash-insert): Allow functions for face and link specs.
18037 (fancy-splash-head): Remove unused arg. Move splash text...
18038 (fancy-startup-text, fancy-about-text): ...here.
18039 (fancy-startup-tail): Rename from fancy-splash-tail.
18040 (fancy-startup-screen, fancy-about-screen): Split off from
18041 fancy-splash-screens.
18042 (display-startup-screen): New function.
18043 (display-about-screen): Rename from display-splash-screen.
18044 (command-line-1): Use concise startup screen if necessary.
18045
18046 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
18047
18048 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18049 Reported by Jan Djärv <jan.h.d@swipnet.se>.
18050
18051 2007-09-10 Dave Love <fx@gnu.org>
18052
18053 * outline.el (outline-4, outline-5, outline-7):
18054 Move font-lock-builtin-face down from 4 to 7 to better keep the
18055 progression of color brightness, and to better match Org-mode's faces.
18056
18057 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18058
18059 * progmodes/meta-mode.el (meta-font-lock-keywords)
18060 (font-lock-match-meta-declaration-item-and-skip-to-next)
18061 (meta-comment-indent, meta-indent-previous-line)
18062 (meta-indent-unfinished-line, meta-beginning-of-defun)
18063 (meta-end-of-defun, meta-common-initialization): Handle \f.
18064 (meta-indent-unfinished-line): Do not handle a `%' in a string as
18065 a comment-start.
18066
18067 * files.el (file-modes-char-to-who, file-modes-char-to-right)
18068 (file-modes-rights-to-number): Auxiliary functions for symbolic to
18069 numeric notation of file modes.
18070 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
18071 numeric value.
18072 (read-file-modes): New. Read either an octal value of a file mode or a
18073 symbolic value, and return its numeric value.
18074
18075 * dired-aux.el (dired-do-chmod): Change to use the built-in
18076 `set-file-modes' and the previous symbolic mode parsing functions.
18077
18078 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18079
18080 * textmodes/texinfo.el: Remove spurious * in docstrings.
18081 (texinfo-mode-syntax-table, texinfo-mode-map):
18082 Initialize in the declaration.
18083
18084 * tmm.el: Remove spurious * in docstrings.
18085 (tmm-prompt): Use with-current-buffer.
18086
18087 * vcursor.el: Remove spurious * in docstrings.
18088 (vcursor-map): Initialize in the declaration.
18089 (vcursor-use-vcursor-map): Use define-minor-mode.
18090 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18091
18092 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18093 Initialize in the declaration.
18094 (widget-minor-mode): Use define-minor-mode.
18095
18096 * woman.el (woman-mode-map, woman-syntax-table):
18097 Initialize in the declaration.
18098
18099 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
18100
18101 * doc-view.el: New file.
18102
18103 2007-09-09 Juri Linkov <juri@jurta.org>
18104
18105 * Makefile.in (update-authors): Add etc/ to AUTHORS.
18106
18107 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18108
18109 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18110 to "Startup screen". Fix docstring.
18111 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18112 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18113 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18114 (initial-scratch-message): Fix docstring.
18115 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18116 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18117 Add link to "Customize Startup" and set interval between links to
18118 5 spaces.
18119 (fancy-about-text): Add links "Authors" and "Contributing".
18120 (fancy-splash-head): Add text "Welcome to " on the startup screen,
18121 and "This is " on the about screen. Add link to
18122 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18123 For the about screen move emacs version to the header from
18124 `fancy-splash-tail' (as it's done already for normal about screen).
18125 (fancy-splash-tail): Insert emacs version only for startup screen.
18126 (normal-splash-screen): Remove duplicate empty lines.
18127 (normal-about-screen): Add links "Authors" and "Contributing".
18128
18129 * menu-bar.el (menu-bar-help-menu):
18130 Move "About Emacs" and "About GNU" to the end of the Help menu.
18131 Move "Emacs Psychotherapist" after "Send Bug Report...".
18132 Move "External Packages" after "Find Emacs Packages".
18133
18134 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
18135
18136 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18137 they are useless with the byte compiler.
18138 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18139 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18140 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18141 (tramp-file-name-real-host, tramp-file-name-port)
18142 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18143 defuns.
18144
18145 * net/tramp-cache.el (top): Improve error message when
18146 `tramp-persistency-file-name' is corrupted.
18147
18148 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
18149
18150 * textmodes/org.el (org-re): Also replace the :alpha: class.
18151 (org-todo-tag-alist): Variable removed.
18152 (org-todo-key-alist, org-todo-key-trigger): New variables.
18153 (org-use-fast-todo-selection): New option.
18154 (org-log-done): Docstring fixed.
18155 (org-deadline-warning-days): New default value 14.
18156 (org-edit-timestamp-down-means-later): New option.
18157 (org-tag-alist): Docstring fixed.
18158 (org-fast-tag-selection-include-todo): New option.
18159 (org-export-language-setup): New languages added.
18160 (org-set-regexps-and-options): Compute the new variables.
18161 (org-paste-subtree): Cleaning up.
18162 (org-remember-apply-template): New escape %A.
18163 (org-todo): Call fast TODO selection.
18164 (org-fast-todo-selection): New function.
18165 (org-add-log-note): Allow prefix for abort exit.
18166 (org-at-property-p, org-entry-properties)
18167 (org-columns-get-autowidth-alist): Use :alpha: class.
18168 (org-get-wdays): New function.
18169 (org-agenda-remove-date): New variable.
18170 (org-agenda-get-deadlines): Use `org-get-wdays'.
18171 (org-agenda-get-deadlines): Reverse ee before returning.
18172 (org-format-agenda-item): New argument REMOVE-RE.
18173 (org-agenda-convert-date): Baha'i calendar added.
18174 (org-infile-export-plist): Also find DATE line.
18175 (org-get-min-level): New function.
18176 (org-export-as-html, org-export-as-ascii): Use the date format.
18177 (org-shiftup, org-shiftdown): Use.
18178 `org-edit-timestamp-down-means-later'.
18179 (org-assign-fast-keys): New function.
18180
18181 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
18182
18183 * cus-start.el (all): Add prefer-window-split-horizontally from
18184 window.c.
18185
18186 2007-09-08 Eli Zaretskii <eliz@gnu.org>
18187
18188 * net/browse-url.el (browse-url-galeon): Fix last change.
18189 (top-level): Require cl when compiling.
18190
18191 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
18192
18193 * textmodes/org-export-latex.el: arch-tag restored.
18194
18195 * textmodes/org-publish.el: arch-tag restored.
18196
18197 2007-09-08 Masatake YAMATO <jet@gyve.org>
18198
18199 * progmodes/which-func.el (which-func-modes): Add diff-mode.
18200
18201 * progmodes/cc-langs.el: Support new keywords added to
18202 objective-c frontend of gcc.
18203 (c-simple-stmt-kwds): Add @throw.
18204 (c-block-stmt-2-kwds): Add @synchronized.
18205 (c-block-stmt-1-kwds): Add @finally and @try.
18206
18207 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
18208
18209 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18210 (org-agenda-after-show-hook): New variable.
18211 (org-columns-compile-format)
18212 (org-columns-get-autowidth-alist, org-buffer-property-keys)
18213 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18214 property names.
18215 (org-get-wdays): New function.
18216
18217 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18218
18219 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18220
18221 * term/xterm.el (xterm-function-map): Initialize in the declaration.
18222
18223 * vc-arch.el (vc-arch-checkin): Fix typo.
18224
18225 2007-09-07 Johan Bockgård <bojohan@gnu.org>
18226
18227 * cus-face.el (custom-theme-set-faces): Set face attributes
18228 locally for each frame.
18229
18230 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18231
18232 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18233 via font-lock-defaults.
18234
18235 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18236 derived-mode-p.
18237
18238 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
18239
18240 * progmodes/autoconf.el (autoconf-definition-regexp):
18241 Handle optional square brackets around definition name.
18242
18243 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
18244
18245 * net/browse-url.el (browse-url-browser-function): Add elinks.
18246 (browse-url-elinks-wrapper): New option.
18247 (browse-url-encode-url, browse-url-elinks)
18248 (browse-url-elinks-sentinel): New functions.
18249 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18250 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18251 Use new function browse-url-encode-url.
18252
18253 2007-09-07 Glenn Morris <rgm@gnu.org>
18254
18255 * version.el (emacs-version): Revert 2007-08-29 change: no need to
18256 say if multi-tty is present.
18257
18258 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18259
18260 * cus-start.el (split-window-preferred-function): Add custom info.
18261
18262 * calendar/holidays.el (holiday-list, calendar-check-holidays)
18263 (calendar-mark-holidays, calendar-list-holidays)
18264 (holiday-filter-visible-calendar): New names to clean up namespace.
18265 (filter-visible-calendar-holidays, list-calendar-holidays)
18266 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18267 Add compatibility aliases.
18268 (calendar-check-holidays, calendar-mark-holidays)
18269 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18270 (holiday-sexp): Replace append with list.
18271 (holiday-filter-visible-calendar): Replace append with push.
18272
18273 * woman.el: Remove spurious * in docstrings.
18274 (woman-mini-help, woman-non-underline-faces, woman0-rename)
18275 (woman-topic-all-completions-merge, woman-file-name-all-completions)
18276 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18277 (woman-write-directory-cache, woman-display-extended-fonts)
18278 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18279 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18280 (woman-mode): Use inhibit-read-only.
18281 (woman-negative-vertical-space): Use dotimes.
18282 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18283
18284 2007-09-06 Romain Francoise <romain@orebokech.com>
18285
18286 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18287 (vc-bzr-workfile-version): Use it.
18288
18289 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
18290
18291 * complete.el (PC-do-completion): Don't try to treat
18292 empty string as an abbreviation.
18293
18294 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
18295
18296 * help-fns.el (describe-variable): Keep doc's text properties.
18297
18298 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
18299
18300 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18301 instead of a file.
18302
18303 2007-09-06 Glenn Morris <rgm@gnu.org>
18304
18305 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18306 (checkdoc-minor-mode): Allow user to specify lighter via
18307 checkdoc-minor-mode-string.
18308
18309 2007-09-05 Richard Stallman <rms@gnu.org>
18310
18311 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18312 Several items removed, simplified, or put on one line.
18313 (fancy-about-text): Add substantial contents, part of startup text.
18314 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18315 (normal-splash-screen): Call normal-mouse-startup-screen,
18316 normal-no-mouse-startup-screen, or normal-about-screen.
18317 (normal-mouse-startup-screen): New fn, broken out, shortened.
18318 (normal-no-mouse-startup-screen): New fn, broken out.
18319 (normal-about-screen): New function, contents all new.
18320
18321 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
18322
18323 * emacs-lisp/rx.el (rx): Fix typo in docstring.
18324
18325 2007-09-05 Glenn Morris <rgm@gnu.org>
18326
18327 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18328 is bound.
18329
18330 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
18331
18332 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18333 in doc string.
18334
18335 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18336
18337 * server.el (server-start, server-unload-hook): Undo previous change.
18338
18339 * xt-mouse.el: Undo previous change.
18340
18341 2007-09-04 Juri Linkov <juri@jurta.org>
18342
18343 * startup.el (fancy-about-text): New variable.
18344 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18345 (fancy-current-text, fancy-splash-stop-time)
18346 (fancy-splash-outer-buffer): Remove variables.
18347 (fancy-splash-head, fancy-splash-tail): Add new optional argument
18348 `startup' and use it to conditionally display different texts for
18349 Startup and About screens. Don't display Help commands on the About
18350 screen.
18351 (fancy-splash-screens-1): Remove function and move its content to
18352 `fancy-splash-screens' to the part that dislpays the About screen.
18353 (exit-splash-screen): Don't treat specially exiting from
18354 alternating screens.
18355 (fancy-splash-screens): Rename argument `static' to `startup'.
18356 Fix docstring. Remove code for displaying alternating screens.
18357 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18358 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18359 for `inhibit-read-only'.
18360 (normal-splash-screen): Rename argument `static' to `startup'.
18361 Fix docstring. Use argument `startup' to conditionally display
18362 different texts for Startup and About screens. Don't display Help
18363 commands on the About screen. Remove `unwind-protect' `sit-for'
18364 delay and `kill-buffer' after it.
18365 (display-startup-echo-area-message): Remove call to
18366 `use-fancy-splash-screens-p' because image.el is preloaded and
18367 doesn't display "Loading image... done".
18368 (display-splash-screen): Rename argument `static' to `startup'.
18369 Fix docstring.
18370
18371 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18372
18373 * server.el (server-start, server-unload-hook):
18374 suspend-tty-functions has been renamed to suspend-tty-hook.
18375
18376 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
18377 resume-tty-hook.
18378
18379 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
18380
18381 * loadup.el: Fix merge problem, only load "button" once.
18382
18383 2007-09-03 Glenn Morris <rgm@gnu.org>
18384
18385 * vc-svn.el (vc-svn-print-log): If there is only one file, use
18386 "Working file:" as the prefix, for the sake of
18387 log-view-current-file.
18388
18389 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18390
18391 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18392 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18393 if the selected frames is in
18394 xterm-modify-other-keys-terminal-list.
18395 (xterm-turn-off-modify-other-keys): Add an optional frame
18396 parameter. Only turn off modify-other-keys if FRAME is in
18397 xterm-modify-other-keys-terminal-list.
18398 (xterm-remove-modify-other-keys): New function.
18399 (terminal-init-xterm): Use it. Deal with delete-frame hook.
18400 Add the selected frame to xterm-modify-other-keys-terminal-list.
18401
18402 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
18403
18404 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18405 (icon-map-list): New variable.
18406 (x-gtk-map-stock): Use icon-map-list.
18407
18408 2007-09-02 Romain Francoise <romain@orebokech.com>
18409
18410 * log-view.el (log-view-current-file): Balance parens.
18411
18412 2007-09-02 Glenn Morris <rgm@gnu.org>
18413
18414 * comint.el (comint-mode): Don't set scroll-conservatively.
18415
18416 * eshell/em-unix.el (eshell/time): Stringify and flatten the
18417 non-command arguments.
18418
18419 * log-view.el (log-view-current-file): Give a more explicit error
18420 if log-view-file-re fails to find a match.
18421
18422 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18423
18424 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18425 Fix bug: Don't expand top-level file name more than once.
18426 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18427
18428 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18429
18430 * server.el (server-process-filter): Don't display the splash screen.
18431 It's annoying enough on the initial screen and becomes positively
18432 obnoxious here.
18433
18434 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18435
18436 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18437 Change naming to use "avl-tree--" for internal functions.
18438
18439 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
18440
18441 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18442 the merge.
18443 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18444 (provide): Move to the end of file.
18445
18446 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18447
18448 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
18449
18450 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18451 New variable. List of exceptions for the duplicated word rule.
18452 (flyspell-mark-duplications-flag): Mention it.
18453 (flyspell-word): Treat it.
18454
18455 * files.el (create-file-buffer): If the filename sans directory starts
18456 with spaces, remove them.
18457
18458 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
18459
18460 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18461 (x-gtk-map-stock): Use two directory elements when matching
18462 file name.
18463
18464 2007-08-31 James Wright <james@chumsley.org>
18465
18466 * eshell/em-unix.el (eshell/info): New function.
18467
18468 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18469
18470 * frame.el (frame-initialize, make-frame):
18471 * server.el (server-process-filter):
18472 * faces.el (tty-set-up-initial-frame-faces): Don't set
18473 term-environment-variable since it's not used any more.
18474
18475 * env.el (setenv): Don't treat $TERM specially.
18476
18477 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18478 stated otherwise, subprocesses do not send back escape sequences
18479 corresponding to the terminal from which Emacs was started.
18480
18481 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
18482
18483 * calculator.el: Require cl for compilation.
18484
18485 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
18486
18487 * outline.el (outline-font-lock-levels): Comment out unused var.
18488 (outline-font-lock-face): Wrap around face list to handle any
18489 nesting depth gracefully.
18490
18491 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
18492
18493 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18494 `set-file-times'.
18495
18496 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
18497
18498 * textmodes/org.el (org-export-visible): Fix drawers before export.
18499 (org-do-sort): Allow sorting by priority.
18500 (org-agenda-files): Ignore non-existing files.
18501 (org-agenda-skip-unavailable-files): New variable.
18502 (org-ellipsis): All a face as value.
18503 (org-mode): Interprete the face value of `org-ellipsis'.
18504 (org-archive-save-context-info): New option.
18505 (org-archive-subtree): Store context info in archived entry.
18506 (org-fast-tag-selection-can-set-todo-state): New variable.
18507 (org-fast-tag-selection): Allow setting TODO states through this
18508 interface.
18509 (org-cycle): Docstring updated.
18510 (org-todo-keyword-faces): New option.
18511 (org-get-todo-face): New function.
18512 (org-set-font-lock-defaults, org-agenda-highlight-todo):
18513 Use `org-get-todo-face'.
18514 (org-switch-to-buffer-other-window): New function.
18515 (org-table-edit-field, org-table-show-reference)
18516 (org-table-edit-formulas, org-add-log-note)
18517 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18518 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18519 `switch-to-buffer-other-window' to make sure that the temporary
18520 windows show up on the current frame.
18521 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18522 (org-get-entries-from-diary, org-replace-region-by-html):
18523 Don't allow pop-up frames.
18524 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18525 Fix problems with time-of-day.
18526 (org-export-get-title-from-subtree): New function.
18527 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18528 with listing items that are DONE.
18529 (org-change-tag-in-region): New command.
18530 (org-agenda-skip-scheduled-if-done)
18531 (org-agenda-skip-deadline-if-done): Docstring clarified.
18532 (org-mode): Hide drawers on startup.
18533 (org-get-todo-face): New function.
18534 (org-todo-keyword-faces): New option.
18535 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18536 (org-remove-keyword-keys): New function.
18537
18538 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
18539
18540 * progmodes/grep.el (grep-find-ignored-directories):
18541 Add monotone _MTN bookkeeping directory in workspaces.
18542 Add RCS control directory. List items in alphabetical order.
18543
18544 * progmodes/grep.el (grep-files-aliases): Add cc alias.
18545 Sort items in alphabetical order. Fix parens.
18546
18547 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18548
18549 * vc-hg.el (vc-hg-extra-menu-map): New variable.
18550 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18551 (vc-hg-pull): New functions.
18552 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18553
18554 * term/mac-win.el: Don't require url, only autoloaded url
18555 functions are used in this file.
18556
18557 2007-08-29 Andreas Schwab <schwab@suse.de>
18558
18559 * shell.el (shell): Return correct value from interactive spec.
18560
18561 2007-08-29 Glenn Morris <rgm@gnu.org>
18562
18563 * version.el (emacs-version): Increase to 23.0.50.
18564
18565 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
18566
18567 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18568
18569 2007-08-29 Juri Linkov <juri@jurta.org>
18570
18571 * loadup.el: Add "button" loading after "faces" and move "startup"
18572 to load after "button".
18573
18574 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18575
18576 * loadup.el: Load term/mac-win on a Mac using Carbon.
18577
18578 * term/mac-win.el: Provide mac-win.
18579 (mac-initialized): New variable.
18580 (mac-initialize-window-system): New function. Move global setup here.
18581 (handle-args-function-alist, frame-creation-function-alist):
18582 (window-system-initialization-alist): Add mac entries.
18583 (x-setup-function-keys): New function containing all the
18584 top level function key definitions.
18585
18586 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18587
18588 * env.el (read-envvar-name): Don't consider the environment frame param.
18589
18590 * env.el (setenv):
18591 * frame.el (frame-initialize, make-frame):
18592 * faces.el (tty-set-up-initial-frame-faces):
18593 * server.el (server-process-filter): Set
18594 display-environment-variable and term-environment-variable.
18595
18596 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18597
18598 2007-08-29 Jason Rumney <jasonr@gnu.org>
18599
18600 * loadup.el: Only load term/x-win when X is compiled in.
18601 Load term/w32-win and dependencies on windows-nt.
18602
18603 * term/w32-win.el: Reorder to match x-win.el more closely.
18604 Provide w32-win. Don't throw error when global window-system not w32.
18605 (internal-face-interactive): Remove obsolete function.
18606 (x-setup-function-keys): Use local-function-key-map.
18607 (w32-initialized): New variable.
18608 (w32-initialize-window-system): Set it.
18609 Move more global setup here.
18610 (x-setup-function-keys): New function.
18611 (w32-initialize-window-system): Move non function key global setup here.
18612 (x-cut-buffer-max): Remove.
18613 (w32-initialize-window-system): New function.
18614 (handle-args-function-alist, frame-creation-function-alist):
18615 (window-system-initialization-alist): Add w32 entries.
18616
18617 2007-08-29 David Kastrup <dak@gnu.org>
18618
18619 * env.el (getenv): Pass frame to getenv-internal.
18620
18621 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
18622
18623 * version.el (emacs-version): Show if multi-tty is present.
18624
18625 * loadup.el: Delay loading env; mule-conf gets confused by cl
18626 during bootstrap. Also load termdev and term/x-win.
18627
18628 * bindings.el (mode-line-client): New variable.
18629 (help-echo): Add it to the default mode-line format.
18630
18631 * cus-start.el: Remove bogus window-system reference from GTK test.
18632
18633 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18634 (ebrowse-electric-position-mode-map):
18635 * ebuff-menu.el (electric-buffer-menu-mode-map):
18636 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18637 not `suspend-emacs'.
18638
18639 * ediff-wind.el (ediff-setup-windows-automatic): New function.
18640 (ediff-window-setup-function): Use it as default.
18641
18642 * files.el (save-buffers-kill-terminal): New function.
18643 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18644
18645 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18646 and `with-selected-frame'.
18647
18648 * help-fns.el (describe-variable): Describe frame-local variables
18649 correctly.
18650
18651 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18652 display support.
18653 (normal-erase-is-backspace-setup-frame): New function.
18654
18655 * subr.el (with-selected-frame): New function.
18656 (read-quoted-char): Use terminal-local binding of
18657 local-function-key-map instead of function-key-map.
18658
18659 * talk.el (talk): New function.
18660 (talk-handle-delete-frame): New function.
18661 (talk-add-display): Open a new frame only if FRAME was not a frame.
18662
18663 * termdev.el: New file.
18664
18665 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
18666 * term/x-win.el: Don't bind f10.
18667 * tmm.el: Remove autoload binding for f10.
18668
18669 * international/encoded-kb.el (encoded-kbd-setup-display): Use
18670 `set-input-meta-mode'. Fix broken condition before set-input-mode.
18671 Store the saved input method as a terminal parameter. Add keymap
18672 parameter. Use it instead of changing key-translation-map directly.
18673 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18674 Remove.
18675 (encoded-kbd-setup-display): New function.
18676
18677 * international/mule-cmds.el (set-locale-environment): Fix getenv
18678 call. Use save-buffers-kill-terminal. Ignore window-system; always
18679 set the keyboard coding system. Add DISPLAY parameter.
18680 (set-display-table-and-terminal-coding-system): Add DISPLAY
18681 parameter. Pass it to set-terminal-coding-system.
18682
18683 * international/mule.el (keyboard-coding-system): Test for
18684 encoded-kbd-setup-display, not encoded-kbd-mode.
18685 (set-terminal-coding-system, set-keyboard-coding-system): Add
18686 DISPLAY parameter.
18687 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18688
18689 * term/README: Update.
18690
18691 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18692
18693 * term/x-win.el (x-setup-function-keys): New function. Move
18694 function-key-map tweaks here. Protect against multiple calls on
18695 the same terminal. Use terminal-local binding of
18696 local-function-key-map instead of function-key-map.
18697 (x-initialize-window-system): Make a copy of pure list. Pass a
18698 frame getenv.
18699
18700 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18701 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18702 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18703 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18704 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18705 local-function-key-map instead of function-key-map.
18706
18707 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18708 `substitute-key-definition' and `define-key' calls against
18709 multiple execution. Use terminal-local binding of
18710 local-function-key-map instead of function-key-map. Pass a frame
18711 to getenv.
18712
18713 * edmacro.el (edmacro-format-keys):
18714 * emulation/cua-base.el (cua--pre-command-handler):
18715 * isearch.el (isearch-other-meta-char):
18716 * xt-mouse.el: Use terminal-local binding of
18717 local-function-key-map instead of function-key-map.
18718
18719 * fringe.el (set-fringe-mode): Simplify and fix using
18720 `modify-all-frames-parameters'.
18721 * scroll-bar.el (set-scroll-bar-mode): Ditto.
18722 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
18723 check before calling `tool-bar-setup'.
18724 (tool-bar-setup): New variable.
18725 (tool-bar-setup): Use it to guard against multiple calls. Add
18726 optional frame parameter, and select that frame before adding items.
18727 (toggle-tool-bar-mode-from-frame): New function.
18728
18729 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18730 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18731 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18732 "Tool-bar" toggles to reflect the state of the current frame.
18733 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18734
18735 * env.el: Require cl for byte compilation (for `block' and `return').
18736 (environment, setenv-internal): New functions.
18737 (let-environment): New macro.
18738 (setenv, getenv): Add optional terminal parameter. Update docs.
18739 (setenv): Use setenv-internal. Always set process-environment.
18740 Handle `local-environment-variables'.
18741 (read-envvar-name, setenv, getenv): Use frame parameters
18742 to store the local environment, not terminal parameters. Include
18743 `process-environment' as well.
18744
18745 * faces.el (tty-run-terminal-initialization): New function.
18746 (tty-create-frame-with-faces): Use it. Set up faces and
18747 background mode only after the terminal has been initialized.
18748 Call terminal-init-*. Don't load the initialization file more
18749 than once. Call set-locale-environment.
18750 (frame-set-background-mode): Handle the 'background-mode terminal
18751 parameter.
18752 (tty-find-type): New function.
18753 (x-create-frame-with-faces): Remove bogus check for
18754 first frame. Call `tool-bar-setup'. Don't make frame visible
18755 until we are done setting up all its parameters. Call
18756 x-setup-function-keys.
18757
18758 * frame.el (make-frame): Always inherit 'environment and 'client
18759 parameters. Set up the 'environment frame parameter, when needed.
18760 Also inherit 'client parameter. Don't override explicitly
18761 specified values with inherited ones. Add 'terminal frame
18762 parameter. Append window-system-default-frame-alist to parameters
18763 before calling frame-creation-function.
18764 (frame-initialize): Copy the environment from the initial frame.
18765 (window-system-default-frame-alist): Enhance doc string.
18766 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18767 `default-frame-alist' when initial frame is on a tty.
18768 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18769 Remove specified parameters from `window-system-default-frame-alist'.
18770 (make-frame-on-tty, framep-on-display, suspend-frame):
18771 Extend doc string, update parameter names.
18772 (frames-on-display-list): Use terminal-id to get the display id.
18773 (frame-notice-user-settings): Extend to apply
18774 settings in `window-system-default-frame-alist' as well.
18775 (terminal-id, terminal-parameters, terminal-parameter)
18776 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18777 (delete-frame-functions): Add to `delete-frame-functions' hook.
18778 (blink-cursor-mode): Adapt blink-cursor-mode default
18779 value from startup.el.
18780 (make-frame-on-display): Protect condition on x-initialized when
18781 x-win.el is not loaded. Update doc.
18782 (suspend-frame): Use display-controlling-tty-p to decide between
18783 suspend-emacs and suspend-tty.
18784 (frames-on-display-list): Update for display ids.
18785 (framep-on-display): Ditto.
18786 (suspend-frame): Use display-name, not frame-tty-name.
18787 (selected-terminal): New function.
18788
18789 * server.el: Use `device' instead of `display' or `display-id' in
18790 variable and client parameter names.
18791 (server-select-display): Remove (unused).
18792 (server-tty-live-p, server-handle-delete-tty): Remove.
18793 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18794 Update docs.
18795 (server-getenv-from, server-with-environment, server-send-string)
18796 (server-save-buffers-kill-terminal): New functions.
18797 (server-delete-client): Handle quits in kill-buffer. Don't kill
18798 modified buffers. Add extra logging. Delete frames after
18799 deleting the tty. Clear 'client parameter before deleting a frame.
18800 Use delete-display, not delete-tty.
18801 (server-visit-files): Don't set `server-existing-buffer' if the
18802 buffer already has other clients. Return list of buffers
18803 created. Update doc. Don't set client-record when nowait.
18804 (server-handle-delete-frame): Delete the client if this was its
18805 last frame. Check that the frame is alive. Remove bogus comment.
18806 Add note on possible race condition. Delete tty clients, if needed.
18807 (server-handle-suspend-tty): Use server-send-string. Kill the
18808 client in case of errors from process-send-string. Use the display
18809 parameter.
18810 (server-unload-hook): Remove obsolete delete-tty hook.
18811 (server-start): Ask before restarting if the old server still has
18812 clients. Add feedback messages. Remove obsolete delete-tty hook.
18813 (server-process-filter): Use server-send-string. Accept `-dir'
18814 command. Switch to *scratch* immediately after creating the frame,
18815 before evaluating any -evals. Protect `display-splash-screen'
18816 call in a condition-case. Explain why. Call
18817 `display-startup-echo-area-message' before
18818 `display-splash-screen'. Don't display the splash screen when no
18819 frame was created. Show the Emacs splash screen and startup echo
18820 area message. Display the *scratch* buffer by default. Store the
18821 local environment in a frame (not terminal) parameter. Do not try
18822 to decode environment strings. Fix reference to the 'display
18823 frame parameter. Change syntax of environment variables. Put
18824 environment into terminal parameters, not client parameters. Use
18825 a dummy client with --no-wait's X frames. In `-position LINE'
18826 handler, don't ruin the request string until the line number is
18827 extracted. Log opened files. Handle -current-frame command.
18828 Don't create frames when it is given. Don't bind X frames to the
18829 client when we are in -no-wait mode. Set locale environment
18830 variables from client while creating tty frames. Disable call to
18831 configure-display-for-locale. When processing -position command,
18832 don't change the request string until the parameters are
18833 extracted. Don't try to create an X frame when Emacs does not
18834 support it. Improve logging. Temporarily set ncurses-related
18835 environment variables to those of the client while creating a new
18836 tty frame. Select buffers opened by nowait clients, don't leave
18837 them buried under others. Set the display parameter, and use it
18838 when appropriate.
18839
18840 * startup.el (display-startup-echo-area-message): Handle
18841 `inhibit-startup-echo-area-message' here.
18842 (command-line-1): Moved from here.
18843 (fancy-splash-screens): Use `overriding-local-map' instead of
18844 `overriding-terminal-local-map' for now; the latter doesn't work
18845 right, it looses keypresses to another terminal. Use
18846 `overriding-terminal-local-map' to set up keymap. Install a
18847 `delete-frame-functions' hook to catch `delete-frame' events.
18848 Ignore `select-window' events to cope better with
18849 `focus-follows-mouse'. Don't switch back to the original buffer
18850 if the splash frame has been killed. Restore previous buffer, even
18851 if it's *scratch*.
18852 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18853 changes the global binding - setq it instead. Use
18854 `save-buffers-kill-terminal'.
18855 (display-splash-screen): Don't do anything if the splash screen is
18856 already displayed elsewhere.
18857 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18858 (command-line): Replace duplicated code with a call to
18859 tty-run-terminal-initialization. Don't load the terminal
18860 initialization file more than once. Remove call to nonexistent
18861 function `set-locale-translation-file-name'.
18862
18863 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18864 parameters.
18865 (xterm-mouse-position-function, xterm-mouse-event): Update.
18866 (xterm-mouse-mode): Don't depend on current value of window-system.
18867 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18868 Update for multi-tty.
18869 (turn-on-xterm-mouse-tracking-on-terminal)
18870 (turn-off-xterm-mouse-tracking-on-terminal)
18871 (xterm-mouse-handle-delete-frame): New functions.
18872 (delete-frame-functions, after-make-frame-functions)
18873 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18874 for multi-tty.
18875
18876 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18877
18878 * simple.el (invisible-p): Remove: implemented in C now.
18879 (line-move-invisible-p): Remove obsolete alias.
18880
18881 2007-08-28 Juri Linkov <juri@jurta.org>
18882
18883 * image-mode.el (image-type): New variable.
18884 (image-mode): Set default major mode name to "Image[text]".
18885 (image-minor-mode): Change LIGHTER to display image-type in the
18886 mode line.
18887 (image-minor-mode): Set default image-type to "text".
18888 (image-toggle-display): After switching to text mode, set
18889 image-type to "text" and major mode name to "Image[text]".
18890 After switching to image mode, set image-type to actual image
18891 type, and add image type to major mode name. Let-bind the same
18892 variable names as arguments of `image-type' and `create-image'.
18893 Bind `type' to the result of `image-type' and use it as arg
18894 of `create-image' to not determine the image type twice.
18895
18896 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
18897
18898 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
18899 (tramp-set-file-uid-gid, tramp-get-local-uid)
18900 (tramp-get-local-gid): New defuns.
18901 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
18902 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
18903 Improve fast track.
18904 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
18905 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
18906 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
18907 (tramp-handle-write-region): Improve fast track.
18908 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
18909 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
18910 be nil.
18911
18912 2007-08-28 Ivan Kanis <apple@kanis.eu>
18913
18914 * time.el: New feature to display several time zones in a buffer.
18915 (display-time-world-mode, display-time-world-display)
18916 (display-time-world, display-time-world-timer): New functions.
18917 (display-time-world-list, display-time-world-time-format)
18918 (display-time-world-buffer-name, display-time-world-timer-enable)
18919 (display-time-world-timer-second, display-time-world-mode-map):
18920 New variables.
18921
18922 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
18923
18924 * term/x-win.el (x-gtk-stock-map): New variable.
18925 (x-gtk-map-stock): New function.
18926
18927 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
18928 prev/next-node.
18929
18930 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
18931
18932 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
18933
18934 2007-08-28 Glenn Morris <rgm@gnu.org>
18935
18936 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
18937
18938 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
18939
18940 * progmodes/modula2.el (m2-definition, m2-module):
18941 Don't use previous-line. Reported by T. V. Raman.
18942
18943 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18944
18945 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
18946 argument to tool-bar-mode call.
18947
18948 2007-08-27 Glenn Morris <rgm@gnu.org>
18949
18950 * diff-mode.el (diff-find-file-name): Only accept regular files,
18951 to rule out /dev/null, directories, etc.
18952
18953 * vc-svn.el (vc-svn-diff): If the repository version of all the
18954 files is the same as the specified OLDVERS, do a local diff.
18955
18956 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
18959 of buffers in uniquify-managed.
18960
18961 * simple.el (invisible-p): Rename from text-invisible-p.
18962 Update callers.
18963
18964 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
18965 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
18966 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
18967 (cperl-etags-goto-tag-location): Use new style backquotes.
18968
18969 * net/browse-url.el: Remove spurious * in custom docstrings.
18970 (browse-url-filename-alist): Use new-style backquote.
18971
18972 * emacs-lisp/backquote.el (backquote-unquote-symbol)
18973 (backquote-splice-symbol): Clarify they're not new-style unquotes.
18974
18975 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
18976 (\,@): Backslash the , and ,@ which are not new-style unquotes.
18977
18978 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
18979
18980 * net/socks.el (socks-username/password-auth-filter):
18981 Remove unused vars `state' and `desired-len'.
18982 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
18983 (socks-wait-for-state-change): Use new-style backquotes.
18984
18985 * pcvs.el (cvs-mode-status): Fix long-standing typo.
18986
18987 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
18988 backquotes after each `read' rather than once per buffer.
18989
18990 * dframe.el: Remove spurious * in custom docstrings.
18991 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
18992 (dframe-xemacs20p): Remove, inline at the sole use point.
18993 (defface): Don't defvar the face, don't use old-style backquote.
18994 (defcustom): Don't use old-style backquote.
18995 (dframe-frame-parameter, dframe-mouse-event-p):
18996 Make it obvious that it's always defined.
18997 (dframe-popup-kludge): New function to replace
18998 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
18999 (dframe-frame-mode, dframe-set-timer-internal)
19000 (dframe-mouse-set-point): Remove use of with-no-warnings from
19001 XEmacs-specific code.
19002 (dframe-set-timer-internal): Fix very old bug with
19003 post-command-idle-hook.
19004
19005 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19006
19007 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19008 warning if the file uses old style backquotes.
19009
19010 * emacs-lisp/bytecomp.el (byte-compile-log-file)
19011 (byte-recompile-directory, byte-compile-file)
19012 (byte-compile-from-buffer): Use with-current-buffer.
19013
19014 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19015 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19016 (line-move-1, line-move-finish, line-move-to-column)
19017 (move-end-of-line, move-beginning-of-line): Use new name.
19018
19019 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19020
19021 * progmodes/ada-mode.el: Fix up comment style in header.
19022 (ada-check-emacs-version): Remove.
19023 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19024 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19025 to try and quieten the byte-compiler.
19026 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19027
19028 * vc.el (vc-annotate-warp-version): Don't use previous-line.
19029
19030 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
19031
19032 * net/browse-url.el (browse-url-emacs): New function.
19033
19034 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19035
19036 * emacs-lisp/avl-tree.el: New file.
19037
19038 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
19039
19040 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19041 was used.
19042
19043 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
19044
19045 * complete.el (PC-do-completion): Make RET accept a non-unique but
19046 complete expansion again.
19047
19048 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
19049
19050 * eshell/esh-opt.el (eshell-eval-using-options):
19051 Add debug declaration.
19052
19053 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19054
19055 * log-view.el (log-view-toggle-mark-entry): Add docstring.
19056 (log-view-get-marked): Likewise.
19057
19058 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19059 (vc-delete-automatic-version-backups): Likewise.
19060
19061 * vc.el (vc-dired-buffers-for-dir): Likewise.
19062
19063 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
19064
19065 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19066 safe-local-variable setting.
19067 * progmodes/perl-mode.el (perl-indent-level): Likewise.
19068
19069 * log-view.el (log-view-marked-list): Delete variable.
19070 (log-view-mode): Don't use it.
19071 (log-view-toggle-mark-entry): Likewise, simplify.
19072 (log-view-current-tag): Don't return properties.
19073 (log-view-get-marked): New function.
19074
19075 2007-08-25 Alexandre Julliard <julliard@winehq.org>
19076
19077 * vc-git.el (vc-git-mode-line-string): New function.
19078
19079 2007-08-25 Alan Mackenzie <acm@muc.de>
19080
19081 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19082 new language variable.
19083
19084 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19085 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19086 "extern" etc., rather than BOI. Fix addition of spurious
19087 syntactic-symbol 'defun-block-intro, replacing it with
19088 'innamespace, etc.
19089
19090 2007-08-25 Juri Linkov <juri@jurta.org>
19091
19092 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19093
19094 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19095 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19096 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19097
19098 * image.el (image-type-header-regexps): Use more complex regexp for svg.
19099 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19100 (image-type-auto-detectable): Add (svg . maybe).
19101
19102 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19103 to treat it like .tgz.
19104
19105 * calendar/cal-bahai.el: Add file coding cookie.
19106
19107 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
19108
19109 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19110 Don't behave differently when executed via M-x. Add doc string.
19111
19112 * sort.el (sort-fold-case, sort-numeric-base): Mark as
19113 safe-local-variable.
19114
19115 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
19116
19117 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19118 the default value.
19119 (math-calendar-tzinfo): New variable.
19120 (math-get-calendar-tzinfo): New function.
19121 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19122 to get information when zone is nil.
19123
19124 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
19125
19126 * log-view.el (log-view-toggle-mark-entry): New function.
19127 (log-view-mode-map): Bind it.
19128 (log-view-marked-list): New variable.
19129 (log-view-mode): Make it local.
19130
19131 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19132
19133 * play/zone.el (zone-pgm-rat-race): New func.
19134 (zone-programs): Add `zone-pgm-rat-race'.
19135
19136 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19139 a list.
19140
19141 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19142
19143 * progmodes/hideshow.el (hs-match-data): Delete alias.
19144 (hs-hide-block-at-point, hs-find-block-beginning)
19145 (hs-show-block): Use `match-data' directly.
19146
19147 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19148
19149 * format.el (format-alist): Fix typo in doc-string.
19150
19151 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
19152
19153 * net/tramp.el (tramp-local-host-p): New defun.
19154 (tramp-handle-file-local-copy, tramp-handle-write-region):
19155 Implement fast track when being on the local host.
19156 (tramp-file-name-handler): Don't set "started" property. It shall
19157 be reserved for the "ftp" method.
19158 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19159
19160 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19161 (tramp-ftp-file-name-handler): Set "started" property.
19162
19163 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
19164
19165 * files.el (backup-buffer-copy): Don't wrap delete in
19166 condition-case, only try to delete if file exists.
19167
19168 2007-08-24 Glenn Morris <rgm@gnu.org>
19169
19170 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19171
19172 * startup.el (tutorial-directory): Set with eval-at-startup so it
19173 gets the right value in an installed Emacs.
19174
19175 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19176
19177 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19178 (eldoc-highlight-function-argument): Use it.
19179
19180 2007-08-23 Masatake YAMATO <jet@gyve.org>
19181
19182 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19183 name of parameters in document body.
19184
19185 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19188 (byte-compile-output-as-comment): Use with-current-buffer rather than
19189 a weird set-buffer&prog1 combination.
19190
19191 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19192 test so as to optimise cases where the `progn's result is constant.
19193
19194 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19195
19196 * locate.el (locate-get-file-positions):
19197 Use line-beginning-position and line-end-position.
19198
19199 2007-08-23 John Wiegley <johnw@newartisans.com>
19200
19201 * calendar/cal-bahai.el: Added in the diacriticals that were
19202 missing for many of the month names.
19203
19204 2007-08-22 Jason Rumney <jasonr@gnu.org>
19205
19206 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19207
19208 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
19209
19210 * image-mode.el (image-minor-mode): Use image-mode-text-map.
19211
19212 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
19213
19214 * dabbrev.el (dabbrev--progress-reporter): New variable.
19215 (dabbrev--scanning-message): Delete func.
19216 (dabbrev--find-expansion): Use a progress reporter
19217 instead of dabbrev--scanning-message.
19218
19219 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19220
19221 * comint.el (comint-exec-1): Raise an error if
19222 `start-file-process' does not return a process object.
19223
19224 * shell.el (shell): Prompt for `default-directory' if it is a
19225 remote file name, and if called with a prefix arg.
19226
19227 2007-08-22 Sam Steingold <sds@gnu.org>
19228
19229 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19230
19231 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
19232
19233 * textmodes/org-export-latex.el: New file.
19234
19235 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19236
19237 * textmodes/org.el (org-agenda-skip): Allow a form for
19238 `org-agenda-skip-function'.
19239 (org-agenda-redo): Re-use local settings.
19240 (org-agenda): Store local settings.
19241 (org-agenda-deadline-faces): New option.
19242 (org-agenda-deadline-face): New function.
19243 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19244 entries on their due date.
19245 (org-agenda-get-timestamps): No longer handle the due dates of
19246 schedules and deadline items.
19247 (org-insert-link-global, org-open-at-point-global): New commands.
19248 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19249 :for-ascii parameter.
19250 (org-skip-comments): Function removed.
19251 (org-cleaned-string-for-export): Handle special table lines.
19252 (org-global-properties): New option.
19253 (org-entry-get-with-inheritance): Check global properties.
19254 (org-local-properties): New variable.
19255 (org-set-regexps-and-options): Find the #+PROPERTY line.
19256 (org-link-types): Change type into variable (was constant).
19257 (org-make-link-regexps): New function.
19258 (org-link-re-with-space, org-link-re-with-space2)
19259 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19260 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19261 these regular expressions happens now in the function
19262 `org-make-link-regexps'.
19263 (org-store-link): Call the functions in
19264 `org-store-link-functions'.
19265 (org-add-link-type): New function.
19266 (org-store-link-functions): New variable.
19267 (org-activate-tags): Force matches to be in headlines.
19268 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19269 (org-columns-display-here): Make sure this works in a narrowed
19270 buffer by checking for point-min.
19271 (org-columns-display-here): Make the rest of the line intangible,
19272 so that point never can be there.
19273 (org-cleaned-string-for-export): Use `with-current-buffer'.
19274 (org-replace-region-by-html): Use `with-current-buffer'.
19275 (org-unfontify-region, org-do-occur, org-columns-display-here)
19276 (org-columns-remove-overlays, org-columns-quit)
19277 (org-columns-edit-value, org-columns-next-allowed-value)
19278 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19279 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19280 (org-agenda-todo, org-agenda-change-all-lines)
19281 (org-agenda-align-tags, org-agenda-priority)
19282 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19283 (org-agenda-show-new-time, org-cleaned-string-for-export)
19284 (org-export-grab-title-from-buffer)
19285 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19286 instead of `buffer-read-only'.
19287 (org-export-as-html): Set `coding-system-for-write'.
19288 (org-remember-store-without-prompt): New option.
19289 (org-archive-subtree): Fixed bug with modifying TODO keyword.
19290 (org-beginning-of-line): Also treat C-a special in items.
19291 (org-table-convert-refs-to-rc): Fixed problem with column
19292 reference after "..".
19293 (org-columns-compute): Don't mark buffer modified because of text
19294 properties.
19295 (org-batch-store-agenda-views): Use the variable
19296 `default-directory', not the function.
19297 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19298 (org-clock-out-when-done): New option.
19299 (org-html-entities): Added HTML entities for smileys.
19300
19301 2007-08-22 Glenn Morris <rgm@gnu.org>
19302
19303 * image.el (create-image): Doc fix.
19304
19305 * startup.el (tutorial-directory): New constant.
19306 (fancy-splash-text): Tutorials now in tutorial-directory.
19307 * tutorial.el (help-with-tutorial): Tutorials now in
19308 tutorial-directory.
19309
19310 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19311
19312 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19313 otherwise.
19314 (tramp-get-remote-path): New defun. Replace occurrences of
19315 `tramp-default-remote-path' by this function.
19316 (tramp-set-remote-path): Move most of the code to
19317 `tramp-get-remote-path'.
19318 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19319 existing directories, this is done already in
19320 `tramp-get-remote-path'.
19321
19322 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19323
19324 * image-file.el (image-file-name-extensions): Add "svg".
19325 * image.el (image-type-header-regexps): Add svg entry.
19326
19327 2007-08-22 Glenn Morris <rgm@gnu.org>
19328
19329 * files.el (backup-buffer-copy): Check backup directory is
19330 writable, to avoid infloop deleting old backup.
19331
19332 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19333 movemail related variables.
19334 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19335 will now be set before this is called.
19336
19337 2007-08-21 Juri Linkov <juri@jurta.org>
19338
19339 * delsel.el (delete-selection-pre-hook):
19340 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19341 instead of checking last-command.
19342
19343 2007-08-21 Juri Linkov <juri@jurta.org>
19344
19345 * loadup.el: Preload "button".
19346
19347 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19348
19349 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19350 Add previous-line and next-line.
19351
19352 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19353 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19354
19355 * vc-hooks.el (vc-menu-entry): New var.
19356 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19357 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19358 (vc-menu-map): Declare and initialize in one step.
19359 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19360
19361 * menu-bar.el (vc-menu-map): Don't setup any more.
19362 Instead, just create the proper spot in the menu.
19363
19364 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19365
19366 * smerge-mode.el (smerge-resolve): New arg `safe'.
19367 (smerge-resolve-all, smerge-batch-resolve): New function.
19368 (smerge-refine): Make sure `diff' returns the expected result.
19369 (smerge-parsep-re): New const.
19370 (smerge-mode): Use it to adjust paragraph-separate.
19371
19372 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19373 Correctly match / regexp matchers as first char on a line when
19374 fontifying only that line.
19375
19376 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19377
19378 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * vc-bzr.el: Don't fiddle with vc-handled-backend.
19381 (vc-bzr-registered): Don't redundantly protect against
19382 file-error. Actually use the format-specific code.
19383 (vc-bzr-buffer-nonblank-p): Remove.
19384 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19385
19386 2007-08-20 Juri Linkov <juri@jurta.org>
19387
19388 * startup.el (fancy-splash-text): Change multiple tabs into one
19389 tab. Remove "Useful File menu items" section (with "Exit Emacs"
19390 and "Recover Crashed Session").
19391 (fancy-splash-screens): Set tab-width to 22.
19392 (normal-splash-screen): Replace literal tabs with \t and
19393 fix whitespace. Remove "Useful File menu items" section (with
19394 "Exit Emacs" and "Recover Crashed Session").
19395
19396 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19397
19398 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19399 extracted from `eval-last-sexp-1'.
19400 (eval-last-sexp-1): Call `preceding-sexp'.
19401
19402 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
19403
19404 * vc-rcs.el (vc-rcs-annotate-command):
19405 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19406 Add back :vc-annotate-prefix propertization.
19407
19408 2007-08-20 Andreas Schwab <schwab@suse.de>
19409
19410 * mail/rmail.el (rmail-autodetect): Doc fix.
19411
19412 2007-08-19 Juri Linkov <juri@jurta.org>
19413
19414 * startup.el (normal-splash-screen): Add more links.
19415
19416 2007-08-19 Juri Linkov <juri@jurta.org>
19417
19418 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19419 because it's common to both types of splash screen: fancy and normal.
19420 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19421 (exit-splash-screen): Rename from `fancy-splash-quit'.
19422 Use `quit-window' instead of `kill-buffer'.
19423 (fancy-splash-head): Use make-button to insert GNU image link.
19424 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19425 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19426 (normal-splash-screen): Put "Browse manuals" on the same line with
19427 "Emacs manual". Remove descriptions from "Useful tasks" and put
19428 all links in two columns on two lines.
19429
19430 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
19431
19432 * emulation/viper.el (viper-remove-hooks): Remove some additional
19433 viper hooks when the user calls viper-go-away.
19434 (viper-go-away): Restore the default of default-major-mode.
19435 Save the value of default-major-mode before vaperization.
19436
19437 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19438
19439 * emulation/viper-ex.el: Replace error "" with "Viper bell".
19440
19441 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19442 buffer for which file is created.
19443
19444 2007-08-19 Glenn Morris <rgm@gnu.org>
19445
19446 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19447 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19448 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
19449 shadow files messing up the compilation.
19450
19451 2007-08-18 Glenn Morris <rgm@gnu.org>
19452
19453 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19454 string. Also apply eldoc-argument-case in the help-split-fundoc
19455 case. Adapt for changed behavior of eldoc-function-argstring,
19456 eldoc-function-argstring-format, and
19457 eldoc-highlight-function-argument.
19458 (eldoc-highlight-function-argument): Handle nil INDEX argument,
19459 just call eldoc-docstring-format-sym-doc in that case.
19460 (eldoc-function-argstring): Change the behavior. Now it converts
19461 an argument list to a string.
19462 (eldoc-function-argstring-format): Change the behavior. Now it
19463 applies `eldoc-argument-case' to a string.
19464
19465 * progmodes/scheme.el (scheme-mode-variables): Set
19466 font-lock-comment-start-skip.
19467
19468 2007-08-18 Martin Rudalics <rudalics@gmx.at>
19469
19470 * progmodes/ada-mode.el (ada-create-syntax-table): Move
19471 set-syntax-table from here to ...
19472 (ada-mode): ... here. Do not change global value of
19473 comment-multi-line. Call new function
19474 ada-initialize-syntax-table-properties and add new function
19475 ada-handle-syntax-table-properties to font-lock-mode-hook.
19476 (ada-deactivate-properties, ada-initialize-properties): Replace
19477 by new functions ...
19478 (ada-handle-syntax-table-properties)
19479 (ada-initialize-syntax-table-properties)
19480 (ada-set-syntax-table-properties): ... to set up syntax-table
19481 properties uniformly, independently from whether font-lock-mode
19482 is enabled or not. Handle read-only buffers and do not change
19483 undo-list when setting syntax-table properties.
19484 (ada-after-change-function): Use ada-set-syntax-table-properties.
19485
19486 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
19487
19488 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19489 (meta-indent-current-nesting): Use a computation of the nesting
19490 instead.
19491 (meta-indent-current-indentation): Indentation is given according
19492 to nesting and if the previous line was finished or not.
19493 (meta-indent-unfinished-line): Tell if the current line ends with
19494 a finished expression.
19495 (meta-indent-looking-at-code): Like `looking-at', but checks if
19496 the point is in a string before.
19497 (meta-indent-level-count): Use it. Don't count parenthesis as it's
19498 done in the nesting function.
19499 (meta-indent-in-string-p): Tell if the current point is in a
19500 string.
19501 (meta-indent-calculate): Treat b-o-b as a special case. Use the
19502 previous functions.
19503
19504 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
19505
19506 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19507 (copyright-update-year, copyright-update)
19508 (copyright-fix-years): Use it.
19509
19510 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
19511
19512 * emacs-lisp/copyright.el (copyright-update-year):
19513 Fix bug: Handle nil copyright-limit.
19514
19515 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19516
19517 * calc/calc-units.el (math-standard-units): Give exact
19518 conversion for tsp.
19519
19520 * calc/calc.el (math-bignum-digit-length): Compute the
19521 appropriate value.
19522
19523 * calc/calc-bin.el (math-bignum-logb-digit-size)
19524 (math-bignum-digit-power-of-two):
19525 * calc/calc-comb.el (math-small-factorial-table):
19526 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19527 (math-approx-gamma-const):
19528 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19529 (math-besY1, math-bernoulli-b-cache):
19530 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19531 Remove `eval-when-compile's.
19532
19533 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
19534
19535 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19536 (cperl-find-pods-heres): Fix an error when typing expressions like
19537 `s{a}{b}'.
19538
19539 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
19540
19541 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19542 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
19543 a special case (there's no build number).
19544
19545 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
19546
19547 * completion.el (symbol-under-point, symbol-before-point)
19548 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19549
19550 2007-08-17 Glenn Morris <rgm@gnu.org>
19551
19552 * progmodes/compile.el (compilation-get-file-structure): Make use
19553 of the directory part when checking for an existing entry, to
19554 handle files with same basename in different directories.
19555
19556 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19557
19558 * calc/calc.el (calc-language-alist): Add texinfo-mode.
19559
19560 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19561
19562 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19563 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19564 (ps-paragraph-spacing): Docstring fix.
19565
19566 2007-08-16 Glenn Morris <rgm@gnu.org>
19567
19568 * ps-print.el (ps-font-size): Doc fix.
19569
19570 2007-08-16 Richard Stallman <rms@gnu.org>
19571
19572 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19573
19574 2007-08-15 Juri Linkov <juri@jurta.org>
19575
19576 * startup.el (initialization): Change parent group from `internal'
19577 to `environment'.
19578 (initial-buffer-choice): New variable.
19579 (command-line): Revert 2007-07-02 change that sets
19580 buffer-offer-save in *scratch* and enables auto-save in it.
19581 (fancy-splash-text): Add links to existing items. Add new items
19582 with links for useful tasks. Move information about Control-g to
19583 fancy-splash-head. Move "Emacs Guided Tour" to the end.
19584 (fancy-splash-keymap): New variable.
19585 (fancy-splash-last-input-event): Remove variable.
19586 (fancy-splash-insert): Add processing of `:link' element.
19587 (fancy-splash-head): Replace "Type Control-l to begin editing"
19588 with "Type `q' to exit".
19589 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19590 (fancy-splash-default-action, fancy-splash-special-event-action):
19591 Remove functions.
19592 (fancy-splash-quit): New function.
19593 (fancy-splash-screens): Rename input arg from `hide-on-input' to
19594 `static' and reverse the condition of its usage. Don't preserve
19595 original values of `minor-mode-map-alist',
19596 `emulation-mode-map-alists', `special-event-map'.
19597 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19598 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19599 Remove processing of special events. Use local key map
19600 `fancy-splash-keymap'. Set buffer to read-only.
19601 (normal-splash-screen): Rename input arg from `hide-on-input' to
19602 `static' and reverse the condition of its usage.
19603 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19604 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19605 Add links to existing items. Add new items with links for useful
19606 tasks. Use local key map `fancy-splash-keymap'.
19607 (display-splash-screen): Rename input arg from `hide-on-input' to
19608 `static'.
19609 (about-emacs): Add alias to display-splash-screen.
19610 (command-line-1): Use `initial-buffer-choice'.
19611
19612 * menu-bar.el (menu-bar-help-menu):
19613 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19614 item to about-emacs instead of display-splash-screen.
19615
19616 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
19617
19618 * calc/calc-units.el (math-standard-units): Update values.
19619 Put in exact, rational values when possible.
19620 (math-unit-prefixes): Replace floats with powers of ten.
19621 (math-standard-units-systems): Replace floats with integers.
19622 (math-make-unit-string): Remove extra spaces in output.
19623
19624 2007-08-15 Glenn Morris <rgm@gnu.org>
19625
19626 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19627 sloppier, for the sake of GNU Mailman.
19628 (rmail-digest-rfc1153): Initialize `result' correctly.
19629
19630 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
19631
19632 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19633 in the mail title. Suggested by Reiner Steib.
19634
19635 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
19636
19637 * calc/calc-aent.el (calc-do-quick-calc): Add binary
19638 representation of integers to the list of outputs.
19639
19640 2007-08-14 Glenn Morris <rgm@gnu.org>
19641
19642 * simple.el (bad-packages-alist): New constant.
19643 (bad-package-check): New function. Together, these two add elements
19644 to `after-load-alist' to check for problematic external packages.
19645 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19646
19647 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
19648
19649 * calc/calc-units.el (math-get-standard-units)
19650 (math-get-units, math-make-unit-string)
19651 (math-get-default-units, math-put-default-units): New functions.
19652 (math-default-units-table): New variable.
19653 (calc-convert-units, calc-convert-temperature): Add machinery
19654 to supply default values.
19655
19656 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
19657
19658 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19659 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19660 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19661 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19662
19663 * emulation/tpu-extras.el: Remove spurious * in docstrings.
19664 Put its autoloads into tpu-edt.el rather than loaddefs.el.
19665 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19666 Make into a proper minor-mode.
19667 (tpu-backward-char, tpu-next-line, tpu-previous-line)
19668 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19669 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19670 (tpu-set-cursor-free, tpu-set-cursor-bound):
19671 Delegate to tpu-cursor-free-mode.
19672 (tpu-next-line, tpu-previous-line, tpu-forward-line)
19673 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19674 Use line-move or forward-line instead of next-line-internal.
19675
19676 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
19677
19678 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19679
19680 2007-08-12 Richard Stallman <rms@gnu.org>
19681
19682 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19683 (cvs-execute-single-file): Use new name split-string-and-unquote.
19684 (cvs-header-msg): Use new name combine-and-quote-strings.
19685
19686 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19687
19688 * progmodes/gud.el (gud-common-init): Use new name
19689 split-string-and-unquote.
19690
19691 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19692 in javac regexp.
19693
19694 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19695 combine-and-quote-strings and split-string-and-unquote.
19696
19697 * subr.el (combine-and-quote-strings): Rename from strings->string.
19698 (split-string-and-unquote): Rename from string->strings.
19699
19700 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19703 to buffer-local settings.
19704
19705 * emacs-lisp/backquote.el (backquote-delay-process): New function.
19706 (backquote-process): Add internal arg `level'. Use the two to
19707 correctly handle nested backquotes.
19708
19709 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
19710
19711 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19712 (vc-bzr-state-words): Add "kind changed" state word.
19713 (vc-bzr-status): New function. Return Bzr idea of file status,
19714 which is different from VC's.
19715 (vc-bzr-state): Use vc-bzr-status.
19716 (vc-workfile-unchanged-p): Use vc-bzr-status.
19717 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19718 (vc-dired-state): Process "kind changed" state word.
19719
19720 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19723
19724 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19725 Move from vc-default-find-file-not-found-hook.
19726
19727 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19728
19729 * man.el: Remove spurious * in docstrings.
19730 Merge defvars and toplevel setq-defaults.
19731 (Man-highlight-references0): Limit=nil rather than point-max.
19732 (Man-mode-map): Move initialization into the declaration.
19733 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19734 (Man-view-header-file): Use expand-file-name rather than concat.
19735 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19736
19737 * man.el (Man-next-section): Make sure we do not move backward.
19738
19739 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19742
19743 2007-08-08 Glenn Morris <rgm@gnu.org>
19744
19745 * Replace `iff' in doc-strings and comments.
19746
19747 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19748
19749 * dired.el (dired-pop-to-buffer):
19750 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19751 * calendar/calendar.el (generate-calendar-window):
19752 * progmodes/compile.el (compilation-set-window-height):
19753 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19754 Use window-full-width-p instead of comparing frame-width and
19755 window-width.
19756
19757 * progmodes/compile.el (compilation-find-buffer): Remove extra
19758 argument in call to compilation-buffer-internal-p.
19759
19760 2007-08-07 Tom Tromey <tromey@redhat.com>
19761
19762 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19763 Add safe-local-variable property.
19764
19765 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19766
19767 * image-mode.el (image-toggle-display): Use image-refresh.
19768
19769 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19770
19771 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19772 unofficial version.
19773 (vc-bzr-command): Remove redundant setting of process-connection-type.
19774 (vc-bzr-admin-checkout-format-file): Add autoload.
19775 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19776 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19777 (vc-bzr-registered): Compare dirstate format tag with known good
19778 value, abort parsing if match fails. Warn user in docstring.
19779 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19780 See bzrlib/branch.py in Bzr sources.
19781 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19782 (vc-bzr-shell-command): Remove in favor of
19783 vc-bzr-command-discarding-stderr.
19784 (vc-bzr-command-discarding-stderr): New function.
19785
19786 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19787
19788 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19789 program, and return nil.
19790 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19791 (vc-bzr-state): Look for path names relative to the repository
19792 root after status keyword.
19793 (vc-bzr-file-name-relative): New function.
19794 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19795 depend on it.
19796 (vc-bzr-admin-dirname, ...-checkout-format-file)
19797 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19798 files that we now parse directly for speed.
19799 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19800 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19801 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19802 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19803 Bzr warnings, so we must discard it.
19804 (vc-bzr-workfile-version): Speedup counting lines from
19805 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19806 if that file doesn't exist.
19807 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19808 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19809 to `vc-directory-exclusion-list'.
19810 (vc-bzr-shell-command): New function.
19811
19812 2007-08-06 Tom Tromey <tromey@redhat.com>
19813
19814 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19815 (diff-fixup-modifs): Typo in docstring.
19816
19817 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19818
19819 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19820 count-screen-lines.
19821 (tpu-edt-off): Disable relevant pieces of advice.
19822
19823 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19824 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19825 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19826 redefining the function.
19827 (tpu-set-scroll-margins): Activate the pieces of advice.
19828
19829 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19830
19831 * help.el (resize-temp-buffer-window): Use window-full-width-p
19832 instead of comparing frame-width and window-width.
19833
19834 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19835
19836 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19837 optional quotes around files in NEED-UPDATE . REMOVED case.
19838
19839 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19840 (ada-treat-cmd-string): Improve error message.
19841 (ada-do-file-completion): Call `ada-require-project-file', so
19842 project variables are set properly.
19843 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19844 (ada-gnatfind-buffer-name): New constant.
19845 (ada-find-any-references): Use new constant. Set buffer name
19846 properly in compilation-start. Toggle read-only properly.
19847 (ada-find-in-src-path): Fix spelling error in docstring.
19848
19849 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19850 by zero error.
19851
19852 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19853
19854 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19855
19856 2007-08-12 Richard Stallman <rms@gnu.org>
19857
19858 * progmodes/sh-script.el (sh): Delete group `unix'.
19859
19860 * progmodes/gud.el (gud): Change to group `processes'.
19861
19862 2007-08-11 Glenn Morris <rgm@gnu.org>
19863
19864 * progmodes/compile.el (compilation-buffer-name): Don't check
19865 compilation-arguments. It is superfluous, and the variable isn't
19866 even set when this function is called.
19867
19868 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19869
19870 * term/mac-win.el (mac-ae-reopen-application): New function.
19871 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19872
19873 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19874
19875 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19876 take tex-font-script-display into account.
19877 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19878 cell to a list of 2 elements to simplify the unfontify code.
19879
19880 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19881
19882 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19883 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19884 ps-print-color-p is neither nil nor black-white. Reported by Christian
19885 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19886
19887 2007-08-08 Andreas Schwab <schwab@suse.de>
19888
19889 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19890 self-insert-command, not self-insert.
19891
19892 2007-08-08 Glenn Morris <rgm@gnu.org>
19893
19894 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
19895 argument optional, for backwards compatibility, and only highlight
19896 args when present. Fix symbol name typo (doc/args).
19897
19898 * help-mode.el (help-make-xrefs): Search for symbol constituents,
19899 rather than just `-'.
19900
19901 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
19902
19903 * calc/calc-units.el (calc-convert-temperature):
19904 Use `/' to create fractions.
19905
19906 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
19907
19908 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
19909 global matching.
19910 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
19911 ERROR-BUFFER more robust. Display output.
19912 (tramp-file-name-handler): Add a connection property when we found
19913 a foreign file name handler. This allows backends like ftp to
19914 profit also from usr/host name completion based on connection
19915 cache.
19916 (tramp-send-command-and-read): Search for trash after the regexp
19917 until eol only. In XEmacs, there is a problem with \n.
19918
19919 * net/tramp-cache.el (top): Read persistent connection history
19920 when cache is empty.
19921
19922 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
19923
19924 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
19925 resulting output.
19926
19927 2007-08-07 Sam Steingold <sds@gnu.org>
19928
19929 * progmodes/compile.el (compilation-start): Pass nil as startfile
19930 to comint-exec.
19931
19932 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19933
19934 * longlines.el (longlines-decoded): New variable.
19935 (longlines-mode): Avoid encoding or decoding the buffer twice.
19936
19937 2007-08-07 Martin Rudalics <rudalics@gmx.at>
19938
19939 * format.el (format-insert-file): Make sure that at most one undo
19940 entry is recorded for the insertion. Inhibit point-motion and
19941 modification hooks around call to insert-file-contents.
19942
19943 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19944
19945 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
19946 Select the buffer's window before moving point.
19947
19948 2007-08-07 Richard Stallman <rms@gnu.org>
19949
19950 * term.el (term): Remove parent group `unix'.
19951
19952 * simple.el (default-indent-new-line): New function.
19953 It calls comment-line-break-function if there are comments.
19954 (do-auto-fill): Use that.
19955
19956 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
19957
19958 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
19959 (PC-do-completion): Add "acronym completion" for symbols and
19960 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
19961
19962 2007-08-06 Sam Steingold <sds@gnu.org>
19963
19964 * mouse.el (mouse-buffer-menu): Pass mode-name through
19965 format-mode-line because it may be a list,
19966 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
19967
19968 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
19969
19970 * printing.el (pr-update-menus): Docstring fix.
19971
19972 2007-08-06 Jason Rumney <jasonr@gnu.org>
19973
19974 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
19975
19976 * vc-hooks.el (vc-call): Add doc string.
19977
19978 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
19979
19980 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
19981 process-filter.
19982
19983 2007-08-06 Kenichi Handa <handa@m17n.org>
19984
19985 * international/quail.el: Wrap (require 'help-mode) by
19986 eval-when-compile.
19987 (quail-help-init): New function.
19988 (quail-help): Call quail-help-init.
19989 (quail-store-decode-map-key): Change it to a function.
19990
19991 2007-08-05 Jason Rumney <jasonr@gnu.org>
19992
19993 * vc.el (vc-rollback): Add norevert argument back.
19994 (vc-revert-buffer): Add back as obsolete alias.
19995
19996 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
19997
19998 * term.el: Honor term-default-fg-color and term-default-bg-color
19999 settings when modifying term-current-face.
20000 (term-default-fg-color, term-default-bg-color): Initialize from
20001 default term-current-face.
20002 (term-mode, term-reset-terminal): Set term-current-face with
20003 term-default-fg-color and term-default-bg-color.
20004 (term-handle-colors-array): term-current-face has term-default-fg-color
20005 and term-default-bg-color after reset escape sequence.
20006 (term-handle-colors-array): Set term-current-color with
20007 term-default-fg/bg-color instead of ansi-term-color-vector when the
20008 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20009
20010 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
20011
20012 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20013 (math-nlfit-givens): Let bind free variables.
20014
20015 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
20016
20017 * printing.el: Require lpr and ps-print when loading printing package.
20018 Reported by Glenn Morris <rgm@gnu.org>.
20019
20020 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
20021
20022 * files.el (set-auto-mode): Handle also remote files wrt
20023 `auto-mode-alist'.
20024
20025 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
20026
20027 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20028 curves and plotting.
20029
20030 * calc/calc-nlfit.el: New file.
20031
20032 2007-08-04 Glenn Morris <rgm@gnu.org>
20033
20034 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20035 zero, not nil, when the library is first loaded. Check for a file
20036 that has been modified on disk.
20037
20038 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20039 Remove duplicate defvar preventing initialization.
20040 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20041
20042 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20045 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20046 may match up to 4 lines.
20047 (diff-beginning-of-file-and-junk): Rewrite.
20048
20049 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20050
20051 * printing.el: Evaluate require only during compilation.
20052 (pr-version): New version 6.9.1.
20053 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20054 (pr-global-menubar): Fix code.
20055
20056 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
20057
20058 * term.el (term-erase-in-display): Fix case when point is not at
20059 the beginning of the line.
20060
20061 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
20062
20063 * calc/calc-ext.el (math-get-value, math-get-sdev)
20064 (math-contains-sdev): New functions.
20065
20066 * calc/calc-graph.el (calc-graph-format-data)
20067 (calc-graph-add-curve): Check for error forms.
20068 (calc-graph-set-styles): Add option for error forms.
20069
20070 2007-08-03 Miles Bader <miles@gnu.org>
20071
20072 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20073 backend names for new backends to `Git', `Hg', and `Bzr'.
20074 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20075 not `HG'.
20076 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20077 name, not `GIT'.
20078 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20079 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20080
20081 2007-08-03 Richard Stallman <rms@gnu.org>
20082
20083 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20084 to update deleted flag.
20085
20086 * cus-edit.el (customize-apropos, customize-apropos-options)
20087 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20088
20089 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20090
20091 * startup.el (fancy-splash-head, startup-echo-area-message):
20092 Change message text.
20093
20094 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20095 All callers use line-move.
20096
20097 * progmodes/compile.el (compilation-find-buffer): Return current
20098 buffer immediately if suitable.
20099 (compile, compilation-buffer-name, compilation-start): Doc fixes.
20100
20101 2007-08-03 Daiki Ueno <ueno@unixuser.org>
20102
20103 * faces.el (face-normalize-spec): New function.
20104 (frame-set-background-mode): Normalize face-spec before calling
20105 face-spec-match-p.
20106
20107 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20108
20109 * server.el (server-window): Add switch-to-buffer-other-frame option.
20110
20111 2007-08-03 Glenn Morris <rgm@gnu.org>
20112
20113 * cus-edit.el (customize-apropos): Make the error message indicate
20114 what kind of thing the user was trying to customize.
20115
20116 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20117
20118 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20119 Fix off-by-one error in previous change.
20120
20121 2007-08-03 Drew Adams <drew.adams@oracle.com>
20122
20123 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20124 Make buffer writable.
20125
20126 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
20127
20128 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20129 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20130 Use native Emacs functions, when appropriate.
20131
20132 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
20133 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * vc.el: Document new VC operation `extra-menu'.
20136
20137 * vc-hooks.el (vc-default-extra-menu): New function.
20138
20139 * menu-bar.el (menu-bar-vc-filter): New function.
20140 (menu-bar-tools-menu): Use it as a filter.
20141
20142 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
20143
20144 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20145
20146 2007-08-01 Glenn Morris <rgm@gnu.org>
20147
20148 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20149 strings.
20150 (fortran-tab-mode-default): Remove needless autoload.
20151 (fortran-tab-mode-string): Add help-echo and mouse properties, and
20152 mark as risky.
20153 (fortran-line-length): New buffer-local variable, safe if integer.
20154 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20155 Change from variables to constants.
20156 (fortran-font-lock-syntactic-keywords): Delete as a variable,
20157 replace with a new function definition.
20158 (fortran-mode): Use fortran-line-length, and
20159 fortran-font-lock-syntactic-keywords as a function. Add a
20160 hack-local-variables-hook function.
20161 (fortran-line-length, fortran-hack-local-variables): New functions.
20162 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20163 Use fortran-line-length rather than 72.
20164 (fortran-window-create-momentarily): Doc fix.
20165
20166 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
20167
20168 * cus-edit.el (custom-group-value-create, custom-goto-parent):
20169 Fix parent groups link.
20170
20171 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
20172
20173 * progmodes/python.el (python-current-defun): Adjust to never fall
20174 into infinite loop.
20175
20176 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20179
20180 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
20181
20182 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20183 (copyright-fix-years, copyright): Correctly handle the case where
20184 copyright-limit is nil.
20185
20186 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
20187
20188 * progmodes/python.el (run-python): Fix path separator under w32.
20189
20190 2007-07-30 Richard Stallman <rms@gnu.org>
20191
20192 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20193 Treat non-break space as whitespace in Lisp.
20194
20195 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * vc.el (vc-dired-hook): Use inhibit-read-only.
20198
20199 * progmodes/compile.el (compilation-forget-errors):
20200 Reset compilation-auto-jump-to-next.
20201
20202 2007-07-30 Michael Olson <mwolson@gnu.org>
20203
20204 * cus-edit.el (custom-group-save): Fix void function definition
20205 error. Thanks to Zhang Wei for the report.
20206
20207 * ps-print.el: Check in trivial changes to the autoloads section
20208 caused by the build process. These autoloads really ought to be
20209 placed in a separate file, methinks.
20210
20211 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20212
20213 * calendar/calendar.el (calendar-mode): Make sure
20214 displayed-(month|year) are set.
20215 (calendar-basic-setup): Display buffer before adjusting window sizes.
20216 (generate-calendar-window): Use inhibit-read-only. Simplify.
20217 Generate buffer and set displayed-month and displayed-year before
20218 calling update-calendar-mode-line.
20219
20220 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
20221
20222 * net/tramp.el:
20223 * net/tramp-uu.el:
20224 * net/trampver.el: Use utf-8 encoding with coding cookie.
20225
20226 * net/tramp-cache.el:
20227 * net/tramp-fish.el:
20228 * net/tramp-ftp.el:
20229 * net/tramp-gw.el:
20230 * net/tramp-smb.el: Remove coding cookie.
20231
20232 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20233 Flush buffer file-name's file property.
20234 (tramp-handle-file-remote-p): The first parameter is FILENAME.
20235
20236 * net/trampver.el: Update release number.
20237
20238 2007-07-29 Juri Linkov <juri@jurta.org>
20239
20240 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20241 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20242 when major-mode is not dired-mode.
20243 (dired-toggle-read-only): New function.
20244 (dired-recursive-deletes): Remove obsolete comments about old
20245 default value.
20246 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20247
20248 * wdired.el (wdired-exit): New function.
20249 (wdired-mode-map): Bind C-x C-q to wdired-exit.
20250
20251 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20252
20253 * cus-edit.el (customize-read-group): New fun.
20254 (customize-group-other-window, customize-face-other-window):
20255 Prompt before delegating to customize-(group|face).
20256 Bind pop-up-windows rather than use the other-window argument.
20257 (customize-group, customize-face): Prompt from the interactive spec.
20258 Remove args `prompt-for-group' and `other-window'.
20259
20260 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20261 (ad-body-forms, ad-advised-interactive-form): Revert this part of
20262 last change.
20263
20264 2007-07-28 Masatake YAMATO <jet@gyve.org>
20265
20266 * vc.el (vc-dired-mode): Add a menu for VC related operation.
20267 Use backend name as the menu label. Suggested by David Kastrup.
20268
20269 2007-07-28 Alan Mackenzie <acm@muc.de>
20270
20271 Fix problem with modes derived from CC Mode:
20272 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20273 macro to cc-langs.
20274 (c-init-language-vars-for): Remove call to above macro.
20275 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20276 been moved to here.
20277 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20278
20279 2007-07-28 Eli Zaretskii <eliz@gnu.org>
20280
20281 * net/trampver.el: Fix the `coding' cookie.
20282
20283 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20284
20285 * vc-git.el (vc-git-print-log): Support both the old single file
20286 interface and the new one.
20287
20288 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20289
20290 * bindings.el (mode-line-remote): Use updated %@ construct.
20291
20292 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
20293
20294 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20295 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20296 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20297 (diary-list-bahai-entries, diary-bahai-mark-entries)
20298 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20299 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20300 New names to clean up namespace.
20301 (list-bahai-diary-entries, mark-bahai-diary-entries)
20302 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20303 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20304 Add compatibility aliases.
20305
20306 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20307
20308 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20309 (calendar-scroll-left-three-months)
20310 (calendar-scroll-right-three-months): Clean up namespace.
20311 (scroll-calendar-left, scroll-calendar-right)
20312 (scroll-calendar-left-three-months)
20313 (scroll-calendar-right-three-months): Add compatibility aliases.
20314
20315 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20316 Behave like mouse-scroll-calendar-* when used from the mouse.
20317
20318 * calendar/cal-menu.el (cal-menu-scroll-menu)
20319 (cal-menu-global-mouse-menu):
20320 * calendar/calendar.el (calendar-mode-map):
20321 Use new calendar-scroll-* names.
20322 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20323 Remove. Use calendar-scroll-* directly instead.
20324
20325 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20326
20327 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20328 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20329 (ad-make-advised-definition, ad-cache-id-verification-code):
20330 Use commandp and interactive-form instead.
20331
20332 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
20333
20334 * vc-git.el: Relicense to GPLv3 or later.
20335 (vc-directory-exclusion-list, vc-handled-backends): Remove.
20336
20337 * vc-hooks.el (vc-handled-backends): Add GIT.
20338
20339 * vc.el (vc-directory-exclusion-list): Add .git.
20340
20341 2007-07-26 Alexandre Julliard <julliard@winehq.org>
20342
20343 * vc-git.el (vc-git-revision-table)
20344 (vc-git-revision-completion-table): New functions.
20345
20346 2007-07-25 Glenn Morris <rgm@gnu.org>
20347
20348 * Relicense all FSF files to GPLv3 or later.
20349
20350 * COPYING: Switch to GPLv3.
20351
20352 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20355 Replace it with another one which disables undo before calling
20356 erase-buffer and then turns it back on if needed.
20357
20358 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20359
20360 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20361
20362 2007-07-24 Glenn Morris <rgm@gnu.org>
20363
20364 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20365 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20366 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20367 (cal-tex-cursor-week, cal-tex-cursor-week2)
20368 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20369 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20370 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20371 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20372
20373 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20374
20375 * calendar/calendar.el (calendar-mode-map): Move initialization
20376 into declaration. Add menu bindings (used to be done in cal-menu).
20377 (calendar-mode): Don't add an activate-menubar-hook.
20378
20379 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20380 modify calendar-mode-map), use easy-menu, and make sure that C-h k
20381 can be used on the menu entries.
20382 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20383 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20384 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20385 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20386 (calendar-flatten, cal-menu-update): Remove.
20387 (calendar-mouse-insert-hebrew-diary-entry)
20388 (calendar-mouse-insert-islamic-diary-entry)
20389 (calendar-mouse-insert-bahai-diary-entry):
20390 Remove (fold into cal-menu-diary-menu).
20391 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20392 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20393 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20394 (calendar-mouse-view-diary-entries): Minor simplifications.
20395 (calendar-event-to-date): Use with-current-buffer.
20396
20397 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
20398
20399 * add-log.el (change-log-redate): Remove (not needed anymore and
20400 doesn't appear to work).
20401
20402 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * frame.el: Use mapc and dolist instead of mapcar where possible.
20405 (close-display-connection): New command.
20406
20407 2007-07-25 Alexandre Julliard <julliard@winehq.org>
20408
20409 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20410 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20411
20412 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20413
20414 * ps-print.el (ps-multibyte-buffer): Docstring fix.
20415
20416 * ps-mule.el: Doc fix.
20417 (ps-multibyte-buffer, ps-mule-font-info-database-default)
20418 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20419
20420 2007-07-25 Glenn Morris <rgm@gnu.org>
20421
20422 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20423 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20424 (cal-tex-daily-end, cal-tex-hook)
20425 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20426 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20427 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20428 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20429 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20430 (cal-tex-day-prefix, cal-tex-day-name-format)
20431 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20432 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20433 (cal-tex-LaTeX-subst-list): Change from variables to constants.
20434 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20435 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20436 etc, rather than \bf.
20437 (cal-tex-mini-calendar): Fix typos in previous change.
20438 (cal-tex-latexify-list): Remove inner let binding.
20439 (cal-tex-end-document, cal-tex-banner): Use multi-line
20440 cal-tex-comment.
20441 (cal-tex-comment): Handle embedded newlines.
20442 (cal-tex-LaTeXify-string): Use substring-no-properties.
20443
20444 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
20445
20446 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20447 Add support for the Maden build tool.
20448
20449 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
20450
20451 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20452
20453 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20454
20455 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20456
20457 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20458
20459 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20460 C-x C-q.
20461
20462 * vc-git.el (vc-git-print-log): Fix previous change.
20463
20464 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20465
20466 * window.el (save-selected-window): Minor optimization.
20467 (bw-adjust-window): If operation failed, try with a smaller delta.
20468 (window-fixed-size-p): New function.
20469 (window-area-factor): New var.
20470 (balance-windows-area): New command.
20471
20472 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20473 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20474 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20475 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20476 (ps-mule-begin-job): Use dolist.
20477
20478 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
20479
20480 * subr.el (start-file-process-shell-command)
20481 (process-file-shell-command): New defuns.
20482
20483 * progmodes/compile.el (compilation-start):
20484 Apply `start-file-process-shell-command'.
20485
20486 2007-07-24 Alexandre Julliard <julliard@winehq.org>
20487
20488 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20489
20490 2007-07-24 Alan Mackenzie <acm@muc.de>
20491
20492 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20493 Initialise byte-compile-unresolved-functions before rather than
20494 after a compilation.
20495 (byte-compile-unresolved-functions): Amplify doc string.
20496
20497 2007-07-24 Glenn Morris <rgm@gnu.org>
20498
20499 * startup.el (normal-splash-screen): Use `emacs-copyright'.
20500
20501 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20502 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20503 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20504 (cal-tex-cursor-week, cal-tex-cursor-week2)
20505 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20506 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20507 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20508 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20509
20510 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20511 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20512 (cal-tex-day-name-format, cal-tex-cal-one-month)
20513 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20514 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20515 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20516 (cal-tex-list-holidays, cal-tex-cursor-year)
20517 (cal-tex-cursor-year-landscape, cal-tex-year)
20518 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20519 (cal-tex-cursor-month, cal-tex-insert-days)
20520 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20521 (cal-tex-first-blank-p, cal-tex-cursor-week)
20522 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20523 (cal-tex-week-hours, cal-tex-cursor-week-monday)
20524 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20525 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20526 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20527 (cal-tex-latexify-list, cal-tex-previous-month)
20528 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20529 modernization, including using dotimes rather than
20530 calendar-for-loop.
20531 (cal-tex-LaTeX-subst-list): Remove `@'.
20532 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20533 Use \textit and \textbf rather than \em and \it.
20534
20535 * calendar/cal-bahai.el (list-bahai-diary-entries)
20536 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20537 * calendar/cal-islam.el (list-islamic-diary-entries)
20538 * calendar/calendar.el (generate-calendar, generate-calendar-month)
20539 * calendar/diary-lib.el (diary-list-entries)
20540 (mark-calendar-date-pattern): Use `dotimes' rather than
20541 `calendar-for-loop'.
20542
20543 * calendar/calendar.el (calendar-for-loop): Doc fix.
20544
20545 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20546
20547 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20548 underlying file is uptodate.
20549
20550 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
20551
20552 * replace.el (perform-replace): Use isearch-no-upper-case-p.
20553
20554 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20555
20556 * vc-hooks.el (vc-mode-line-map): New const.
20557 (vc-mode-line): Use it.
20558
20559 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20560
20561 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20562 (vc-git-unregister): New functions.
20563 (vc-git-find-version): Use the result of ls-files as a parameter
20564 for cat-file.
20565
20566 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
20567
20568 * net/tramp.el (tramp-perl-file-attributes)
20569 (tramp-perl-directory-files-and-attributes)
20570 (tramp-handle-file-attributes-with-stat)
20571 (tramp-handle-directory-files-and-attributes-with-stat)
20572 (tramp-convert-file-attributes): Handle huge file sizes.
20573
20574 2007-07-23 Juri Linkov <juri@jurta.org>
20575
20576 * isearch.el (isearch-message-function): New variable.
20577 (isearch-update, isearch-search): Use it.
20578
20579 * simple.el (goto-history-element): New function created from
20580 next-history-element.
20581 (next-history-element): Most code moved to goto-history-element.
20582 Call goto-history-element with (- minibuffer-history-position n).
20583 (previous-history-element): Call goto-history-element with (+
20584 minibuffer-history-position n).
20585 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20586 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20587 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20588 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20589 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20590 (minibuffer-history-isearch-pop-state): New functions.
20591
20592 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20593
20594 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20595 Also, if FILE is a list, return non-nil if any of its elements
20596 should stay local. Update docstring.
20597
20598 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20601 change by reverting a small part.
20602
20603 2007-07-23 Richard Stallman <rms@gnu.org>
20604
20605 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20606
20607 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20608
20609 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20610 handling it. Use vc-git-command.
20611 (vc-git-find-version, vc-git-diff-tree): New functions.
20612 (vc-git-revert): Use vc-git-command.
20613 (vc-git--run-command): Delete.
20614
20615 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20616
20617 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20618
20619 2007-07-20 Kenichi Handa <handa@m17n.org>
20620
20621 * international/utf-8.el (utf-8-post-read-conversion):
20622 Temporarily bind utf-8-compose-scripts to nil while running
20623 *-compose-region functions.
20624
20625 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20626
20627 * vc-git.el: Update status.
20628 (vc-directory-exclusion-list): Use eval-after-load.
20629
20630 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20631
20632 * bindings.el (mode-line-remote): New variable.
20633 (help-echo): Add to default values of mode-line-format.
20634
20635 * files.el: Mark mode-line-remote as risky.
20636
20637 2007-07-22 Juri Linkov <juri@jurta.org>
20638
20639 * isearch.el (isearch-edit-string): Save old point and
20640 isearch-other-end to old-point and old-other-end before reading
20641 the search string from minibuffer. After exiting minibuffer set
20642 point to old-other-end if point and the search direction is the
20643 same as before reading the search string.
20644 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
20645 to isearch-other-end. Instead of isearch-search-and-update call
20646 three functions isearch-search, isearch-push-state and isearch-update.
20647
20648 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20649
20650 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20651 deal with multiple file arguments.
20652 (vc-git-print-log): Deal with multiple file arguments.
20653
20654 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20655
20656 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20657 diff-refine-hunk. Adjust users.
20658 (diff-unified-hunk-p, diff-splittable-p): New functions.
20659 (diff-mode-menu): Use it to disable Split when it doesn't work.
20660
20661 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20662
20663 * diff-mode.el (diff-mode-menu): New entries.
20664
20665 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20666
20667 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20668 if applicable, so as to save undo-log space.
20669
20670 * diff-mode.el (diff-find-file-name): Add arg `batch'.
20671
20672 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20673 (diff-file-kill): Use it.
20674 (diff-beginning-of-hunk): Add arg `try-harder' using it.
20675 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20676 Use it so they find the hunk even when we're in the file header.
20677
20678 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20679
20680 * vc-git.el (vc-git-revision-granularity, vc-git-root)
20681 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20682 (vc-git-create-repo): New functions.
20683 (vc-git-registered): New autoloaded function definition.
20684 (vc-git-registered): Use vc-git-root.
20685 (vc-git-responsible-p): New defalias.
20686 (vc-git-annotate-extract-revision-at-line): Uncomment.
20687 (vc-git-print-log): Add the file name to the log.
20688 (vc-git-log-view-mode): New derived mode.
20689 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20690
20691 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20692
20693 * progmodes/grep.el (grep-compute-defaults): Keep default values.
20694
20695 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
20696
20697 * textmodes/reftex.el (reftex-access-parse-file): Create parse
20698 file in a way that does not interfere with recentf mode.
20699 (reftex-access-parse-file): Do not risk destroying an existing
20700 buffer.
20701
20702 2007-07-22 Alexandre Julliard <julliard@winehq.org>
20703
20704 * vc-git.el: New file.
20705
20706 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20707
20708 * textmodes/tex-mode.el (tex-font-script-display): Change default.
20709
20710 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20711
20712 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20713 for branches and new files.
20714
20715 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20716 local-map handling ...
20717 (vc-mode-line): ... here. Improve handling of help-echo.
20718
20719 * vc.el (mode-line-string): Document help-echo usage.
20720
20721 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20722
20723 Sync with Tramp 2.1.10.
20724
20725 * net/tramp.el (tramp-get-ls-command): Fix typo.
20726
20727 * net/trampver.el: Update release number.
20728
20729 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20730
20731 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20732
20733 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20734
20735 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20736
20737 * add-log.el (change-log-fill-parenthesized-list): New function.
20738 (change-log-indent): Call change-log-fill-parenthesized-list.
20739 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20740 Have lines with leading asterisk start a paragraph.
20741
20742 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20743
20744 * calc/calc-math.el (math-emacs-precision)
20745 (math-largest-emacs-expt, math-smallest-emacs-expt):
20746 New variables.
20747 (math-use-emacs-fn): New function.
20748 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20749 appropriate.
20750
20751 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20752
20753 * image-dired.el (image-dired-sane-db-file): New func.
20754 (image-dired-write-tags, image-dired-remove-tag)
20755 (image-dired-list-tags, image-dired-write-comments)
20756 (image-dired-get-comment, image-dired-mark-tagged-files)
20757 (image-dired-create-gallery-lists): Call new func.
20758 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20759
20760 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20761
20762 * vc-hg.el (vc-hg-dir-state): Fix loop.
20763 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20764 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20765 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20766 (vc-hg-revert): Likewise.
20767 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20768 functions.
20769
20770 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20771
20772 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20773 merge fails.
20774
20775 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20776
20777 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20778 Add group and version.
20779
20780 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20781
20782 * add-log.el (add-log-file-name): Use file-relative-name.
20783 (add-change-log-entry): Delay reading
20784 add-log-(full-name|mailing-address) to after we've switched to the
20785 ChangeLog buffer so we get the right value.
20786 (add-change-log-entry, add-log-current-defun, change-log-merge):
20787 Use derived-mode-p rather than checking major-mode directly.
20788
20789 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20790 name for buffer-file-name if it refers to a directory.
20791
20792 * vc-arch.el (vc-arch-diff): Fix last change.
20793
20794 * progmodes/compile.el (compilation-start): Remember the original
20795 directory in a buffer-local compilation-directory.
20796 (compile): Set the global value of compilation-directory.
20797 (recompile): Use compilation-directory even in the compilation buffer.
20798
20799 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20800
20801 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20802
20803 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20804
20805 * ps-print.el: Problem with foreground and background color when
20806 printing a buffer with and without faces. Reported by Christian
20807 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20808 (ps-print-version): New version 6.7.5.
20809 (ps-default-fg): Change default value to nil, so black color is used
20810 when a face does not specify a foreground color.
20811 (ps-default-bg): Change default value to nil, so white color is used
20812 for background color.
20813 (ps-begin-job): Fix code.
20814
20815 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20816
20817 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20818 in $(INSTALL_DIR)/lisp/ if they already exist.
20819
20820 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20821
20822 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20823 in $(INSTALL_DIR)/lisp/ if they already exist.
20824
20825 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20826
20827 * progmodes/vera-mode.el (vera-re-search-forward)
20828 (vera-re-search-backward): Remove use of store-match-data.
20829 (vera-mode-map): Move initialization into declaration.
20830
20831 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20832 (flymake-find-buildfile): Use locate-dominating-file.
20833
20834 * vc.el (vc-delistify): Use mapconcat.
20835 (vc-do-command): Minor simplification.
20836 (vc-expand-dirs): Use push.
20837
20838 * vc-mcvs.el (vc-mcvs-create-repo):
20839 * vc-cvs.el (vc-cvs-create-repo): Remove.
20840
20841 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20842 directory and the root as well.
20843
20844 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20845
20846 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20847 instead of a file.
20848
20849 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20850 (vc-hg-registered): Replace if with when.
20851 (vc-hg-state): Deal with nonexistent files and handle removed files.
20852 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20853 (vc-hg-checkout): Re-enable.
20854 (vc-hg-create-repo): Fix typos.
20855 (vc-hg-print-log): Fix for multiple files.
20856 (vc-hg-workfile-unchanged-p): New function.
20857
20858 * vc.el: Fix typo.
20859 (vc-print-log): Fix call to print-log.
20860 (vc-default-comment-history): Likewise.
20861 (vc-directory-exclusion-list): Add .hg and .bzr.
20862 (vc-diff-internal): Pass a list instead of a file.
20863
20864 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20865
20866 * vc-bzr.el (vc-bzr-create-repo): New function.
20867
20868 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20869
20870 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20871 `file' from which to start the search.
20872
20873 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20874
20875 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20876 having a single file argument to having a list of files as the
20877 first argument.
20878
20879 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * files.el (locate-dominating-file): New function.
20882
20883 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20884
20885 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20886 (grep-compute-defaults): Use it.
20887
20888 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20889
20890 * uniquify.el: Docstring fixes.
20891
20892 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
20893
20894 * vc.el (revision-granularity, create-repo): Document new vc
20895 backend properties.
20896 (vc-rollback): Renamed from vc-cancel-version. Update references.
20897 Pass a list instead of a file.
20898 (vc-revert): Renamed from vc-revert-buffer. Update references.
20899 (vc-delistify, vc-expand-dirs): New functions.
20900 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
20901 of files instead of a single file.
20902 (vc-position-context, vc-resync-window, vc-diff-internal)
20903 (vc-print-log): Pass a list instead of a file.
20904
20905 * vc-hooks.el (vc-stay-local-p, vc-backend)
20906 (vc-backend-subdirectory-name): Work on a file list, not a single
20907 file.
20908 (vc-workfile-version): Update docstring.
20909 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
20910 vc-revert instead of vc-revert-buffer.
20911 (vc-prefix-map): Likewise. Bind vc-update.
20912
20913 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
20914 (vc-svn-wash-log): New functions.
20915 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
20916 (vc-svn-command): Deal with a list of files, not a single file.
20917
20918 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
20919 (vc-rcs-wash-log): New functions.
20920 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
20921 Deal with a list of files, not a single file.
20922 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
20923
20924 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
20925 functions.
20926 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
20927 list of files, not a single file.
20928
20929 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
20930 New functions.
20931 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
20932 (vc-mcvs-diff): Deal with a list of files, not a single file.
20933
20934 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
20935 functions.
20936 (vc-hg-print-log): Deal with a list of files, not a single file.
20937 (vc-hg-diff-tree): New function, replace defalias with the same
20938 name.
20939 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
20940 FILES to denote that it is a file list, not a single file.
20941
20942 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
20943 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
20944 a single file.
20945 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
20946 that it is a file list, not a single file.
20947 (vc-cvs-diff): Likewise. Simplify.
20948
20949 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
20950 Deal with a list of files, not a single file.
20951
20952 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
20953 (vc-bzr-print-log): Update FILE parameter name to denote that it
20954 is a file list, not a single file.
20955 (vc-bzr-diff): Likewise. Use the car of files.
20956
20957 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
20958
20959 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
20960 (follow-delete-other-windows-and-split, follow-recenter)
20961 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
20962 (follow-redisplay, follow-estimate-first-window-start)
20963 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
20964 Fix typos in docstrings.
20965
20966 2007-07-18 Martin Rudalics <rudalics@gmx.at>
20967
20968 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
20969 avoid that filling introduces lines with a single asterisk.
20970
20971 * kmacro.el (kmacro-end-macro): When ignoring empty macro
20972 avoid incorrect kmacro-ring-empty-p messages.
20973 Reported by Michael Schierl <schierlm@gmx.de>.
20974
20975 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
20976
20977 * vc.el: Add more info about the vc-registered function.
20978
20979 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
20980
20981 * files.el (file-remote-p): Introduce optional parameter
20982 IDENTIFICATION.
20983
20984 * recentf.el (recentf-keep-default-predicate): Adapt call of
20985 `file-remote-p'.
20986
20987 * progmodes/grep.el (grep-probe): Use `process-file'.
20988 (grep-compute-defaults): Handle variables host specific.
20989
20990 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
20991 parameter IDENTIFICATION.
20992
20993 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
20994 parameter IDENTIFICATION.
20995 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
20996 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
20997 Add entry for `set-file-times'.
20998 (tramp-do-copy-or-rename-file-via-buffer)
20999 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21000 (tramp-handle-unhandled-file-name-directory): Rewrite.
21001 (tramp-convert-file-attributes): Add error handling when inode is
21002 extraordinary big.
21003 (tramp-get-inode): Change parameter from FILE to VEC.
21004 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21005 is nil. This is according to the specification. Goto (point-max)
21006 when ready.
21007 (tramp-handle-shell-command): Rewrite completely, using
21008 `process-file' and `start-file-process'.
21009 (tramp-methods, tramp-find-shell)
21010 (tramp-open-connection-setup-interactive-shell)
21011 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21012 var. Reported by Steve Youngs <steve@sxemacs.org>.
21013
21014 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21015 entry for `set-file-times'. Rename `start-process' into
21016 `start-file-process'. Remove `call-process' entry.
21017 (tramp-fish-handle-set-file-times): New defun.
21018 (tramp-fish-handle-executable-find): Use `process-file'.
21019 (tramp-fish-handle-process-file): New defun. Replaces
21020 `tramp-fish-handle-call-process'.
21021 (tramp-fish-do-copy-or-rename-file-directly): Use
21022 `set-file-times'.
21023 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21024
21025 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21026 `tramp-get-inode' parameter.
21027
21028 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21029
21030 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21031 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
21032 nowadays, and by the time Emacs-23 comes out, nobody will even remember
21033 it has ever existed.
21034
21035 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21036
21037 * vc.el: Undo previous change.
21038
21039 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21040
21041 * makefile.w32-in (clean): Don't delete *~.
21042
21043 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * textmodes/tex-mode.el (tex-verbatim-environments):
21046 Add safe-local-variable property.
21047 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21048 when starting font-lock rather than when loading tex-mode.el.
21049
21050 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21051 whole $( rather than just the $. Rename from sh-quoted-subshell.
21052 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21053
21054 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21055
21056 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21057 bookmark-alist. Instead, if not sorting, simply return it.
21058 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21059 for its return value, not for its side effect.
21060
21061 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21062 case of alignment under a constant symbol, find and consider
21063 the sexp actually at indentation to be the "last sexp".
21064
21065 2007-07-16 Drew Adams <drew.adams@oracle.com>
21066
21067 * mouse.el (mouse-yank-secondary): Better error message if no
21068 secondary selection.
21069
21070 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21071
21072 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21073
21074 * term/xterm.el (xterm-turn-on-modify-other-keys)
21075 (xterm-turn-off-modify-other-keys): New functions.
21076 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21077 terminal supports it.
21078
21079 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21080
21081 * bookmark.el (bookmark-show-all-annotations):
21082 Make sure each inserted annotation ends with newline.
21083
21084 2007-07-15 Richard Stallman <rms@gnu.org>
21085
21086 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21087
21088 * tutorial.el (tutorial--find-changed-keys):
21089 Handle C-x specially like ESC.
21090
21091 2007-07-15 Aaron Hawley <aaronh@garden.org>
21092
21093 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21094
21095 2007-07-15 Juri Linkov <juri@jurta.org>
21096
21097 * delsel.el (delete-selection-pre-hook):
21098 * emulation/cua-base.el (cua-paste): Before a yank command,
21099 check also whether last-command is one of mouse-save-then-kill,
21100 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21101
21102 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
21103
21104 * recentf.el (recentf-keep-default-predicate): New defun.
21105 (recentf-keep): Use it as initial value.
21106
21107 2007-07-15 Karl Fogel <kfogel@red-bean.com>
21108
21109 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21110 thus restoring bookmark bindings to three slots under C-x r. See
21111 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21112
21113 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
21114
21115 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21116
21117 2007-07-15 Jason Rumney <jasonr@gnu.org>
21118
21119 * w32-fns.el (set-default-process-coding-system): Use dos line ends
21120 for input to cmdproxy on all versions of Windows.
21121 Use dos line ends for input to plink.
21122
21123 * comint.el (comint-simple-send): Concat newline before sending.
21124 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21125
21126 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21127
21128 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21129 safe-local-variable setting.
21130
21131 2007-07-14 David Kastrup <dak@gnu.org>
21132
21133 * emacs-lisp/advice.el (defadvice): Doc fix.
21134
21135 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21136
21137 * subr.el (when, unless): Doc fix.
21138
21139 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21140
21141 * replace.el (match): Use yellow1 instead of yellow.
21142
21143 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21144 red.
21145
21146 * pcvs-info.el (cvs-unknown): Likewise.
21147
21148 2007-07-13 Eli Zaretskii <eliz@gnu.org>
21149
21150 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21151 (install): Use them to copy all *.el files before *.elc.
21152
21153 2007-07-13 Drew Adams <drew.adams@oracle.com>
21154
21155 * bookmark.el (bookmark-jump-other-window): New function.
21156 (bookmark-map): Bind it to "o".
21157
21158 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21159 and its thread contains discussion about this change.
21160 The original patch was slightly tweaked by Karl Fogel
21161 <kfogel@red-bean.com> before committing.
21162
21163 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21164
21165 * bookmark.el: Shorten some comments to fit within 80 lines.
21166
21167 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21168
21169 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21170 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
21171 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
21172 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21173
21174 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
21175
21176 * textmodes/org.el: Bug fixes.
21177 (org-end-of-line): Move to end of line if in headline without tags.
21178
21179 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21180
21181 * vc-hooks.el: Remove spurious * in docstrings.
21182 (vc-handled-backends): Add BZR.
21183
21184 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21185
21186 2007-07-12 Davis Herring <herring@lanl.gov>
21187
21188 * desktop.el (desktop-buffer-info, desktop-save):
21189 Use `desktop-dirname' instead of `dirname'.
21190
21191 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21192
21193 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21194
21195 * progmodes/python.el (python-which-func-length-limit): New var.
21196 (python-which-func): New function.
21197 (python-current-defun): Add optional `length-limit' and try to fit
21198 computed function name to that length.
21199 (python-mode): Hook `python-which-func' up.
21200
21201 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21202
21203 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21204
21205 * comint.el (comint-dynamic-complete-as-filename):
21206 Use read-file-name-completion-ignore-case.
21207
21208 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21209
21210 * comint.el (comint-dynamic-list-filename-completions):
21211 Use read-file-name-completion-ignore-case.
21212
21213 * vc-cvs.el: Require CL.
21214 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21215 New functions to provide completion of revision names.
21216
21217 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21218 (vc-cvs-annotate-first-line-re): New const.
21219 (vc-cvs-annotate-process-filter): New fun.
21220 (vc-cvs-annotate-command): Use them and run the command asynchronously.
21221
21222 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21223
21224 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21225 (eldoc-print-current-symbol-info): Adjust for changed helper
21226 function signatures.
21227 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
21228 `eldoc-highlight-function-argument'.
21229 (eldoc-highlight-function-argument): New function.
21230 (eldoc-get-var-docstring): Format documentation with
21231 `font-lock-variable-name-face'.
21232 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21233 where suited.
21234 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21235 (eldoc-beginning-of-sexp): Return number of skipped sexps.
21236
21237 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
21238
21239 * progmodes/compile.el (compilation-start): `start-process' must
21240 still be redefined when calling `start-process-shell-command'.
21241
21242 * progmodes/gud.el (gud-file-name): When `default-directory' is a
21243 remote file name, prepend its remote part to the filename.
21244 (gud-common-init): When `default-directory' is a remote file name,
21245 make the filename relative to it.
21246 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21247
21248 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
21249
21250 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21251 mouse binding and a tooltip.
21252
21253 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21254
21255 * menu-bar.el (vc-menu-map): New defalias.
21256
21257 2007-07-10 Richard Stallman <rms@gnu.org>
21258
21259 * emacs-lisp/lisp-mode.el (eval-defun):
21260 Explain special handling of `defface'.
21261
21262 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
21263
21264 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21265
21266 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21267
21268 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21269
21270 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21271
21272 * vc-arch.el (vc-arch-complete): Remove.
21273 (vc-arch-revision-completion-table): Use complete-with-action.
21274
21275 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21276 (complete-with-action): New function.
21277 (dynamic-completion-table): Use it.
21278
21279 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
21280
21281 * comint.el (make-comint, make-comint-in-buffer)
21282 (comint-exec-1): Replace `start-process' by `start-file-process'.
21283
21284 * progmodes/compile.el (compilation-start): Revert redefining
21285 `start-process'.
21286
21287 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21288
21289 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21290 with EOLs when generating MD5 checksums.
21291
21292 * follow.el: Don't change the global map from the follow-mode-map
21293 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
21294 XEmacs code.
21295 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21296 since `follow-mode' should be used instead for that.
21297
21298 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21299 (easy-menu-do-define): Use it.
21300 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21301
21302 * progmodes/compile.el (compilation-auto-jump-to-first-error)
21303 (compilation-auto-jump-to-next): New vars.
21304 (compilation-auto-jump): New function.
21305 (compilation-error-properties): Use them to jump to first error.
21306 (compilation-start): Set the var if requested.
21307
21308 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21309 duplicates without also removing entries from other directories.
21310
21311 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
21312
21313 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21314 Remember span as default.
21315 (org-columns-edit-value): Rename from `org-column-edit'.
21316 (org-columns-display-here-title): Rename from
21317 `org-overlay-columns-title'.
21318 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21319 (org-columns-get-autowidth-alist): Rename from
21320 `org-get-columns-autowidth-alist'.
21321 (org-columns-display-here): Rename from `org-overlay-columns'.
21322 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21323 (org-columns-quit): Rename from `org-column-quit'.
21324 (org-columns-show-value): Rename from `org-column-show-value'.
21325 (org-columns-content, org-columns-widen)
21326 (org-columns-next-allowed-value)
21327 (org-columns-edit-allowed, org-columns-store-format)
21328 (org-columns-uncompile-format, org-columns-redo)
21329 (org-columns-edit-attributes, org-delete-property)
21330 (org-set-property, org-columns-update)
21331 (org-columns-compute, org-columns-eval)
21332 (org-columns-not-in-agenda, org-columns-compute-all)
21333 (org-property-next-allowed-value)
21334 (org-columns-compile-format)
21335 (org-fill-paragraph-experimental)
21336 (org-string-to-number, org-property-action)
21337 (org-columns-move-left, org-columns-new)
21338 (org-column-number-to-string)
21339 (org-property-previous-allowed-value)
21340 (org-at-property-p, org-columns-delete)
21341 (org-columns-previous-allowed-value)
21342 (org-columns-move-right, org-columns-narrow)
21343 (org-property-get-allowed-values)
21344 (org-verify-version, org-column-string-to-number)
21345 (org-delete-property-globally): New functions.
21346 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21347 (org-columns-overlays): Rename from `org-column-overlays'.
21348 (org-columns-map): Rename from `org-column-map'.
21349 (org-columns-current-maxwidths): Rename from
21350 `org-current-columns-maxwidths'.
21351 (org-columns-begin-marker, org-columns-current-fmt-compiled)
21352 (org-previous-header-line-format)
21353 (org-columns-inhibit-recalculation)
21354 (org-columns-top-level-marker): New variables.
21355 (org-columns-default-format): Rename from `org-default-columns-format'.
21356 (org-property-re): New constant.
21357
21358 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21359
21360 * subr.el (looking-at-p, string-match-p): New functions.
21361
21362 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
21363
21364 * textmodes/tex-mode.el (tex-fontify-script)
21365 (tex-font-script-display): New variables to make display of
21366 superscripts and subscripts customizable.
21367 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21368
21369 2007-07-09 Richard Stallman <rms@gnu.org>
21370
21371 * isearch.el (isearch-edit-string): Call to isearch-push-state
21372 after the search.
21373
21374 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
21375
21376 * window.el (fit-window-to-buffer): Remove setting of window-min-height
21377 to 1 as enlarge-window uses the value to resize/shrink windows other
21378 than WINDOW if needed.
21379
21380 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
21381
21382 * cus-start.el (file-coding-system-alist): Fix custom type.
21383
21384 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
21385
21386 * longlines.el (longlines-wrap-region): Avoid marking buffer as
21387 modified.
21388 (longlines-auto-wrap, longlines-window-change-function):
21389 Remove unnecessary calls to set-buffer-modified-p.
21390
21391 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21392
21393 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21394 (vc-cvs-checkout): Remove last arg now unused; simplify.
21395
21396 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
21397
21398 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21399
21400 * net/tramp.el:
21401 * net/tramp-ftp.el:
21402 * net/tramp-smb.el:
21403 * net/tramp-uu.el:
21404 * net/trampver.el: Migrate to Tramp 2.1.
21405
21406 * net/tramp-cache.el:
21407 * net/tramp-fish.el:
21408 * net/tramp-gw.el: New Tramp packages.
21409
21410 * net/tramp-util.el:
21411 * net/tramp-vc.el: Removed.
21412
21413 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21414 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21415
21416 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21417
21418 * progmodes/compile.el (compilation-start): Redefine
21419 `start-process' temporarily when `default-directory' is remote.
21420 Remove case of synchronous compilation, this won't happen ever.
21421 (compilation-setup): Make local variable `comint-file-name-prefix'
21422 for remote compilation.
21423
21424 2007-07-08 Martin Rudalics <rudalics@gmx.at>
21425
21426 * novice.el (disabled-command-function): Fit window to buffer to
21427 make last line visible.
21428 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21429
21430 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21431 when handling the terminating event.
21432
21433 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21434
21435 * calc/calc.el (math-read-number-simple): Remove leading 0s.
21436 (math-bignum-digit-length): Change to optimal value.
21437
21438 * calc/calc-bin.el (math-bignum-logb-digit-size)
21439 (math-bignum-digit-power-of-two): Evaluate when compiled.
21440
21441 * calc/calc-comb.el (math-small-factorial-table)
21442 (math-init-random-base, math-prime-test): Remove unnecessary calls
21443 to `math-read-number-simple'.
21444
21445 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21446 (math-approx-gamma-const): Add docstrings.
21447
21448 * calc/calc-forms.el (math-julian-date-beginning)
21449 (math-julian-date-beginning-int): New constants.
21450 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21451 Use the new constants.
21452
21453 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21454
21455 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21456 Add docstrings.
21457
21458 2007-07-07 Tom Tromey <tromey@redhat.com>
21459
21460 * vc.el (vc-annotate): Jump to line and output message only after the
21461 process is really all done.
21462
21463 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * vc.el (vc-exec-after): Don't move point from the sentinel.
21466 Forcefully read all the remaining text in the pipe upon process exit.
21467 (vc-annotate-display-autoscale, vc-annotate-lines):
21468 Don't stop at the first unrecognized line.
21469 (vc-annotate-display-select): Run autoscale after the process is done
21470 since it depends on the whole result.
21471
21472 2007-07-07 Eli Zaretskii <eliz@gnu.org>
21473
21474 * term/w32-win.el (menu-bar-open): New function.
21475 Bind <f10> to it.
21476
21477 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
21478
21479 * simple.el (start-file-process): New defun.
21480
21481 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21482
21483 * files.el (find-file-confirm-nonexistent-file): Rename from
21484 find-file-confirm-inexistent-file. Update users.
21485
21486 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21487 format of autoload block where the file's time-stamp is replaced by its
21488 MD5 checksum.
21489 (autoload-generate-file-autoloads): Use MD5 checksum instead of
21490 time-stamp for secondary autoloads files.
21491 (update-directory-autoloads): Remove duplicate entries.
21492 Use time-less-p for time-stamps, as done in autoload-find-destination.
21493
21494 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21495
21496 * calc/calc.el (math-read-number): Replace number by variable.
21497 (math-read-number-simple): Properly parse small integers.
21498
21499 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
21500
21501 * vc.el: Fix doc for the checkout function.
21502
21503 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
21504
21505 * vc-hg.el (vc-hg-root): New function.
21506 (vc-hg-registered): Use it.
21507 (vc-hg-diff-tree): New defalias.
21508 (vc-hg-responsible-p): Likewise.
21509 (vc-hg-checkout): Comment out, not needed.
21510 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21511 (vc-hg-find-version, vc-hg-next-version): New functions.
21512
21513 2007-07-06 Andreas Schwab <schwab@suse.de>
21514
21515 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21516 dynamic bindings around the evaluation of the expression.
21517 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21518
21519 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
21520
21521 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21522 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
21523 Use run-hooks rather than run-mode-hooks.
21524
21525 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
21526
21527 * calc/calc-comb.el (math-random-digit): Rename to
21528 `math-random-three-digit-number'.
21529 (math-random-digits): Don't depend on representation of integer.
21530
21531 * calc/calc-bin.el (math-bignum-logb-digit-size)
21532 (math-bignum-digit-power-of-two): New constants.
21533 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21534 (math-not-bignum, math-clip-bignum): Use the constants
21535 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21536 instead of their values.
21537 (math-clip): Use math-small-integer-size instead of its value.
21538
21539 * calc/calc.el (math-add-bignum): Replace number by constant.
21540
21541 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21542
21543 * wid-edit.el (widget-documentation-string-value-create):
21544 Insert indentation spaces.
21545
21546 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21547
21548 * emacs-lisp/byte-opt.el: Revert last change.
21549
21550 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21551
21552 * vc-hooks.el (vc-handled-backends): Add HG.
21553
21554 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21555
21556 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * complete.el (PC-do-complete-and-exit): Add support for the new
21559 `confirm-only' confirmation mode.
21560
21561 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21562
21563 * cus-edit.el (custom-commands): New variable.
21564 (custom-tool-bar-map): New variable. Initialize using
21565 `custom-commands'.
21566 (custom-mode): Use `custom-tool-bar-map'.
21567 (custom-buffer-create-internal): Insert action buttons only if
21568 tool bar is not used. Use `custom-commands'.
21569 (Custom-help, custom-command-apply): New function.
21570 (custom-command-apply, Custom-set, Custom-save)
21571 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21572 Use `custom-command-apply' instead of duplicating code.
21573 (customize-group-other-window): Call `customize-group' instead of
21574 duplicating code.
21575 (customize-face-other-window): Call `customize-face' instead of
21576 duplicating code.
21577 (customize-group, customize-face): Add optional args for opening
21578 in another window.
21579 (custom-variable-tag): Don't inherit `variable-pitch' face.
21580 (custom-group-tag): Inherit `variable-pitch' face.
21581 (custom-variable-value-create): Set documentation indentation.
21582 (custom-group-value-create): Make group name a link, instead of
21583 using an extra "go to group" button.
21584 (custom-prompt-variable, custom-group-set, custom-group-save)
21585 (custom-group-reset-current, custom-group-reset-saved)
21586 (custom-group-reset-standard): Minor cleanup.
21587
21588 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21589
21590 * Makefile.in (bootstrap-prepare): When copying from
21591 ldefs-boot.el, make sure loaddefs.el is writeable.
21592
21593 (bootstrap-prepare): Make $(lisp)/ps-print.el
21594 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21595
21596 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21597
21598 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21599 only caller, and delete.
21600 (vc-hg-state): Deal with exceptions and only parse the output on
21601 successful return.
21602 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21603 caller, and delete.
21604 (vc-hg-workfile-version): Deal with exceptions and only parse the
21605 output on successful return.
21606 (vc-hg-revert): New function.
21607
21608 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
21609
21610 * calculator.el (calculator-expt): Use more cases to determine
21611 the value.
21612
21613 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
21614
21615 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21616 file names.
21617
21618 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21619
21620 * calculator.el (calculator-expt, calculator-integer-p):
21621 New functions.
21622 (calculator-fact): Check to see if the factorial will be too
21623 large before computing it.
21624 (calculator-initial-operators): Use `calculator-expt' to
21625 compute "^".
21626 (calculator-mode): Mention that results which are too large
21627 will return inf.
21628 * calc/calc-comb.el (math-small-factorial-table): Replace list
21629 by vector.
21630
21631 2007-07-03 David Kastrup <dak@gnu.org>
21632
21633 * shell.el: On request of the authors, remove their addresses for
21634 the sake of bug reports, and add the developer list address as
21635 maintainer information.
21636
21637 2007-07-03 Richard Stallman <rms@gnu.org>
21638
21639 * files.el (make-directory): Doc fix.
21640 (find-file-confirm-inexistent-file): Make it a defcustom.
21641 Make nil the default.
21642
21643 2007-07-02 Richard Stallman <rms@gnu.org>
21644
21645 * startup.el (command-line): Set buffer-offer-save in *scratch*
21646 and enable auto-save in it.
21647
21648 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
21649
21650 * textmodes/org.el (orgstruct-mode-map): New variable.
21651 (orgstruct-mode): New minor mode.
21652 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21653 (orgstruct-make-binding, org-context-p, org-get-local-variables)
21654 (org-run-like-in-org-mode): New functions.
21655 (org-cycle-list-bullet): New command.
21656 (org-special-properties, org-property-start-re)
21657 (org-property-end-re): New constants.
21658 (org-with-point-at): New macro.
21659 (org-get-property-block, org-entry-properties, org-entry-get)
21660 (org-entry-delete, org-entry-get-with-inheritance)
21661 (org-entry-put, org-buffer-property-keys): New functions.
21662 (org-insert-property-drawer): New command.
21663 (org-entry-property-inherited-from): New variable.
21664 (org-column): New face.
21665 (org-column-overlays, org-current-columns-fmt)
21666 (org-current-columns-maxwidths, org-column-map): New variables.
21667 (org-column-menu): New menu.
21668 (org-new-column-overlay, org-overlay-columns)
21669 (org-overlay-columns-title, org-remove-column-overlays)
21670 (org-column-show-value, org-column-quit, org-column-edit):
21671 New functions.
21672 (org-columns, org-agenda-columns): New commands.
21673 (org-get-columns-autowidth-alist): New functions.
21674 (org-properties): New customize group.
21675 (org-default-columns-format): New option.
21676 (org-priority): Realign tags after changing priority.
21677 (org-preserve-lc): New macro.
21678 (org-update-checkbox-count): Catch case when there is no headline.
21679 (org-agenda-quit): Remove any column overlays.
21680 (org-beginning-of-item-list): Fixed bug when non-item line is
21681 indented too deep.
21682 (org-cached-props): New variable.
21683 (org-cached-entry-get): New function.
21684 (org-make-tags-matcher): Handle property matches.
21685 (org-table-recalculate): Swap evaluation order: Field formula
21686 first, then column formulas, but don't allow them to overwrite the
21687 field formulas.
21688 (org-table-eval-formula): New argument untouchable.
21689 (org-table-put-field-property): New function.
21690
21691 2007-07-02 Martin Rudalics <rudalics@gmx.at>
21692
21693 * help-mode.el (help-make-xrefs): Skip spaces too when
21694 skipping tabs.
21695
21696 * ffap.el (dired-at-point-prompter): Improve prompt in
21697 list-directory case.
21698
21699 2007-07-01 Richard Stallman <rms@gnu.org>
21700
21701 * files.el (find-file-visit-truename): Fix safe-local-variable value.
21702
21703 2007-07-01 Richard Stallman <rms@gnu.org>
21704
21705 * cus-start.el (max-mini-window-height): Added.
21706
21707 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21708
21709 * complete.el (partial-completion-mode): Remove advice of
21710 read-file-name-internal.
21711 (PC-do-completion): Rebind minibuffer-completion-table.
21712 (PC-read-file-name-internal): New function doing what
21713 read-file-name-internal advice did.
21714
21715 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
21716
21717 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21718 property on a few symbols.
21719 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21720 (byte-optimize-lapcode): Remove bindings that are not referenced
21721 and certainly will not effect through dynamic scoping.
21722
21723 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * files.el (find-file-confirm-inexistent-file): New var.
21726 (find-file, find-file-other-window, find-file-other-frame)
21727 (find-file-read-only, find-file-read-only-other-window)
21728 (find-file-read-only-other-frame): Use it.
21729
21730 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21731
21732 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21733
21734 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21735
21736 * generic-x.el (generic-define-mswindows-modes)
21737 (generic-define-unix-modes, apache-log-generic-mode)
21738 (bat-generic-mode-keymap, java-manifest-generic-mode)
21739 (show-tabs-generic-mode): Fix typos in docstrings.
21740
21741 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21742
21743 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21744 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21745 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21746 (rcirc-print): Never ignore messages from ourself.
21747
21748 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21749
21750 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21751 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21752
21753 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21754
21755 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21756 replace-regexp-in-string.
21757
21758 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21759
21760 * emacs-lisp/cl.el: Set edebug and indentation before loading
21761 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21762
21763 2007-06-28 Andreas Schwab <schwab@suse.de>
21764
21765 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21766 $(lisp)/subdirs.el.
21767
21768 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21769
21770 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21771 the speedbar frame if nil; that deletes the current frame or
21772 causes an error if it is the only frame.
21773 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21774
21775 2007-06-28 Kevin Ryde <user42@zip.com.au>
21776
21777 * textmodes/nroff-mode.el: Groff \# comments.
21778 (nroff-mode-syntax-table): \# comment intro,
21779 plain # as punct per global table.
21780 (nroff-font-lock-keywords): Add # as a single char escape.
21781 (nroff-mode): In comment-start-skip, match \#.
21782
21783 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21784
21785 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21786 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21787 point-min == 1.
21788
21789 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21790
21791 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21792 Rename and move to...
21793
21794 * subr.el (strings->string, string->strings): ...here.
21795
21796 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21797 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21798
21799 * progmodes/gud.el (gud-common-init): Call string->strings instead
21800 of split-string.
21801
21802 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21803
21804 * dired-aux.el: Remove `dired-call-process'.
21805 (dired-check-process): Call `process-file'.
21806
21807 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21808
21809 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21810 `ange-ftp-process-file'.
21811
21812 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21813
21814 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21815
21816 * emacs-lisp/cl-extra.el:
21817 * emacs-lisp/cl-seq.el:
21818 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21819 Add autoload cookies on all defs autoloaded manually in cl.el.
21820
21821 * emacs-lisp/cl-loaddefs.el: New file.
21822
21823 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21824 (texinfo-lowersections-alist): Merge definition and declaration.
21825 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21826 (texinfo-format-syntax-table): Merge init into declaration.
21827 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21828 (texinfo-format-parse-defun-args, texinfo-format-node)
21829 (texinfo-push-stack, texinfo-multitable-widths)
21830 (texinfo-define-info-enclosure, texinfo-alias)
21831 (texinfo-format-defindex, batch-texinfo-format): Use push.
21832 (texinfo-footnote-number): Remove duplicate declaration.
21833
21834 * ps-print.el: Update with auto-generated autoloads.
21835
21836 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21837
21838 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21839
21840 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21841 relative to current dir for file-local settings.
21842 (autoload-generate-file-autoloads): Add `outfile' arg.
21843 (update-directory-autoloads): Use it to directly call
21844 autoload-generate-file-autoloads instead of going through
21845 update-file-autoloads so we avoid redundant searches and so we can know
21846 the set of buffers changed so we can save them all.
21847
21848 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21849 rather than throwing `up-to-date'.
21850 (autoload-generate-file-autoloads): Adjust correspondingly.
21851 (update-file-autoloads): Be careful to let-bind
21852 autoload-modified-buffers and adjust to new calling conventions.
21853 (autoload-modified-buffers): Make it a dynamically scoped var.
21854 (update-directory-autoloads): Use file-relative-name instead of
21855 autoload-trim-file-name.
21856 (autoload-insert-section-header): Don't use autoload-trim-file-name
21857 since the file is already relative now.
21858 (autoload-trim-file-name): Remove.
21859
21860 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21861 (vc-arch-complete, vc-arch--version-completion-table)
21862 (vc-arch-revision-completion-table): New functions to provide
21863 completion of revision names.
21864 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21865 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21866 to let the user trim the revlib.
21867
21868 * vc.el: Add new VC operation `revision-completion-table'.
21869 (vc-default-revision-completion-table): New function.
21870 (vc-version-diff, vc-version-other-window): Use it to provide
21871 completion of revision names if the backend provides it.
21872
21873 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21874
21875 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21876 of newer .svn/entries.
21877
21878 2007-06-25 David Kastrup <dak@gnu.org>
21879
21880 * calc/calc-poly.el (math-padded-polynomial)
21881 (math-partial-fractions): Add some function comments.
21882
21883 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21884
21885 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21886 Make `outbuf' optional.
21887 (update-file-autoloads): Use it.
21888
21889 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21890
21891 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
21892 (autoload-find-destination): Keep it uptodate.
21893 (autoload-save-buffers): New fun.
21894 (update-file-autoloads): Use it. Re-add the "up to date" message.
21895
21896 * emacs-lisp/autoload.el: Refactor for upcoming changes.
21897 (autoload-find-destination): New function extracted from
21898 update-file-autoloads.
21899 (update-file-autoloads): Use it.
21900 (autoload-generate-file-autoloads): New function extracted from
21901 generate-file-autoloads. Use file-relative-name. Delay computation of
21902 output-start to the first cookie. Remove done-any, replaced by
21903 output-start.
21904 (generate-file-autoloads): Use it.
21905
21906 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
21907
21908 * calc/calc-comb.el (math-init-random-base, math-prime-test):
21909 Use math-read-number-simple to insert constants.
21910 (math-prime-test): Redo calculation of sum.
21911
21912 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
21913
21914 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
21915 math-scale-bignum-3.
21916 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
21917 math-bignum-digit-size.
21918 (math-isqrt-small): Add another possible initial guess.
21919
21920 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21921
21922 * textmodes/bibtex.el (bibtex-entry-format): New options
21923 `whitespace', `braces', and `string'.
21924 (bibtex-field-braces-alist, bibtex-field-strings-alist)
21925 (bibtex-field-braces-opt, bibtex-field-strings-opt)
21926 (bibtex-cite-matcher-alist): New variables.
21927 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
21928 (bibtex-flash-head): Use blink-matching-delay.
21929 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
21930 (bibtex-format-entry, bibtex-reformat): Handle new options of
21931 bibtex-entry-format.
21932 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
21933 New functions.
21934 (bibtex-complete-internal): Do not display messages while
21935 minibuffer is used. Do not leave around a completions buffer
21936 that is out of date.
21937 (bibtex-copy-summary-as-kill): New optional arg.
21938 (bibtex-font-lock-url): New optional arg no-button.
21939 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
21940 (bibtex-url): Allow multiple URLs per entry.
21941
21942 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * emacs-lisp/autoload.el (autoload-generated-file): New function.
21945 (update-file-autoloads, update-directory-autoloads): Use it.
21946 (autoload-file-load-name): New function.
21947 (generate-file-autoloads, update-file-autoloads): Use it.
21948 (autoload-find-file): Accept non-absolute argument. Set default-dir.
21949 (generate-file-autoloads): If the autoloaded form is malformed,
21950 indicate the problem with a warning instead of aborting.
21951
21952 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
21953
21954 * simple.el (next-error-recenter): Accept `(4)' as well;
21955 also, specify `integer' instead of `number'.
21956
21957 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21958
21959 * ls-lisp.el (insert-directory): If an invalid regexp error is
21960 thrown, try using FILE as a literal file name, not a wildcard.
21961
21962 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
21963
21964 * ruler-mode.el (ruler-mode): Prevent clobbering the original
21965 `header-line-format' when reentering ruler mode.
21966
21967 2007-06-23 Eli Zaretskii <eliz@gnu.org>
21968
21969 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
21970 FILE exists as a file.
21971
21972 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
21973
21974 * calc/calc.el (math-bignum-digit-length)
21975 (math-bignum-digit-size, math-small-integer-size):
21976 New constants.
21977 (math-normalize, math-bignum-big, math-make-float)
21978 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
21979 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
21980 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
21981 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
21982 (math-quotient, math-div-bignum, math-div-bignum-digit)
21983 (math-div-bignum-part, math-format-bignum-decimal)
21984 (math-read-bignum): Use math-bignum-digit-length,
21985 math-bignum-digit-size and math-small-integer-size.
21986
21987 * calc/calc-ext.el (math-fixnum-big): Use the variable
21988 math-bignum-digit-size.
21989
21990 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21991
21992 * log-view.el (log-view-mode-menu): New menu.
21993
21994 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21995
21996 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
21997 differently.
21998
21999 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22000 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22001
22002 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22003
22004 * vc-hg.el (vc-hg-print-log): Insert the file name.
22005 (vc-hg-log-view-mode): Fontify the file name.
22006
22007 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22008
22009 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22010 (calcFunc-julian): Fix incorrect number used in calculations.
22011
22012 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
22013
22014 * simple.el (next-error-recenter): New defcustom.
22015 (next-error, next-error-internal): Recenter if specified,
22016 immediately prior to running `next-error-hook'.
22017
22018 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22019 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22020
22021 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22022
22023 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22024
22025 * calc/calc-comb.el (math-small-factorial-table): New variable.
22026 (calcFunc-fact): Use `math-small-factorial-table'.
22027
22028 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22029 initial values.
22030 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22031 New variables to use in caches.
22032
22033 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22034 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22035
22036 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22037 (math-bernoulli-b-cache): Use math-read-number-simple to insert
22038 bignums.
22039
22040 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22041 New variables to use in caches.
22042
22043 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22044
22045 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22046
22047 * vc-hg.el (vc-hg-log-view-mode): New mode.
22048
22049 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
22050
22051 * calc/calc.el (math-read-number-simple): New function.
22052
22053 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22054
22055 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22056 (vera-font-lock-match-item): Fix doc string.
22057 (vera-in-comment-p): Remove unused function.
22058 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22059 use `syntax-ppss'.
22060 (vera-forward-syntactic-ws): Fix argument order.
22061 (vera-prepare-search): Use `with-syntax-table'.
22062 (vera-indent-line): Fix doc string.
22063 (vera-electric-tab): Fix doc string.
22064 (vera-expand-abbrev): Define alias instead of using `fset'.
22065 (vera-comment-uncomment-region): Use `comment-start-skip'.
22066
22067 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
22068
22069 * textmodes/org.el (org-export-with-footnotes): New option.
22070 (org-export-as-html): Fix replacement bug for XEmacs.
22071 (org-agenda-default-appointment-duration): New option.
22072
22073 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
22074
22075 * vc-hg.el: Add to do items.
22076 (vc-hg-diff): Add support for comparing different revisions.
22077 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22078 (vc-hg-annotate-extract-revision-at-line)
22079 (vc-hg-previous-version, vc-hg-checkin): New functions.
22080 (vc-hg-annotate-re): New constant.
22081
22082 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
22083
22084 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22085
22086 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22087
22088 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22089 buffer-local value of log-view-*-re if applicable.
22090
22091 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22092 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22093 (vc-bzr-command*): Remove both (incompatible) versions.
22094 (vc-bzr-do-command*): Remove.
22095 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22096 Remove by folding into its only caller vc-bzr-command.
22097 (vc-bzr-command): Always set the environment, even when ineffective.
22098 (vc-bzr-version): Minor fix up.
22099 (vc-bzr-admin-dirname): New var.
22100 (vc-bzr-bzr-dir): Remove.
22101 (vc-bzr-root-dir): New fun.
22102 (vc-bzr-registered): Use it. Add an autoloaded version.
22103 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22104 (vc-bzr-view-log-function): Remove.
22105 (vc-bzr-log-view-mode): New major mode to replace it.
22106 (vc-bzr-print-log): Only activate the old hack if needed.
22107
22108 * vc.el (vc-default-log-view-mode): New function.
22109 (vc-print-log): Add new `log-view-mode' VC operation.
22110
22111 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
22112
22113 * ido.el (ido-find-file-in-dir): Don't signal an error for
22114 empty directories.
22115
22116 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22117
22118 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22119 directory where the desktop file was found, as the docstring says.
22120 (desktop-kill): Use `read-directory-name'.
22121
22122 2007-06-20 Alan Mackenzie <acm@muc.de>
22123
22124 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22125 When removing lines, also remove the \n. Correction of patch of
22126 2007-04-21.
22127
22128 2007-06-20 Martin Rudalics <rudalics@gmx.at>
22129
22130 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22131 event is not a cons cell. Do not unread drag-mouse-1 events.
22132 Select right window in check whether space was stolen from
22133 window above.
22134
22135 * help-mode.el (help-make-xrefs): Adjust position of new forward
22136 button.
22137
22138 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
22139
22140 * vc-bzr.el (vc-bzr-with-process-environment)
22141 (vc-bzr-std-process-invocation): New macros.
22142 (vc-bzr-command, vc-bzr-command*): Use them.
22143 (vc-bzr-with-c-locale): Remove.
22144 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22145 (vc-bzr-buffer-nonblank-p): New function.
22146 (vc-bzr-state-words): New const.
22147 (vc-bzr-state): Look for `bzr status' keywords in output.
22148 Display everything else as a warning message to the user.
22149 Fix status report with bzr >= 0.15.
22150
22151 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
22152
22153 * vc-hg.el (vc-hg-global-switches): Simplify.
22154 (vc-hg-state): Handle more states.
22155 (vc-hg-diff): Fix doc-string.
22156 (vc-hg-register): New function.
22157 (vc-hg-checkout): Likewise.
22158
22159 2007-06-20 Reto Zimmermann <reto@gnu.org>
22160
22161 * progmodes/vera-mode.el: New file.
22162
22163 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
22164
22165 * calc/calc.el (calc-multiplication-has-precendence):
22166 New variable.
22167 (math-standard-ops, math-standard-ops-p, math-expr-ops):
22168 New functions.
22169 (math-expr-opers): Define using math-standard-ops rather than
22170 math-standard-opers.
22171 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22172 equal the function math-standard-ops rather than the variable
22173 math-standard-opers.
22174 (calc-algebraic-entry): Let math-expr-opers equal
22175 math-standard-ops or math-expr-ops, as appropriate.
22176 (math-expr-read-level, math-read-factor): Let math-expr-opers
22177 equal math-expr-ops.
22178 * calc/calc-embed.el (calc-embedded-finish-edit):
22179 Let math-expr-opers equal the function math-standard-ops
22180 rather than the variable math-standard-opers.
22181 * calc/calc-ext.el (math-read-plain-expr)
22182 (math-format-flat-expr-fancy): Let math-expr-opers equal the
22183 function math-standard-ops rather than the variable
22184 math-standard-opers.
22185 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22186 Let math-expr-opers equal the function math-standard-ops rather
22187 than the variable math-standard-opers.
22188 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22189 equal the function math-standard-ops rather than the variable
22190 math-standard-opers.
22191 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22192 equal the function math-standard-ops rather than the variable
22193 math-standard-opers.
22194 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22195 math-expr-ops.
22196
22197 2007-06-19 Ivan Kanis <apple@kanis.eu>
22198
22199 * vc-hg.el: New file.
22200
22201 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
22202
22203 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22204 with font-lock-multiline.
22205
22206 2007-06-17 Glenn Morris <rgm@gnu.org>
22207
22208 * lpr.el (lpr-page-header-switches): Move %s to separate element
22209 for correct quoting. Doc fix.
22210
22211 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22212
22213 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22214 than setting sgml-xml-mode.
22215 (sgml-mode, html-mode): Set sgml-xml-mode.
22216 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22217 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22218 (sgml-electric-tag-pair-before-change-function)
22219 (sgml-electric-tag-pair-flush-overlays): New functions.
22220 (sgml-electric-tag-pair-mode): New minor mode.
22221 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22222 (sgml-calculate-indent): Use assoc-string.
22223
22224 2007-06-16 Karl Fogel <kfogel@red-bean.com>
22225
22226 * thingatpt.el (thing-at-point-email-regexp): Don't require two
22227 chars before the "@" in an email address. Andreas Roehler noticed
22228 this problem.
22229
22230 2007-06-15 Karl Fogel <kfogel@red-bean.com>
22231
22232 * thingatpt.el: Add support for email addresses (`email').
22233 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22234 (thing-at-point-email-regexp): New variable.
22235 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22236 properties on this symbol, with lambda forms for values.
22237
22238 2007-06-15 Masatake YAMATO <jet@gyve.org>
22239
22240 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22241
22242 * vc.el (vc-dired-hook): Check the backend returned from
22243 `vc-responsible-backend' can really handle `subdir'.
22244
22245 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
22246
22247 * wid-edit.el (widget-add-documentation-string-button):
22248 Fix handling of documentation indent.
22249
22250 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
22251
22252 * mb-depth.el: New file.
22253
22254 2007-06-15 Masatake YAMATO <jet@gyve.org>
22255
22256 * vc.el (vc-dired-mode): Show backend name as part of mode name.
22257
22258 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
22259
22260 * wid-edit.el (widget-default-create): Move ?h handling here...
22261 (widget-default-format-handler): ...from here.
22262 (widget-docstring, widget-add-documentation-string-button): New funs.
22263 (documentation-string): Add :visibility-widget property.
22264 (widget-documentation-string-value-create): Use it.
22265
22266 * cus-edit.el (custom-split-regexp-maybe): Simplify.
22267 (custom-buffer-create-internal): Simplify message.
22268 (custom-variable-tag): Reduce height to normal.
22269 (custom-variable-value-create, custom-face-value-create)
22270 (custom-visibility): New widget.
22271 (custom-visibility): New face.
22272 (custom-group-value-create):
22273 Call widget-add-documentation-string-button, using `custom-visibility'.
22274
22275 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22276
22277 * emacs-lisp/bytecomp.el (byte-compile-current-group)
22278 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22279 change. Apparently the "warning even if the group is implicit" is
22280 a feature rather than a bug.
22281
22282 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
22283
22284 * emulation/viper.el (viper-describe-key-ad)
22285 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22286 Compile them conditionally.
22287 (viper-version): Belated version change.
22288
22289 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
22290
22291 * follow.el (follow-all-followers, follow-generic-filter):
22292 * pcomplete.el (pcomplete-restore-windows):
22293 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22294 (x-dnd-drop-data):
22295 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22296 * progmodes/python.el (python-complete-symbol):
22297 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22298
22299 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
22300
22301 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22302 around bright and dim regexps. Make sure bright and dim matches
22303 use word anchors. Send text through rcirc-markup functions.
22304 (rcirc-url-regexp): Add single quote character.
22305 (rcirc-connect): Write logs to disk on auto-save-hook.
22306 Make server a non-optional argument.
22307 (rcirc-log-alist): New variable.
22308 (rcirc-log-directory): Make customizable.
22309 (rcirc-log-flag): New customizable variable.
22310 (rcirc-log): New function.
22311 (rcirc-print): Use above function.
22312 (rcirc-log-write): New function.
22313 (rcirc-generate-new-buffer-name): Strip text properties.
22314 (rcirc-switch-to-buffer-function): Remove variable.
22315 (rcirc-last-non-irc-buffer): Remove variable.
22316 (rcirc-non-irc-buffer): Add function.
22317 (rcirc-next-active-buffer): Use above function.
22318 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22319 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22320 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22321 (rcirc-omit-mode): Add minor-mode.
22322 (rcirc-mode-map): Change C-c C-o binding.
22323 (rcirc-mode): Clear mode-line-process. Use a custom
22324 fill-paragraph-function. Set up buffer-invisibility-spec.
22325 (rcirc-response-formats): Remove timestamp code.
22326 (rcirc-omit-responses): Add variable.
22327 (rcirc-print): Don't put the overlay arrow on potentially omitted
22328 lines. Log line to disk. Record activity for private messages
22329 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
22330 (rcirc-jump-to-first-unread-line): Print message if there is no
22331 unread text.
22332 (rcirc-clear-unread): New function.
22333 (rcirc-markup-text-functions): Add variable.
22334 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22335 (rcirc-debug): Don't mess with window configuration.
22336 (rcirc-send-message): Send message before printing locally.
22337 Add SILENT argument, do not print message if non-nil.
22338 (rcirc-visible-buffers): New function and variable.
22339 (rcirc-window-configuration-change-1): Add function.
22340 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22341 server buffer.
22342 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22343 (rcirc-fill-paragraph): Add function.
22344 (rcirc-record-activity, rcirc-window-configuration-change-1):
22345 Only update the activity string if it has actually changed.
22346 (rcirc-update-activity-string): Remove padding characters from the
22347 mode-line string.
22348 (rcirc-disconnect-buffer): New function to be called when a
22349 channel is parted or the user quits.
22350 (rcirc-server-name): Warn when the server-name hasn't been set.
22351 (rcirc-window-configuration-change): Postpone work until
22352 post-command-hook.
22353 (rcirc-window-configuration-change-1): Update mode-line and
22354 overlay arrows here.
22355 (rcirc-authenticate): Fixc hanserv identification.
22356 (rcirc-default-server): Remove variable.
22357 (rcirc): Connect according to rcirc-connections.
22358 (rcirc-connections): Add variable.
22359 (rcirc-startup-channels-alist): Remove variable.
22360 (rcirc-startup-channels): Remove function.
22361
22362 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22365
22366 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
22367
22368 * term/xterm.el (terminal-init-xterm): Escape parens in character
22369 constants.
22370
22371 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22372
22373 * progmodes/sh-script.el: Remove unneeded * from docstrings.
22374 Use [:alpha:] and [:alnum:] where applicable.
22375 (sh-quoted-subshell): Rewrite to correctly
22376 handle nested mixes of `...' and $(...).
22377 (sh-apply-quoted-subshell): Remove.
22378 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22379
22380 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
22381
22382 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
22383
22384 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22385 previous change.
22386
22387 2007-06-12 Tom Tromey <tromey@redhat.com>
22388
22389 * subr.el (user-emacs-directory): New defconst.
22390 * cmuscheme.el (scheme-start-file):
22391 * shell.el (shell):
22392 * completion.el (save-completions-file-name):
22393 * custom.el (custom-theme-directory):
22394 * term/x-win.el (emacs-session-filename):
22395 * filesets.el (filesets-menu-cache-file):
22396 * thumbs.el (thumbs-thumbsdir):
22397 * server.el (server-auth-dir):
22398 * image-dired.el (image-dired-dir):
22399 (image-dired-db-file):
22400 (image-dired-temp-image-file):
22401 (image-dired-gallery-dir):
22402 (image-dired-temp-rotate-image-file):
22403 * play/gamegrid.el (gamegrid-user-score-file-directory):
22404 * savehist.el (savehist-file):
22405 * tutorial.el (tutorial--saved-dir):
22406 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22407
22408 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
22409
22410 * scroll-lock.el (scroll-lock-mode): Doc fix.
22411
22412 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22413
22414 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22415
22416 * ediff-init.el: Doc strings.
22417
22418 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22419
22420 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22421 (byte-compile-file): Bind it.
22422 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22423 group argument is provided implicitly.
22424 (byte-compile-format-warn, byte-compile-from-buffer)
22425 (byte-compile-insert-header): Don't hardcode point-min==1.
22426 (byte-compile-file-form-require): Remove unused var old-load-list.
22427 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22428
22429 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22430
22431 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22432 Display error messages.
22433 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22434 Get rid of cl.el dependencies.
22435
22436 * emulation/viper-init.el (viper-suppress-input-method-change-message):
22437 New variable.
22438 (viper-activate-input-method-action)
22439 (viper-inactivate-input-method-action):
22440 Use viper-suppress-input-method-change-message.
22441
22442 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22443 for C-s, C-r.
22444
22445 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22446 Use viper-replace-overlay-cursor-color instead of
22447 viper-replace-overlay-cursor-color.
22448 (viper-sit-for-short): Use sit-for with 3 arguments.
22449
22450 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22451 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22452 to gud-mode.
22453
22454 * ediff-mult.el (ediff-meta-buffer-brief-message)
22455 (ediff-meta-buffer-verbose-message): New variables.
22456 (ediff-meta-buffer-message): Variable deleted.
22457 (ediff-verbose-help-enabled): New variable.
22458 (ediff-toggle-verbose-help-meta-buffer): New function.
22459 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22460 message options.
22461
22462 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22463 (ediff-fixup-patch-map): Improve heuristic.
22464
22465 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22466
22467 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22468 (log-view-font-lock-keywords): Simplify.
22469 (log-view-current-file, log-view-current-tag): Simplify.
22470
22471 2007-06-12 Sam Steingold <sds@gnu.org>
22472
22473 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22474
22475 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
22476
22477 * desktop.el (desktop-load-locked-desktop): New option.
22478 (desktop-read): Use it.
22479 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22480 Use `when'.
22481
22482 2007-06-12 Davis Herring <herring@lanl.gov>
22483
22484 * desktop.el (desktop-save-mode-off): New function.
22485 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22486 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22487 (desktop-claim-lock, desktop-release-lock): New functions.
22488 (desktop-kill): Tell `desktop-save' that this is the last save.
22489 Release the lock afterwards.
22490 (desktop-buffer-info): New function.
22491 (desktop-save): Use it. Run `desktop-save-hook' where the doc
22492 says to. Detect conflicts, and manage the lock.
22493 (desktop-read): Detect conflicts. Manage the lock.
22494
22495 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22496
22497 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22498
22499 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22500 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
22501 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22502 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22503 keysyms rather than byte sequences.
22504 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22505
22506 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22507
22508 * font-lock.el (font-lock-add-keywords): In case font-lock was only
22509 half-activated, forcefully activate it completely.
22510
22511 2007-06-11 Richard Stallman <rms@gnu.org>
22512
22513 * cus-edit.el (custom-variable-type): Doc fix.
22514
22515 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22516
22517 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22518 (sh-font-lock-flush-syntax-ppss-cache): New functions.
22519 (sh-font-lock-syntactic-keywords): Use them to distinguish the
22520 different possible cases for \'.
22521
22522 * complete.el (PC-bindings): Don't bind things already bound in the
22523 parent keymap.
22524
22525 * textmodes/bibtex-style.el: New file.
22526
22527 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
22528
22529 * vc-bzr.el: New file.
22530
22531 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22532
22533 * vc-svn.el (vc-svn-program): New var.
22534 (vc-svn-command): Use it.
22535
22536 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
22537
22538 * server.el (server-switch-buffer): Remove redundant check.
22539
22540 2007-06-10 Martin Rudalics <rudalics@gmx.at>
22541
22542 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22543 Match against file-name-nondirectory.
22544 Fix text on user customization variables.
22545 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22546
22547 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22548
22549 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22550
22551 2007-06-09 Davis Herring <herring@lanl.gov>
22552
22553 * desktop.el (desktop-minor-mode-table): Doc fix.
22554
22555 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22556
22557 * textmodes/css-mode.el (css-navigation-syntax-table):
22558 Use set-char-table-range so it also works in the unicode branch.
22559
22560 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22561
22562 * help-mode.el (help-xref-forward-stack)
22563 (help-xref-stack-forward-item, help-forward-label): New variables.
22564 (help-forward): New button type.
22565 (help-setup-xref): Initialise help-xref-forward-stack.
22566 (help-make-xrefs): Add forward button, if appropriate.
22567 (help-xref-go-back): Push item on forward stack.
22568 (help-xref-go-forward, help-go-forward): New functions.
22569
22570 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
22571
22572 * dired.el (dired-mode-map): Remove spurious separator.
22573
22574 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22575
22576 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22577
22578 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22579 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22580
22581 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
22582
22583 * textmodes/org.el: Version number fixed.
22584
22585 2007-06-07 Glenn Morris <rgm@gnu.org>
22586
22587 * version.el (emacs-copyright): New constant.
22588 * startup.el (fancy-splash-tail): Use emacs-copyright.
22589 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22590
22591 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22592 `make-local'.
22593 (byte-compile-warnings-safe-p): Add `make-local'.
22594 (byte-compile-make-variable-buffer-local):
22595 Allow byte-compile-warnings to suppress this warning.
22596
22597 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22598 format of "menu" description.
22599 (tutorial--find-changed-keys): Describe the specific menu a
22600 command is in.
22601
22602 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22603 Rewrite compatibility functions to silence byte-compiler.
22604
22605 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22606
22607 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22608 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22609
22610 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
22611
22612 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22613
22614 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22615
22616 * progmodes/ebrowse.el (ebrowse-member-table):
22617 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22618 (org-batch-agenda-csv): Fix typos in docstrings.
22619
22620 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
22621
22622 * pgg.el (pgg-sign-region, pgg-sign):
22623 * ses.el (ses-call-printer):
22624 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22625 * textmodes/org.el (org-cycle): Fix typos in docstrings.
22626
22627 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
22628
22629 * textmodes/org.el (org-export-region-as-html)
22630 (org-replace-region-by-html, org-number-to-letters)
22631 (org-table-fedit-finish, org-normalize-color)
22632 (org-table-fedit-ref-right, org-date-to-gregorian)
22633 (org-table-fedit-move, org-table-convert-refs-to-rc)
22634 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22635 (org-write-agenda, org-colgroup-info-to-vline-list)
22636 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22637 (org-indent-line-function, org-export-as-html-to-buffer)
22638 (org-store-agenda-views, org-update-mode-line)
22639 (org-find-if, org-delete-all)
22640 (org-table-fedit-convert-buffer, org-emphasize)
22641 (org-uniquify, org-table-fedit-lisp-indent)
22642 (org-table-fedit-scroll, org-get-todo-sequence-head)
22643 (org-table-fedit-scroll-down, org-table-fedit-line-down)
22644 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22645 (org-table-fedit-toggle-coordinates, org-dvipng-color)
22646 (org-table-fedit-line-up, org-table-fedit-ref-down)
22647 (org-table-formula-from-user, org-mode-flyspell-verify)
22648 (org-cycle-show-empty-lines, org-ctrl-c-ret)
22649 (org-table-formula-to-user, org-diary-to-ical-string)
22650 (orgtbl-export, org-table-fedit-post-command)
22651 (org-closed-in-range, org-shiftcontrolright)
22652 (org-table-convert-refs-to-an, org-table-hline-and-move)
22653 (org-table-formula-less-p, org-format-table-ascii)
22654 (org-agenda-get-sexps, org-shift-refpart)
22655 (org-diary-sexp-entry, org-time-string-to-absolute)
22656 (org-table-show-reference, org-letters-to-number)
22657 (org-fix-agenda-info, org-table-fedit-ref-up)
22658 (org-table-fedit-shift-reference, org-table-fedit-abort)
22659 (org-closest-date, org-shiftcontrolleft)
22660 (org-at-heading-or-item-p, org-rematch-and-replace)
22661 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22662 New functions.
22663 (org-table-edit-scroll-down, org-finish-edit-formulas)
22664 (org-table-edit-next-field, org-abort-edit-formulas)
22665 (org-font-lock-level, org-export-find-first-heading-line)
22666 (org-table-edit-line-down, org-table-edit-backward-field)
22667 (org-edit-formula-lisp-indent, org-table-edit-move)
22668 (org-check-log-option, org-this-word)
22669 (org-table-edit-line-up, org-table-edit-formulas-post-command)
22670 (org-agenda-file-to-end, org-expand-file-name)
22671 (org-fake-empty-table-line, org-table-edit-scroll)
22672 (org-toggle-log-option, org-show-reference): Function removed.
22673 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22674 New defsubsts.
22675 (org-unmodified, org-batch-store-agenda-views)
22676 (org-batch-agenda-csv): New macro.
22677 (org-agenda-export): New customization group.
22678 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22679 (org-highest-priority, org-agenda-exporter-settings)
22680 (org-log-done-with-time, org-replace-disputed-keys)
22681 (org-format-latex-header, org-export-table-header-tags)
22682 (org-cycle-separator-lines, org-export-table-data-tags)
22683 (org-icalendar-include-sexps)
22684 (org-empty-line-terminates-plain-lists)
22685 (org-log-repeat, org-special-ctrl-a)
22686 (org-table-use-standard-references, org-disputed-keys)
22687 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22688 (org-agenda-export-html-style): New option.
22689 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22690 (org-CUA-compatible): Option removed.
22691 (org-agenda-structure, org-sexp-date): New face.
22692 (org-todo-keywords-for-agenda, org-not-done-keywords)
22693 (org-planning-or-clock-line-re, org-agenda-name)
22694 (org-table-colgroup-info, org-todo-sets)
22695 (constants-unit-system, org-clock-mode-line-entry)
22696 (org-mode-line-timer, org-table-current-begin-pos)
22697 (org-todo-keywords-1, org-mode-line-string)
22698 (org-table-clean-did-remove-column, org-table-fedit-map)
22699 (org-clock-heading, org-table-buffer-is-an)
22700 (org-agenda-info, org-done-keywords)
22701 (org-done-keywords-for-agenda, org-todo-heads)
22702 (org-todo-kwd-alist, org-clock-start-time): New variable.
22703 (org-todo-kwd-priority-p, org-edit-formulas-map)
22704 (org-repeat-re, org-todo-kwd-max-priority)
22705 (org-version, org-done-string)
22706 (org-table-clean-did-remove-column-1, org-disputed-keys):
22707 Remove variables.
22708 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22709 (org-ts-lengths): Constant removed.
22710 (org-follow-gnus-link): Don't ask how many articles to read.
22711 (org-export-find-first-export-line): Rename from
22712 `org-export-find-first-heading'.
22713 Use `org-export-skip-text-before-1st-heading'.
22714 (org-table-fedit-post-command): Rename from
22715 `org-table-edit-formulas-post-command'.
22716 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22717 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22718 (org-table-fedit-lisp-indent): Rename from
22719 `org-edit-formula-lisp-indent'.
22720 (org-table-show-reference): Rename from `org-show-reference'.
22721 (org-table-store-formulas): Use `org-table-formula-less-p'.
22722 (org-table-edit-formulas): Position cursor to current field equation.
22723 (org-update-checkbox-count, org-hide-archived-subtrees)
22724 (org-timestamp-up-day, org-timestamp-down-day)
22725 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22726 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22727 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22728 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22729 Let `org-on-heading-p' also check for invisible heading.
22730 (org-read-date): Match am/pm times.
22731 (org-eval-in-calendar): Fix default date in prompt.
22732
22733 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22734
22735 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22736 "ChangeLog.a" entries, giving the latter lower priority.
22737
22738 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22739
22740 * faces.el (face-id): If the argument is a face alias,
22741 return the ID of the target face.
22742
22743 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22744
22745 * net/socks.el (top): Remove unnecessary copyright line.
22746
22747 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22748
22749 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22750
22751 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22752
22753 * net/socks.el: New file, taken from w3 repository.
22754 (top): Update Copyright. Don't load cl.el.
22755 (all): Replace `case' by `cond', `string-to-int' by
22756 `string-to-number', and `process-kill-without-query' by
22757 `set-process-query-on-exit-flag'.
22758 (socks-char-int): Remove defalias and all occurrences.
22759
22760 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22761
22762 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22763 Fix typos in docstrings.
22764 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22765 (compilation-finish-function): Fix typo in obsolescence declaration.
22766
22767 2007-06-03 Sam Steingold <sds@gnu.org>
22768
22769 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22770 handle unending automatic recompilation of changed files (`omake -P').
22771 (compilation-loop): VISITED is now 5th CDR.
22772 (compilation-next-error-function): Set TIMESTAMP.
22773
22774 2007-06-03 Sam Steingold <sds@gnu.org>
22775
22776 * files.el (kill-buffer-ask): New function.
22777 (kill-some-buffers): Use it.
22778 (kill-matching-buffers): New user command.
22779
22780 2007-06-01 David Kastrup <dak@gnu.org>
22781
22782 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22783 Change default to `top'.
22784
22785 2007-05-31 Richard Stallman <rms@gnu.org>
22786
22787 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22788
22789 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22790
22791 * textmodes/css-mode.el: New file.
22792
22793 2007-05-30 Michael Olson <mwolson@gnu.org>
22794
22795 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22796 died and we are trying to send a signal to it. The program using
22797 tq.el should periodically check to see whether the process has
22798 died and react appropriately -- this is not the responsibility of
22799 tq.el, and is consistent with the rest of the tq.el source code.
22800
22801 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22802
22803 * textmodes/table.el (table--point-entered-cell-function)
22804 (table--point-left-cell-function):
22805 Bind `inhibit-point-motion-hooks' to t.
22806
22807 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22808
22809 * emacs-lisp/rx.el (rx): Doc fix.
22810
22811 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22812
22813 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22814
22815 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22816
22817 Sync with Tramp 2.0.56.
22818
22819 * net/tramp.el:
22820 * net/tramp-ftp.el:
22821 * net/tramp-smb.el:
22822 * net/tramp-util.el:
22823 * net/tramp-vc.el:
22824 Don't load cl.el, because that pollutes the namespace. Replace cl
22825 macros by their implementations where necessary. Requested by
22826 Richard Stallman <rms@gnu.org>.
22827
22828 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22829 doesn't exist.
22830 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22831 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22832 (tramp-file-name-p, tramp-file-name-multi-method)
22833 (tramp-file-name-method, tramp-file-name-user)
22834 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22835 replacing defstruct `tramp-file-name'.
22836 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22837 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22838 Apply `vector' instead of `make-tramp-file-name'.
22839 (tramp-handle-make-auto-save-file-name):
22840 Apply `tramp-temporary-file-directory' for compatibility reasons.
22841 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22842 because of XEmacs.
22843 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22844 started.
22845
22846 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22847
22848 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22849
22850 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22851
22852 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22853 as the end of the ChangeLog paragraph when it ends without a line
22854 termination.
22855
22856 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22857
22858 * net/webjump.el (webjump-sample-sites):
22859 Add simple Wikipedia query.
22860
22861 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22862
22863 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22864 compatibility code.
22865
22866 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22867 (copyright-update-year): Use it.
22868
22869 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22870
22871 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22872 Add indentation and debugging info. Fix up comment convention.
22873
22874 * cus-dep.el (custom-make-dependencies): Simplify.
22875
22876 * composite.el (compose-region, decompose-region):
22877 Use inhibit-read-only and restore-buffer-modified-p.
22878
22879 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22880 (xterm-mouse-event): Use it.
22881
22882 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22883
22884 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22885 `switch-to-buffer' has returned succesfully.
22886 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22887 window is dedicated (it could iconify the frame).
22888
22889 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22890
22891 * vc-hooks.el (vc-find-root): Fix file attribute test.
22892
22893 2007-05-24 Richard Stallman <rms@gnu.org>
22894
22895 * textmodes/flyspell.el (flyspell-correct-word-before-point):
22896 Don't let opoint be nil.
22897 (flyspell-emacs-popup): Explicit error if no dialogs.
22898
22899 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
22900
22901 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
22902 (image-next-line, image-previous-line, image-scroll-up)
22903 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
22904 New functions.
22905 (image-mode-map): Remap motion commands.
22906 (image-mode-text-map): New keymap for viewing images as text.
22907 (image-mode): Use image-mode-map.
22908 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
22909
22910 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
22911
22912 * textmodes/fill.el (canonically-space-region): Make the second arg
22913 a marker if it's not already the case.
22914
22915 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22916
22917 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
22918 (tar-get-descriptor): Handle type 55, an extended pax header.
22919
22920 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
22921
22922 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
22923 to confuse outline-minor-mode.
22924
22925 2007-05-23 Eli Zaretskii <eliz@gnu.org>
22926
22927 * tar-mode.el (tar-file-name-handler): New function.
22928 (tar-extract): Bind file-name-handler-alist to it to force
22929 find-buffer-file-type-coding-system behave as if the file being
22930 extracted existed. Use last-coding-system-used to force
22931 buffer-file-coding-system to what decode-coding-region actually
22932 used to decode the file.
22933
22934 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22935
22936 * progmodes/compile.el (compilation-handle-exit):
22937 `compilation-finish-function' may change the current buffer.
22938
22939 2007-05-22 Richard Stallman <rms@gnu.org>
22940
22941 * files.el (set-auto-mode): Doc fix.
22942
22943 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
22944
22945 * help-fns.el (find-source-lisp-file): New function.
22946 (describe-function-1): Use find-source-lisp-file to find source
22947 file in compile tree.
22948
22949 2007-05-22 Eli Zaretskii <eliz@gnu.org>
22950
22951 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22952
22953 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
22954
22955 * emacs-lisp/easy-mmode.el (define-minor-mode)
22956 (easy-mmode-define-navigation): Fix typos in docstrings.
22957
22958 2007-05-22 Glenn Morris <rgm@gnu.org>
22959
22960 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
22961
22962 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
22963
22964 * mail/mail-extr.el (mail-extract-address-components):
22965 Recognize non-ASCII characters except for NBSP as words.
22966
22967 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
22968
22969 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
22970 (rcirc-print): Handle `window-width'.
22971 (rcirc-buffer-maximum-lines): Doc fix.
22972
22973 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
22974
22975 * image-mode.el (image-toggle-display): Don't clear image cache.
22976 Only use filename in image spec if the file is readable.
22977 Call image-refresh.
22978
22979 * image.el (image-type-from-file-name, image-type): Simplify.
22980 (image-type-auto-detected-p): Don't scan auto-mode-alist.
22981
22982 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
22983 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
22984
22985 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22986
22987 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
22988 is an error.
22989
22990 * term/linux.el (terminal-init-linux): Don't signal an error
22991 if gpm isn't running.
22992
22993 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
22994
22995 * t-mouse.el: Reduce to a minor-mode macro call.
22996 (t-mouse-mode): Remove the lighter.
22997
22998 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
22999
23000 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
23001
23002 * files.el (auto-mode-alist): Change the regexp so that
23003 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23004
23005 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23006
23007 * Version 22.1 released.
23008
23009 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23010
23011 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23012 changes.
23013
23014 2007-05-19 Kevin Ryde <user42@zip.com.au>
23015
23016 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23017
23018 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
23019
23020 * textmodes/sgml-mode.el: Revert last change.
23021
23022 2007-05-18 Richard Stallman <rms@gnu.org>
23023
23024 * simple.el (push-mark): Doc fix.
23025
23026 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
23027
23028 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23029 tpu-global-map.
23030 (tpu-original-global-map): Variable deleted.
23031 (tpu-control-keys-map): New keymap variable.
23032 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23033 setting keymapping directly.
23034 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23035 tpu-global-map.
23036 (tpu-edt-on): Activate the tpu-global-map.
23037 (tpu-edt-off): Deactivate the tpu-global-map.
23038
23039 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
23040
23041 * textmodes/ispell.el (ispell-get-word): Return markers
23042 for start and end positions.
23043 (ispell-word): Assume END is a marker.
23044
23045 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
23046
23047 * textmodes/sgml-mode.el (sgml-tag):
23048 Fix bug: Call sgml-transformation-function.
23049
23050 2007-05-17 Martin Rudalics <rudalics@gmx.at>
23051
23052 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23053 modified flag of buffer. Use `inhibit-modification-hooks'.
23054
23055 2007-05-16 Richard Stallman <rms@gnu.org>
23056
23057 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23058
23059 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23060
23061 * files.el (magic-mode-alist, magic-fallback-mode-alist):
23062 Move the *ml, Postscript, and XmCD entries to the fallback part.
23063
23064 * files.el (magic-fallback-mode-alist):
23065 Rename from file-start-mode-alist.
23066
23067 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23068
23069 * progmodes/compile.el (compilation-handle-exit): Quote first
23070 argument of `run-hook-with-args'.
23071
23072 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
23073
23074 * buff-menu.el (Buffer-menu-sort-column):
23075 * dabbrev.el (dabbrev-upcase-means-case-search):
23076 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23077 * info.el (Info-current-subfile):
23078 * ls-lisp.el (ls-lisp-verbosity):
23079 * msb.el (msb-menu-cond):
23080 * pcvs.el (cvs-dired-use-hook):
23081 * simple.el (set-mark-command-repeat-pop):
23082 * time.el (display-time-24hr-format, display-time-mail-file):
23083 Doc fixes.
23084
23085 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23086 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23087
23088 * view.el (view-inhibit-help-message): Fix typo in docstring.
23089 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23090
23091 2007-05-16 Martin Rudalics <rudalics@gmx.at>
23092
23093 * textmodes/ispell.el (ispell-start-process): Defend against bad
23094 default-directory.
23095
23096 2007-05-14 Eli Zaretskii <eliz@gnu.org>
23097
23098 * mail/rmail.el (rmail-convert-to-babyl-format): Check
23099 content-transfer-encoding _last_, because it's its position that
23100 we need as value of base64-header-field-end.
23101
23102 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
23103
23104 * files.el (mode-require-final-newline, require-final-newline)
23105 (enable-local-variables, enable-local-eval): Doc fixes.
23106
23107 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23108
23109 * ps-print.el: Use default color when foreground or background color
23110 are unspecified. Reported by Leo <sdl.web@gmail.com>.
23111 (ps-print-version): New version 6.7.4.
23112 (ps-rgb-color): New argument. Use default color when color is
23113 unspecified.
23114 (ps-begin-job): Fix code.
23115
23116 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
23117
23118 * longlines.el (longlines-mode): Make longlines-auto-wrap
23119 buffer-local. Add hooks unconditionally.
23120 (longlines-auto-wrap): Toggle wrapping.
23121 (longlines-after-change-function)
23122 (longlines-post-command-function): Check longlines-auto-wrap.
23123
23124 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
23125
23126 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23127 (xterm-mouse-translate): Use it.
23128
23129 2007-05-10 Richard Stallman <rms@gnu.org>
23130
23131 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23132 (iso-cvt-write-only): Likewise.
23133
23134 * emacs-lisp/easy-mmode.el (define-minor-mode):
23135 Fix generated doc string.
23136
23137 * startup.el (fancy-splash-text): Add URL of guided tour.
23138 Adjust horizontal and vertical whitespace.
23139
23140 * progmodes/compile.el (compilation-handle-exit):
23141 Use run-hook-with-args to run compilation-finish-functions.
23142
23143 * files.el (file-start-mode-alist): New variable.
23144 (magic-mode-regexp-match-limit): Doc fix.
23145 (set-auto-mode): Handle file-start-mode-alist.
23146 A little cleanup of structure.
23147
23148 * dabbrev.el (dabbrev-eliminate-newlines):
23149 Renamed from dabbrev--eliminate-newlines. All uses changed.
23150
23151 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
23152
23153 * man.el (Man-next-section): Don't consider the last line of the page
23154 as being part of any section.
23155
23156 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
23157
23158 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23159 can take any number of values.
23160
23161 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23162
23163 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23164 to the list of citation commands.
23165
23166 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23167
23168 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23169
23170 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
23171
23172 * progmodes/python.el (python-font-lock-keywords)
23173 (python-open-block-statement-p, python-mode): Add support for the new
23174 "with" keyword.
23175
23176 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23177
23178 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23179 the exact opposite of diff-goto-source.
23180
23181 * emacs-lisp/advice.el (ad-special-forms): Remove.
23182 (ad-special-form-p): Use subr-arity.
23183
23184 * newcomment.el (comment-search-forward): Make sure we search forward.
23185 (comment-enter-backward): Try and distinguish the non-matching case at
23186 EOB from the non-matching case with a missing comment-end-skip for
23187 a 2-char comment ender.
23188 (comment-choose-indent): New function extracted from comment-indent.
23189 Improve the alignment algorithm.
23190 (comment-indent): Use it.
23191
23192 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23193 XML style Processing Instructions.
23194 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
23195 (sgml-calculate-indent): Handle `pi' context.
23196
23197 * vc.el: Ensure that update-changelog issues an error when used with
23198 a backend that does not implement it.
23199 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23200 Remove `backend' argument. Use expand-file-name.
23201 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23202
23203 * progmodes/python.el (python-end-of-block): Revert last change.
23204 (python-end-of-statement): Make sure we move *forward*.
23205
23206 2007-05-08 Richard Stallman <rms@gnu.org>
23207
23208 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23209 Don't include non-self-insert commands in the exception for `-'.
23210
23211 2007-05-08 David Reitter <david.reitter@gmail.com>
23212
23213 * progmodes/python.el (python-guess-indent): Check non-nullness
23214 before comparing indent against the 2..8 interval.
23215
23216 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23217
23218 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23219 available.
23220
23221 2007-05-06 Richard Stallman <rms@gnu.org>
23222
23223 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23224
23225 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23226
23227 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23228 rather than storing their value in the revert-buffer function.
23229
23230 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
23231
23232 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23233 when disabling t-mouse-mode.
23234
23235 2007-05-01 Davis Herring <herring@lanl.gov>
23236
23237 * calendar/timeclock.el: Update version number.
23238 (timeclock-modeline-display): Mention timeclock-use-display-time
23239 in explanatory message.
23240 (timeclock-in): Fix non-interactive workday specifications.
23241 (timeclock-log): Don't kill the log buffer if it already existed.
23242 Suppress warnings when finding the log. Don't check for a nil
23243 project twice. Run hooks after killing the buffer (if applicable).
23244 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23245 was geometric). All uses changed.
23246 (timeclock-generate-report): Support prefix argument.
23247
23248 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
23249
23250 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23251 disconnections.
23252
23253 2007-05-01 Romain Francoise <romain@orebokech.com>
23254
23255 * dired-x.el: Revert 2007-04-06 change.
23256
23257 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
23258
23259 * find-dired.el (find-dired-filter): Propertize all text down to eob.
23260
23261 2007-04-29 Richard Stallman <rms@gnu.org>
23262
23263 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23264
23265 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23266
23267 * progmodes/cc-mode.el (c-before-change): Use point-min rather
23268 than 1.
23269
23270 2007-04-28 Richard Stallman <rms@gnu.org>
23271
23272 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23273
23274 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
23275
23276 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23277 don't put stop on toolbar.
23278
23279 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23280
23281 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23282
23283 2007-04-28 Eli Zaretskii <eliz@gnu.org>
23284
23285 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23286 instead of $(lisp)/mh-e.
23287
23288 2007-04-28 Glenn Morris <rgm@gnu.org>
23289
23290 * image-dired.el (image-dired-cmd-create-thumbnail-options)
23291 (image-dired-cmd-create-temp-image-options): Replace option
23292 +profile "*" with -strip.
23293
23294 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
23295
23296 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23297 Use window-start and window-end.
23298
23299 2007-04-27 Andreas Schwab <schwab@suse.de>
23300
23301 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23302
23303 2007-04-27 Eli Zaretskii <eliz@gnu.org>
23304
23305 * textmodes/fill.el (fill-paragraph): Doc fix.
23306
23307 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
23308
23309 * locate.el (locate-in-alternate-database): Doc fix.
23310
23311 2007-04-26 Glenn Morris <rgm@gnu.org>
23312
23313 * button.el (button): Use underline if supported, else fall back
23314 to color.
23315
23316 * version.el (emacs-version): Increase to 22.1.50.
23317
23318 2007-04-25 Richard Stallman <rms@gnu.org>
23319
23320 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23321
23322 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
23323
23324 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23325 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23326 pushing mark.
23327 (idlwave-current-routine): Don't push mark.
23328
23329 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
23330
23331 * image-dired.el (image-dired-display-image): Derive image-type from
23332 filename rather than assuming jpeg, in case no resizing was needed.
23333
23334 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
23335
23336 * custom.el (defface): Doc fix.
23337
23338 See ChangeLog.12 for earlier changes.
23339
23340 ;; Local Variables:
23341 ;; coding: utf-8
23342 ;; add-log-time-zone-rule: t
23343 ;; End:
23344
23345 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
23346
23347 This file is part of GNU Emacs.
23348
23349 GNU Emacs is free software; you can redistribute it and/or modify
23350 it under the terms of the GNU General Public License as published by
23351 the Free Software Foundation; either version 3, or (at your option)
23352 any later version.
23353
23354 GNU Emacs is distributed in the hope that it will be useful,
23355 but WITHOUT ANY WARRANTY; without even the implied warranty of
23356 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23357 GNU General Public License for more details.
23358
23359 You should have received a copy of the GNU General Public License
23360 along with GNU Emacs; see the file COPYING. If not, write to the
23361 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23362 Boston, MA 02110-1301, USA.
23363
23364 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af