/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7897 by monnier, Mon Jul 4 20:13:45 2005 UTC revision 1.7898 by lute, Tue Jul 5 07:45:22 2005 UTC
# Line 352  Line 352 
352          font-lock-regexp-backslash.  Doc fix.          font-lock-regexp-backslash.  Doc fix.
353          (font-lock-regexp-backslash-grouping-construct): Rename from          (font-lock-regexp-backslash-grouping-construct): Rename from
354          font-lock-regexp-backslash-construct.  Doc fix.          font-lock-regexp-backslash-construct.  Doc fix.
355          (lisp-font-lock-keywords-2): Fix highlighting of ELisp regexp          (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
356          grouping constructs.          grouping constructs.
357    
358  2005-07-02  Eli Zaretskii  <eliz@gnu.org>  2005-07-02  Eli Zaretskii  <eliz@gnu.org>
# Line 628  Line 628 
628          (facemenu-get-face): Delete function.          (facemenu-get-face): Delete function.
629          (facemenu-set-face-from-menu): Don't call facemenu-get-face.          (facemenu-set-face-from-menu): Don't call facemenu-get-face.
630          (facemenu-add-new-color): Make second argument mandatory.          (facemenu-add-new-color): Make second argument mandatory.
631          Create the approprate face and return it.  Simplify.          Create the appropriate face and return it.  Simplify.
632          (facemenu-set-foreground, facemenu-set-background): Don't check if          (facemenu-set-foreground, facemenu-set-background): Don't check if
633          color is defined.  Use return value of facemenu-add-new-color.          color is defined.  Use return value of facemenu-add-new-color.
634    
# Line 2338  Line 2338 
2338    
2339  2005-05-30  Juanma Barranquero  <lekktu@gmail.com>  2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
2340    
2341          * thumbs.el (thumbs-thumbname): The resulting thubname now          * thumbs.el (thumbs-thumbname): The resulting thumbname now
2342          includes a hash value to improve its uniqueness, and has a ".jpg"          includes a hash value to improve its uniqueness, and has a ".jpg"
2343          extension.  Also, it is now a valid filename on all systems.          extension.  Also, it is now a valid filename on all systems.
2344          (thumbs-make-thumb): Use `let', not `let*'.          (thumbs-make-thumb): Use `let', not `let*'.
# Line 2704  Line 2704 
2704          (gdb-get-selected-frame): Rename from gdb-get-current-frame.          (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2705          (gdb-frame-number): Rename from gdb-current-stack-level.          (gdb-frame-number): Rename from gdb-current-stack-level.
2706          (gdb-ann3): Match new mode-name for disassembly buffer.          (gdb-ann3): Match new mode-name for disassembly buffer.
2707          Extend initialisation of variables.          Extend initialization of variables.
2708          (gdb-post-prompt): Update disassembly from gdb-frame-handler.          (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2709          (gdb-memory-mode): Use mouse-face in header line.          (gdb-memory-mode): Use mouse-face in header line.
2710          (gdb-assembler-buffer-name): Call it disassembly and give frame          (gdb-assembler-buffer-name): Call it disassembly and give frame
# Line 3207  Line 3207 
3207          overlay initializations.          overlay initializations.
3208          (reftex-highlight): Use `reftex-move-overlay'.          (reftex-highlight): Use `reftex-move-overlay'.
3209          (reftex-unhighlight): Use `reftex-delete-overlay'.          (reftex-unhighlight): Use `reftex-delete-overlay'.
3210          (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.          (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
3211          (reftex-access-search-path): Use `reftex-uniquify' instead of          (reftex-access-search-path): Use `reftex-uniquify' instead of
3212          `reftex-uniq'          `reftex-uniq'
3213    
# Line 3866  Line 3866 
3866    
3867          * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.          * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3868          (require): CL needed to compile case.          (require): CL needed to compile case.
3869          (gud-tooltip-mode): Use to toggle GUD tooltips unstead of          (gud-tooltip-mode): Use to toggle GUD tooltips instead of
3870          tooltip-gud-tips-p.  Make it a minor-mode.          tooltip-gud-tips-p.  Make it a minor-mode.
3871          (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.          (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3872          (gud-menu-map): GUD tooltips use gud-tooltip-mode now.          (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
# Line 4011  Line 4011 
4011    
4012  2005-05-04  Nick Roberts  <nickrob@snap.net.nz>  2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
4013    
4014          * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.          * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4015    
4016  2005-05-04  Richard M. Stallman  <rms@gnu.org>  2005-05-04  Richard M. Stallman  <rms@gnu.org>
4017    
# Line 4208  Line 4208 
4208  2005-04-30  Nick Roberts  <nickrob@snap.net.nz>  2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
4209    
4210          * progmodes/cc-mode.el (cc-create-define-alist): Check that file          * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4211          exists.  Initialise cc-define-alist.          exists.  Initialize cc-define-alist.
4212          (c-mode): Add cc-create-define-alist locally to after-save-hook.          (c-mode): Add cc-create-define-alist locally to after-save-hook.
4213          If there is no file (Macroexpansion) don't create an alist.          If there is no file (Macroexpansion) don't create an alist.
4214    
# Line 4300  Line 4300 
4300    
4301          * progmodes/cc-mode.el (cc-create-define-alist): New function.          * progmodes/cc-mode.el (cc-create-define-alist): New function.
4302          (cc-define-alist): New variable.          (cc-define-alist): New variable.
4303          (c-mode): Make it local and initialise it.          (c-mode): Make it local and initialize it.
4304    
4305          * progmodes/gdb-ui.el (gdb-active-process): New variable.          * progmodes/gdb-ui.el (gdb-active-process): New variable.
4306          (gdb-exited): New function.          (gdb-exited): New function.
# Line 4831  Line 4831 
4831          (org-last-todo-state-is-todo): New variable.          (org-last-todo-state-is-todo): New variable.
4832          (org-todo): Set `org-last-todo-state-is-todo'.          (org-todo): Set `org-last-todo-state-is-todo'.
4833          (org-agenda-todo): Change face according to          (org-agenda-todo): Change face according to
4834          `org-last-todo-state-is-todo'.  And change other lines refering to          `org-last-todo-state-is-todo'.  And change other lines referring to
4835          the same entry.          the same entry.
4836          (org-calendar-goto-agenda): New command.          (org-calendar-goto-agenda): New command.
4837          (org-calendar-to-agenda-key): New option.          (org-calendar-to-agenda-key): New option.
# Line 5713  Line 5713 
5713    
5714  2005-03-30  Nick Roberts  <nickrob@snap.net.nz>  2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5715    
5716          * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.          * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5717          (gud-filter-pending-text): Move in front of gdb.          (gud-filter-pending-text): Move in front of gdb.
5718          (gud-overlay-arrow-position): New variable.          (gud-overlay-arrow-position): New variable.
5719          (gud-sentinel, gud-display-line): Use it in place of          (gud-sentinel, gud-display-line): Use it in place of
# Line 6318  Line 6318 
6318  2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>  2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
6319    
6320          * recentf.el (recentf-cleanup-remote): New variable.          * recentf.el (recentf-cleanup-remote): New variable.
6321          (recentf-cleanup): Use it to conditionally check availablity of          (recentf-cleanup): Use it to conditionally check availability of
6322          remote files.          remote files.
6323    
6324  2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)  2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
# Line 6595  Line 6595 
6595          * simple.el (next-line, previous-line): Add optional try-vscroll          * simple.el (next-line, previous-line): Add optional try-vscroll
6596          arg to recognize interactive use.  Pass it on to line-move.          arg to recognize interactive use.  Pass it on to line-move.
6597          (line-move): Don't perform auto-window-vscroll when defining or          (line-move): Don't perform auto-window-vscroll when defining or
6598          executing keyboard macro to ensure consistent behaviour.          executing keyboard macro to ensure consistent behavior.
6599    
6600  2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>  2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6601    
# Line 6691  Line 6691 
6691          * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.          * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6692          (tooltip-activate-mouse-motions-if-enabled): Use dolist.          (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6693          (tooltip-gud-tips): Simplify.          (tooltip-gud-tips): Simplify.
6694          (tooltip-gud-tips-p): Remove superflouous :set.          (tooltip-gud-tips-p): Remove superfluous :set.
6695          (tooltip-gud-modes): Add fortran-mode.          (tooltip-gud-modes): Add fortran-mode.
6696          (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.          (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6697    
# Line 7844  Line 7844 
7844          * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)          * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7845          (gdb-goto-breakpoint): Make breakpoint handling work on template          (gdb-goto-breakpoint): Make breakpoint handling work on template
7846          functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>          functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
7847          (gdb-assembler-custom): Update to recognise breakpoint information          (gdb-assembler-custom): Update to recognize breakpoint information
7848          added on 2005-01-19.          added on 2005-01-19.
7849    
7850  2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>  2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
# Line 8013  Line 8013 
8013  2005-01-19  Steven Tamm  <steventamm@mac.com>  2005-01-19  Steven Tamm  <steventamm@mac.com>
8014    
8015          * term/mac-win.el (process-connection-type): Use new          * term/mac-win.el (process-connection-type): Use new
8016          operating-system-release variable to use ptys on Darwin 7 (OSX          operating-system-release variable to use ptys on Darwin 7 (OS X
8017          10.3) when using carbon build.          10.3) when using carbon build.
8018    
8019  2005-01-19  Jay Belanger  <belanger@truman.edu>  2005-01-19  Jay Belanger  <belanger@truman.edu>
# Line 9502  Line 9502 
9502    
9503  2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>  2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
9504    
9505          * term.el (term-termcap-format): Synchronyze with terminfo.          * term.el (term-termcap-format): Synchronize with terminfo.
9506          (term-emulate-terminal): Handle reset.          (term-emulate-terminal): Handle reset.
9507          (term-reset-terminal): New function.          (term-reset-terminal): New function.
9508    
# Line 12610  Line 12610 
12610    
12611  2004-10-06  Nick Roberts  <nickrob@snap.net.nz>  2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
12612    
12613          * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.          * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12614    
12615  2004-10-06  John Paul Wallington  <jpw@gnu.org>  2004-10-06  John Paul Wallington  <jpw@gnu.org>
12616    
# Line 12773  Line 12773 
12773          (term-mode): Set `indent-tabs-mode' to nil.          (term-mode): Set `indent-tabs-mode' to nil.
12774          (term-paste): New function to be bound to S-insert.          (term-paste): New function to be bound to S-insert.
12775          (term-send-del, term-send-backspace): Change the strings sent.          (term-send-del, term-send-backspace): Change the strings sent.
12776          (term-termcap-format): Synchronyze with etc/e/eterm.ti.          (term-termcap-format): Synchronize with etc/e/eterm.ti.
12777          (term-handle-colors-array): Fix handling of underline and reverse.          (term-handle-colors-array): Fix handling of underline and reverse.
12778          (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.          (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
12779          (term-erase-in-line): Fix comparison.          (term-erase-in-line): Fix comparison.
# Line 12836  Line 12836 
12836          easter, not all easter holidays.  Various Easter holidays moved to          easter, not all easter holidays.  Various Easter holidays moved to
12837          `christian-holidays' variable in calendar.el.          `christian-holidays' variable in calendar.el.
12838          * calendar/calendar.el (christian-holidays): Adapt for new          * calendar/calendar.el (christian-holidays): Adapt for new
12839          behaviour of `holiday-advent' and `holiday-easter-etc' functions.          behavior of `holiday-advent' and `holiday-easter-etc' functions.
12840    
12841  2004-09-23  Kim F. Storm  <storm@cua.dk>  2004-09-23  Kim F. Storm  <storm@cua.dk>
12842    
# Line 13003  Line 13003 
13003    
13004          * term.el (term-down): Perform vertical motion if DOWN is negative.          * term.el (term-down): Perform vertical motion if DOWN is negative.
13005          (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.          (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13006          (term-termcap-format): Synchronyze with the eterm terminfo entry          (term-termcap-format): Synchronize with the eterm terminfo entry
13007          in etc/e/eterm.ti.          in etc/e/eterm.ti.
13008          (term-handle-colors-array): If the current foreground or          (term-handle-colors-array): If the current foreground or
13009          background are zero (i.e. unspecified), use the foreground and          background are zero (i.e. unspecified), use the foreground and
13010          background of the default face for reverse video.          background of the default face for reverse video.
13011          (term-ansi-at-eval-string, term-ansi-default-fg)          (term-ansi-at-eval-string, term-ansi-default-fg)
13012          (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.          (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13013          (term-mem): Delete ununsed function.          (term-mem): Delete unused function.
13014          (term-protocol-version): Increment.          (term-protocol-version): Increment.
13015          (term-current-face): Set to default.          (term-current-face): Set to default.
13016    
# Line 13282  Line 13282 
13282          length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,          length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13283          ps-mule-next-point -> 1+).          ps-mule-next-point -> 1+).
13284    
13285          * composite.el (encode-composition-rule): Add autoload cooky.          * composite.el (encode-composition-rule): Add autoload cookie.
13286    
13287  2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>  2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
13288    
# Line 13669  Line 13669 
13669          * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER          * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13670          controls whether to display the error buffer.          controls whether to display the error buffer.
13671    
13672          * ps-mule.el: Delete compatibility code for old Emacses.          * ps-mule.el: Delete compatibility code for old Emacsen.
13673          (ps-mule-find-wrappoint): Don't use chars-in-region.          (ps-mule-find-wrappoint): Don't use chars-in-region.
13674    
13675          * frame.el (display-mouse-p, display-selections-p):          * frame.el (display-mouse-p, display-selections-p):
# Line 13965  Line 13965 
13965          the buffer has no recorded last modification time.  Return t in          the buffer has no recorded last modification time.  Return t in
13966          case the visiting file doesn't exist.  Suggested by Luc Teirlinck          case the visiting file doesn't exist.  Suggested by Luc Teirlinck
13967          <teirllm@auburn.edu>.          <teirllm@auburn.edu>.
13968          (tramp-handle-write-region): Pass modtime explicitely to          (tramp-handle-write-region): Pass modtime explicitly to
13969          `set-visited-file-modtime', because filename can be different          `set-visited-file-modtime', because filename can be different
13970          from (buffer-file-name) if `file-precious-flag' is set.          from (buffer-file-name) if `file-precious-flag' is set.
13971          `set-visited-file-modtime' must be called always when `visit' is t          `set-visited-file-modtime' must be called always when `visit' is t
# Line 14221  Line 14221 
14221          since Emacs 22.1 only (XEmacs has it).  Implementation rewritten          since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
14222          in order to avoid this function.          in order to avoid this function.
14223          (tramp-handle-write-region): Set current buffer.  If connection          (tramp-handle-write-region): Set current buffer.  If connection
14224          wasn't open, `file-modes' has changed it accidently.  Reported by          wasn't open, `file-modes' has changed it accidentally.  Reported by
14225          David Kastrup <dak@gnu.org>.          David Kastrup <dak@gnu.org>.
14226          (tramp-enter-password, tramp-read-passwd): New arguments USER and          (tramp-enter-password, tramp-read-passwd): New arguments USER and
14227          HOST.          HOST.
# Line 14381  Line 14381 
14381          number of symbols used.          number of symbols used.
14382          (xml-skip-dtd): Change to use xml-parse-dtd but set          (xml-skip-dtd): Change to use xml-parse-dtd but set
14383          xml-validating-parsing to nil.          xml-validating-parsing to nil.
14384          (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.          (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14385          (xml-substitute-entity): Remove in favor of new entity substitution.          (xml-substitute-entity): Remove in favor of new entity substitution.
14386          (xml-substitute-special): Rewrite in to substitute complex          (xml-substitute-special): Rewrite in to substitute complex
14387          entities from DOCTYPE declarations.          entities from DOCTYPE declarations.
14388          (xml-parse-fragment): Parse fragments from entity deleclarations.          (xml-parse-fragment): Parse fragments from entity declarations.
14389          (xml-parse-region, xml-parse-tag, xml-parse-attlist)          (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14390          (xml-parse-dtd, xml-substitute-special): Make validity checks          (xml-parse-dtd, xml-substitute-special): Make validity checks
14391          conditioned on xml-validating-parser.  Add "Not Well Formed" to          conditioned on xml-validating-parser.  Add "Not Well Formed" to
# Line 14448  Line 14448 
14448          * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.          * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14449          (iimage-mode-image-search-path): New user option to search the          (iimage-mode-image-search-path): New user option to search the
14450          image file.          image file.
14451          (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not          (iimage-locate-file): New function.  Emacs21.3 or earlier does not
14452          have locate-file.          have locate-file.
14453          (iimage-mode-buffer): Use it.          (iimage-mode-buffer): Use it.
14454    
# Line 14828  Line 14828 
14828          (utf-8-post-read-conversion): Narrow to region properly.          (utf-8-post-read-conversion): Narrow to region properly.
14829          If utf-translate-cjk-mode is on, load tables if necessary.          If utf-translate-cjk-mode is on, load tables if necessary.
14830          Call utf-8-compose with hash-table arg if necessary.          Call utf-8-compose with hash-table arg if necessary.
14831          Call XXX-compose-region instead of XXX-post-read-convesion.          Call XXX-compose-region instead of XXX-post-read-conversion.
14832          (utf-8-pre-write-conversion): New function.          (utf-8-pre-write-conversion): New function.
14833          (mule-utf-8): Include CJK charsets in safe-charsets if          (mule-utf-8): Include CJK charsets in safe-charsets if
14834          utf-translate-cjk-mode is on.  Add pre-write-conversion.          utf-translate-cjk-mode is on.  Add pre-write-conversion.
# Line 15102  Line 15102 
15102    
15103  2004-06-04  Mario Lang  <mlang@delysid.org>  2004-06-04  Mario Lang  <mlang@delysid.org>
15104    
15105          * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some          * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15106          systems appear to use mW, make the code handle this.  Fix a          systems appear to use mW, make the code handle this.  Fix a
15107          division-by-zero bug while at it, and handle kernels with          division-by-zero bug while at it, and handle kernels with
15108          a slightly different layout in /proc/acpi.          a slightly different layout in /proc/acpi.
# Line 15246  Line 15246 
15246  2004-05-30  Michael Albinus  <michael.albinus@gmx.de>  2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
15247    
15248          * files.el (file-remote-p): Apply file name handler for operation          * files.el (file-remote-p): Apply file name handler for operation
15249          `file-remote-p'.  It isn' a property any longer.          `file-remote-p'.  It isn't a property any longer.
15250          (file-relative-name): `fh' and `fd' get the required value via          (file-relative-name): `fh' and `fd' get the required value via
15251          `find-file-name-handler' already.          `find-file-name-handler' already.
15252    
# Line 15573  Line 15573 
15573          (gdb-buffer-type, gdb-input-queue, gdb-prompting)          (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15574          (gdb-output-sink, gdb-current-item, gdb-pending-triggers):          (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15575          Change from local to global gdb variable set.          Change from local to global gdb variable set.
15576          (gdb-ann3): Initialise above gdb variable set.          (gdb-ann3): Initialize above gdb variable set.
15577          (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)          (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15578          (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)          (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15579          (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)          (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
# Line 15861  Line 15861 
15861    
15862  2004-05-12  Kenichi Handa  <handa@m17n.org>  2004-05-12  Kenichi Handa  <handa@m17n.org>
15863    
15864          * descr-text.el: Require quail at comile time.          * descr-text.el: Require quail at compile time.
15865          (describe-char): If an input method is on and it supports the          (describe-char): If an input method is on and it supports the
15866          character, show how to input it.          character, show how to input it.
15867    
# Line 16247  Line 16247 
16247    
16248          * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)          * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16249          (sql-emacs20-p): Remove.          (sql-emacs20-p): Remove.
16250          (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.          (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16251          (sql-builtin-face, sql-doc-face): Remove.          (sql-builtin-face, sql-doc-face): Remove.
16252          (sql-mode-ansi-font-lock-keywords)          (sql-mode-ansi-font-lock-keywords)
16253          (sql-mode-oracle-font-lock-keywords)          (sql-mode-oracle-font-lock-keywords)
# Line 16685  Line 16685 
16685          either a character representation of an event or an event          either a character representation of an event or an event
16686          description list.          description list.
16687    
16688          * type-break.el: Capitalise Emacs and Lisp.          * type-break.el: Capitalize Emacs and Lisp.
16689          (type-break-good-break-interval, type-break-demo-boring-stats)          (type-break-good-break-interval, type-break-demo-boring-stats)
16690          (type-break-terse-messages, type-break-file-name): New defcustoms.          (type-break-terse-messages, type-break-file-name): New defcustoms.
16691          (type-break-post-command-hook)          (type-break-post-command-hook)
# Line 16693  Line 16693 
16693          (type-break-interval-start, type-break-auto-save-file-name): New vars.          (type-break-interval-start, type-break-auto-save-file-name): New vars.
16694          (type-break-mode): Document type-break-good-break-interval and the          (type-break-mode): Document type-break-good-break-interval and the
16695          "session" file.  Schedule break according to the session file.          "session" file.  Schedule break according to the session file.
16696          Kill session file buffer on exit.  Organise for save-some-buffers          Kill session file buffer on exit.  Organize for save-some-buffers
16697          to always save the session file.          to always save the session file.
16698          (type-break-mode-line-message-mode, type-break-query-mode):          (type-break-mode-line-message-mode, type-break-query-mode):
16699          Uppercase arguments.          Uppercase arguments.
# Line 17155  Line 17155 
17155          (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)          (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17156          (gdb-frame-threads-buffer, gdb-frame-registers-buffer)          (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17157          (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)          (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17158          (gdb-frame-assembler-buffer): Improve behaviour with          (gdb-frame-assembler-buffer): Improve behavior with
17159          multiple frames.          multiple frames.
17160          (gdb-display-buffer): Extend search to all visible frames.          (gdb-display-buffer): Extend search to all visible frames.
17161    
# Line 17831  Line 17831 
17831    
17832  2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>  2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
17833    
17834          * autorevert.el: Delete obsolete autoload's and defvar's.          * autorevert.el: Delete obsolete autoloads and defvars.
17835          (auto-revert-check-vc-info): New user option.          (auto-revert-check-vc-info): New user option.
17836          (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)          (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17837          (auto-revert-handler-vc): Delete.          (auto-revert-handler-vc): Delete.
# Line 17960  Line 17960 
17960    
17961          * strokes.el (strokes-global-set-stroke-string): New function.          * strokes.el (strokes-global-set-stroke-string): New function.
17962          (strokes-list-strokes): Cope with strings, not just commands.          (strokes-list-strokes): Cope with strings, not just commands.
17963          Set foreground colour of image.          Set foreground color of image.
17964          (strokes-global-set-stroke): Doc fix.          (strokes-global-set-stroke): Doc fix.
17965    
17966  2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>  2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
# Line 18061  Line 18061 
18061    
18062          * descr-text.el (describe-property-list): Add a button          * descr-text.el (describe-property-list): Add a button
18063          for `face' property that calls `describe-face'.          for `face' property that calls `describe-face'.
18064          Suggested by luis fernandes <elf@ee.ryerson.ca>          Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18065    
18066          * international/mule.el (keyboard-coding-system):          * international/mule.el (keyboard-coding-system):
18067          * kmacro.el (kmacro-call-macro): Fix docstring.          * kmacro.el (kmacro-call-macro): Fix docstring.
# Line 18442  Line 18442 
18442          (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.          (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18443          (ruler-mode-ruler-function): New variable.          (ruler-mode-ruler-function): New variable.
18444          (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'          (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18445          if the value for `ruler-mode-ruler-function'is given.          if the value for `ruler-mode-ruler-function' is given.
18446    
18447          * hexl.el (hexl-mode-hook): Make the hook customizable.          * hexl.el (hexl-mode-hook): Make the hook customizable.
18448          (hexl-address-area, hexl-ascii-area): New customize variables.          (hexl-address-area, hexl-ascii-area): New customize variables.
# Line 18816  Line 18816 
18816    
18817          * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but          * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18818          `tramp-unified-filenames'.          `tramp-unified-filenames'.
18819          (tramp-completion-mode): Make test for XEmacs explicitely.          (tramp-completion-mode): Make test for XEmacs explicitly.
18820          `event-to-character' can exists in Emacs packages too.          `event-to-character' can exists in Emacs packages too.
18821          Reported by Matt Swift <swift@alum.mit.edu>.          Reported by Matt Swift <swift@alum.mit.edu>.
18822          (tramp-buffer-name): Buffer name must contain the user if exists.          (tramp-buffer-name): Buffer name must contain the user if exists.
# Line 19289  Line 19289 
19289          * ses.el: Use "ses--" prefixes for buffer-local variables.          * ses.el: Use "ses--" prefixes for buffer-local variables.
19290          Use (point-min) instead of 1, even when we know the buffer          Use (point-min) instead of 1, even when we know the buffer
19291          is unnarrowed.          is unnarrowed.
19292          (ses-build-load-map): Delete.  Distribute its content to defconst's for          (ses-build-load-map): Delete.  Distribute its content to defconsts for
19293          the three maps.          the three maps.
19294          (ses-menu, ses-header-line-menu): New menus.          (ses-menu, ses-header-line-menu): New menus.
19295          (ses-mode-map): Use them.          (ses-mode-map): Use them.
# Line 19411  Line 19411 
19411          minibuffer windows.          minibuffer windows.
19412    
19413          * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (          * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19414          in file names, as long as it is unabmiguous.          in file names, as long as it is unambiguous.
19415    
19416  2004-02-08  Andreas Schwab  <schwab@suse.de>  2004-02-08  Andreas Schwab  <schwab@suse.de>
19417    
# Line 19884  Line 19884 
19884    
19885          * calendar/appt.el: Update copyright and commentary.          * calendar/appt.el: Update copyright and commentary.
19886          (appt-issue-message): Make obsolete.          (appt-issue-message): Make obsolete.
19887          (appt-visible, appt-msg-window): Make obsolete, in favour of          (appt-visible, appt-msg-window): Make obsolete, in favor of
19888          appt-display-format.          appt-display-format.
19889          (appt-display-mode-line, appt-display-duration)          (appt-display-mode-line, appt-display-duration)
19890          (appt-display-diary, appt-time-msg-list, appt-mode-string)          (appt-display-diary, appt-time-msg-list, appt-mode-string)
# Line 20275  Line 20275 
20275    
20276          * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,          * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20277          if necessary.          if necessary.
20278          (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if          (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
20279          annotations are detected.          annotations are detected.
20280          (gud-gdba-marker-filter): Use global variable gud-marker-acc          (gud-gdba-marker-filter): Use global variable gud-marker-acc
20281          instead of a local one to allow transition from          instead of a local one to allow transition from
# Line 22287  Line 22287 
22287          * calendar/calendar.el (diary-file, diary-file-name-prefix)          * calendar/calendar.el (diary-file, diary-file-name-prefix)
22288          (european-calendar-style, diary-date-forms)          (european-calendar-style, diary-date-forms)
22289          (calendar-day-name-array, calendar-month-name-array): Doc change.          (calendar-day-name-array, calendar-month-name-array): Doc change.
22290          (generate-calendar-month): Adapt for new behaviour of          (generate-calendar-month): Adapt for new behavior of
22291          `calendar-day-name' function.          `calendar-day-name' function.
22292          (calendar-abbrev-length, calendar-day-abbrev-array)          (calendar-abbrev-length, calendar-day-abbrev-array)
22293          (calendar-month-abbrev-array): New variables.          (calendar-month-abbrev-array): New variables.
# Line 22295  Line 22295 
22295          (calendar-day-name, calendar-month-name): Use new abbrev arrays,          (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22296          rather than fixing abbrevs at some width.  Calling syntax change.          rather than fixing abbrevs at some width.  Calling syntax change.
22297          (calendar-make-alist): Use abbrev arrays.  Calling syntax change.          (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
22298          (calendar-date-string): Adapt for new behaviours of          (calendar-date-string): Adapt for new behaviors of
22299          `calendar-day-name' and `calendar-month-name' functions.          `calendar-day-name' and `calendar-month-name' functions.
22300    
22301          * calendar/diary-lib.el (list-diary-entries): Adapt for new          * calendar/diary-lib.el (list-diary-entries): Adapt for new
22302          behaviour of `calendar-day-name' and `calendar-month-name' functions.          behavior of `calendar-day-name' and `calendar-month-name' functions.
22303          (diary-name-pattern): Use abbrev arrays, rather than fixing          (diary-name-pattern): Use abbrev arrays, rather than fixing
22304          abbrevs at three chars.  Calling syntax change.          abbrevs at three chars.  Calling syntax change.
22305          (mark-diary-entries): Adapt for new behaviours of          (mark-diary-entries): Adapt for new behaviors of
22306          `diary-name-pattern' and `calendar-make-alist' functions.          `diary-name-pattern' and `calendar-make-alist' functions.
22307          (fancy-diary-font-lock-keywords): Adapt for new behaviour of          (fancy-diary-font-lock-keywords): Adapt for new behavior of
22308          `diary-name-pattern' function.          `diary-name-pattern' function.
22309          (font-lock-diary-date-forms): Use abbrev arrays, rather than          (font-lock-diary-date-forms): Use abbrev arrays, rather than
22310          fixing abbrevs at three chars.  Calling syntax change.          fixing abbrevs at three chars.  Calling syntax change.
22311          (cal-hebrew, cal-islam): Require when compiling.          (cal-hebrew, cal-islam): Require when compiling.
22312          (diary-font-lock-keywords): Adapt for new behaviour of          (diary-font-lock-keywords): Adapt for new behavior of
22313          `font-lock-diary-date-forms' function.          `font-lock-diary-date-forms' function.
22314    
22315          * calendar/cal-hebrew.el: Reposition some code so defined before used.          * calendar/cal-hebrew.el: Reposition some code so defined before used.
22316          (calendar-hebrew-month-name-array-common-year)          (calendar-hebrew-month-name-array-common-year)
22317          (calendar-hebrew-month-name-array-leap-year): Add doc strings.          (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22318          (list-hebrew-diary-entries): Adapt for new behaviours of          (list-hebrew-diary-entries): Adapt for new behaviors of
22319          `calendar-day-name' and `add-to-diary-list' functions.          `calendar-day-name' and `add-to-diary-list' functions.
22320          (mark-hebrew-diary-entries): Adapt for new behaviours of          (mark-hebrew-diary-entries): Adapt for new behaviors of
22321          `diary-name-pattern' and `calendar-make-alist' functions.          `diary-name-pattern' and `calendar-make-alist' functions.
22322    
22323          * calendar/cal-islam.el (calendar-islamic-month-name-array):          * calendar/cal-islam.el (calendar-islamic-month-name-array):
22324          Add doc string.          Add doc string.
22325          (list-islamic-diary-entries): Adapt for new behaviours of          (list-islamic-diary-entries): Adapt for new behaviors of
22326          `calendar-day-name' and `add-to-diary-list' functions.          `calendar-day-name' and `add-to-diary-list' functions.
22327          (mark-islamic-diary-entries): Adapt for new behaviours of          (mark-islamic-diary-entries): Adapt for new behaviors of
22328          `diary-name-pattern' and `calendar-make-alist' functions.          `diary-name-pattern' and `calendar-make-alist' functions.
22329    
22330          * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of          * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22331          `calendar-month-name' function.          `calendar-month-name' function.
22332    
22333          * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.          * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.

Legend:
Removed from v.1.7897  
changed lines
  Added in v.1.7898

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26